juno.locale.constants Module

Licence
See licence.txt for use and distribution terms.

enum CultureTypes;

Defines the types of culture lists that can be retrieved by Culture.getCultures.

Neutral

Cultures associated with a language but not a country/region.

Specific

Cultures specific to a country/region.

All

All cultures, including neutral and specific cultures.

enum CompareOptions;

Defines the string comparison options to use with Collator.

None

Indicates the default option for string comparisons.

IgnoreCase

Indicates that the string comparison must ignore case.

IgnoreNonSpace

Indicates that the string comparison must ignore nonspacing combining characters, such as diacritics.

IgnoreSymbols

Indicates that the string comparison must ignore symbols, such as white-space characters and punctuation.

IgnoreWidth

Indicates that the string comparison must ignore the character width.

enum DayOfWeek;

Specifies the day of the week.

Sunday

Indicates Sunday.

Monday

Indicates Monday.

Tuesday

Indicates Tuesday.

Wednesday

Indicates Wednesday.

Thursday

Indicates Thursday.

Friday

Indicates Friday.

Saturday

Indicates Saturday.

enum CalendarWeekRule;

Defines rules for determining the first week of the year.

FirstDay



FirstFullWeek



FirstFourDayWeek



enum GregorianCalendarType;

Defines the different language versions of the Gregorian calendar.

Localized

The localized version of the Gregorian calendar.

USEnglish

The U.S. English version of the Gregorian calendar.

MiddleEastFrench

The Middle East French version of the Gregorian calendar.

Arabic

The Arabic version of the Gregorian calendar.

TransliteratedEnglish

The transliterated English version of the Gregorian calendar.

TransliteratedFrench

The transliterated French version of the Gregorian calendar.

enum NumberStyles;

Determines the styles allowed in numeric string arguments passed to parse and tryParse methods.

None



LeadingWhite



TrailingWhite



LeadingSign



TrailingSign



Parentheses



DecimalPoint



Thousands



Exponent



CurrencySymbol



HexSpecifier



Integer



Float



Number