package cldr

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. cldr
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package data

Type Members

  1. final case class AmPmSymbols(amPm: List[String]) extends Product with Serializable
  2. final case class CLDRMetadata(isoCountries: Array[String], iso3Countries: Map[String, String], isoLanguages: Array[String], iso3Languages: Map[String, String], scripts: Array[String]) extends Product with Serializable
  3. case class Calendar(id: String) extends Product with Serializable

    Interfaces describing calendar data

  4. final case class CalendarPatterns(datePatterns: Map[Int, String], timePatterns: Map[Int, String]) extends Product with Serializable
  5. case class CalendarSymbols(months: List[String], shortMonths: List[String], weekdays: List[String], shortWeekdays: List[String], amPm: List[String], eras: List[String]) extends Product with Serializable
  6. final case class CurrencyData(currencyTypes: Seq[CurrencyType], fractions: Seq[CurrencyDataFractionsInfo], regions: Seq[CurrencyDataRegion], numericCodes: Seq[CurrencyNumericCode]) extends Product with Serializable
  7. final case class CurrencyDataFractionsInfo(currencyCode: String, digits: Int, rounding: Int, cashDigits: Option[Int], cashRounding: Option[Int]) extends Product with Serializable
  8. final case class CurrencyDataRegion(countryCode: String, currencies: Seq[CurrencyDataRegionCurrency]) extends Product with Serializable
  9. final case class CurrencyDataRegionCurrency(currencyCode: String, from: Option[String], to: Option[String], tender: Option[Boolean]) extends Product with Serializable
  10. final case class CurrencyDisplayName(name: String, count: Option[String]) extends Product with Serializable
  11. final case class CurrencyNumericCode(currencyCode: String, numericCode: Int) extends Product with Serializable
  12. final case class CurrencySymbol(symbol: String, alt: Option[String]) extends Product with Serializable
  13. final case class CurrencyType(currencyCode: String, currencyName: String) extends Product with Serializable
  14. final case class EraSymbols(eras: List[String]) extends Product with Serializable
  15. case class LDML(parent: Option[LDML], locale: LDMLLocale, defaultNS: Option[NumberingSystem], digitSymbols: List[Symbols], calendarSymbols: Option[CalendarSymbols], calendarPatterns: Option[CalendarPatterns], currencies: List[NumberCurrency], numberPatterns: NumberPatterns) extends Product with Serializable

    Wrapper to LDML

  16. case class LDMLLocale(language: String, territory: Option[String], variant: Option[String], script: Option[String]) extends Product with Serializable

    Interfaces describing an LDML Locale

  17. trait LocalesProvider extends AnyRef
  18. final case class MonthSymbols(months: List[String], shortMonths: List[String]) extends Product with Serializable

    Calendar value objects built from calendar CLDR XML data

  19. final case class NumberCurrency(currencyCode: String, symbols: Seq[CurrencySymbol], displayNames: Seq[CurrencyDisplayName]) extends Product with Serializable
  20. case class NumberPatterns(decimalFormat: Option[String], percentFormat: Option[String], currencyFormat: Option[String]) extends Product with Serializable

    Number Formatting Patterns

  21. final case class NumberSymbols(system: NumberingSystem, aliasOf: Option[NumberingSystem] = None, decimal: Option[Char] = None, group: Option[Char] = None, list: Option[Char] = None, percent: Option[Char] = None, plus: Option[Char] = None, minus: Option[Char] = None, perMille: Option[Char] = None, infinity: Option[String] = None, nan: Option[String] = None, exp: Option[String] = None) extends Product with Serializable

    Symbols of a numeric system

  22. case class NumberingSystem(id: String, digits: Seq[Char]) extends Product with Serializable

    Interfaces describing the digit symbols

  23. case class Symbols(ns: NumberingSystem, aliasOf: Option[NumberingSystem], decimal: Option[Char], group: Option[Char], list: Option[Char], percent: Option[Char], minus: Option[Char], perMille: Option[Char], infinity: Option[String], nan: Option[String], exp: Option[String]) extends Product with Serializable
  24. final case class WeekdaysSymbols(weekdays: List[String], shortWeekdays: List[String]) extends Product with Serializable
  25. final case class XMLLDML(locale: LDMLLocale, fileName: String, defaultNS: Option[NumberingSystem], digitSymbols: Map[NumberingSystem, NumberSymbols], calendar: Option[CalendarSymbols], calendarPatterns: Option[CalendarPatterns], currencies: Seq[NumberCurrency], numberPatterns: NumberPatterns) extends Product with Serializable

Value Members

  1. val datePatternsFormat: Map[String, Int]
  2. val datePatternsFormatIdx: Map[Int, String]
  3. object AmPmSymbols extends Serializable
  4. object CalendarPatterns extends Serializable
  5. object EraSymbols extends Serializable
  6. object MonthSymbols extends Serializable
  7. object NumberSymbols extends Serializable
  8. object WeekdaysSymbols extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped