Static Public Member Functions | |
void | getDefault (inout ULocale locale) |
void | setDefault (inout ULocale locale) |
Public Attributes | |
char[] | name |
const uint | LanguageCapacity = 12 |
const uint | CountryCapacity = 4 |
const uint | FullNameCapacity = 56 |
const uint | ScriptCapacity = 6 |
const uint | KeywordsCapacity = 50 |
const uint | KeywordAndValuesCapacity = 100 |
const char | KeywordItemSeperator = ':' |
const char | KeywordSeperator = '@' |
const char | KeywordAssign = '=' |
Static Public Attributes | |
ULocale | Root = {""} |
ULocale | Default = {null} |
ULocale | English = {"en"} |
ULocale | Chinese = {"zh"} |
ULocale | French = {"fr"} |
ULocale | German = {"de"} |
ULocale | Italian = {"it"} |
ULocale | Japanese = {"ja"} |
ULocale | Korean = {"ko"} |
ULocale | SimplifiedChinese = {"zh_CN"} |
ULocale | TraditionalChinese = {"zh_TW"} |
ULocale | Canada = {"en_CA"} |
ULocale | CanadaFrench = {"fr_CA"} |
ULocale | China = {"zh_CN"} |
ULocale | PRC = {"zh_CN"} |
ULocale | France = {"fr_FR"} |
ULocale | Germany = {"de_DE"} |
ULocale | Italy = {"it_IT"} |
ULocale | Japan = {"jp_JP"} |
ULocale | Korea = {"ko_KR"} |
ULocale | Taiwan = {"zh_TW"} |
ULocale | UK = {"en_GB"} |
ULocale | US = {"en_US"} |
Definition at line 94 of file ULocale.d.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|