Home | History | Annotate | Download | only in unicode

Lines Matching refs:localeId

172  *       uloc_getDisplayName(const char* localeID,
382 * @param localeID the new ICU default locale. A value of NULL will try to get
389 uloc_setDefault(const char* localeID,
396 * @param localeID the locale to get the ISO language code with
397 * @param language the language code for localeID
406 uloc_getLanguage(const char* localeID,
414 * @param localeID the locale to get the ISO language code with
415 * @param script the language code for localeID
424 uloc_getScript(const char* localeID,
432 * @param localeID the locale to get the country code with
433 * @param country the country code for localeID
442 uloc_getCountry(const char* localeID,
450 * @param localeID the locale to get the variant code with
451 * @param variant the variant code for localeID
460 uloc_getVariant(const char* localeID,
474 * @param localeID the locale to get the full name with
483 uloc_getName(const char* localeID,
496 * @param localeID the locale to get the full name with
497 * @param name the full name for localeID
506 uloc_canonicalize(const char* localeID,
514 * @param localeID the locale to get the ISO language code with
515 * @return language the ISO language code for localeID
519 uloc_getISO3Language(const char* localeID);
525 * @param localeID the locale to get the ISO country code with
526 * @return country the ISO country code for localeID
530 uloc_getISO3Country(const char* localeID);
536 * @param localeID the locale to get the Win32 LCID value with
537 * @return country the Win32 LCID for localeID
541 uloc_getLCID(const char* localeID);
551 * @param language the displayable language code for localeID
574 * @param script the displayable country code for localeID
597 * @param country the displayable country code for localeID
621 * @param variant the displayable variant code for localeID
712 * @param localeID the locale to get the displayable name with. NULL may be used to specify the default.
717 * @param result the displayable name for localeID
726 uloc_getDisplayName(const char* localeID,
784 * underscore, or if there is only one underscore at localeID[0].
786 * @param localeID Input locale ID string.
794 uloc_getParent(const char* localeID,
813 * @param localeID
822 uloc_getBaseName(const char* localeID,
831 * @param localeID the locale to get the variant code with
837 uloc_openKeywords(const char* localeID,
843 * @param localeID locale name containing the keyword ("de_DE@currency=EURO;collation=PHONEBOOK")
852 uloc_getKeywordValue(const char* localeID,
899 * @param localeId locale name
905 uloc_getCharacterOrientation(const char* localeId,
911 * @param localeId locale name
917 uloc_getLineOrientation(const char* localeId,
998 * If localeID is already in the maximal form, or there is no data available
1014 * @param localeID The locale to maximize
1018 * of the localeID and the null-terminator is greater than the maximum allowed size,
1019 * or the localeId is not well-formed, the error code is U_ILLEGAL_ARGUMENT_ERROR.
1026 uloc_addLikelySubtags(const char* localeID,
1038 * If localeID is already in the minimal form, or there is no data available
1054 * @param localeID The locale to minimize
1058 * of the localeID and the null-terminator is greater than the maximum allowed size,
1059 * or the localeId is not well-formed, the error code is U_ILLEGAL_ARGUMENT_ERROR.
1066 uloc_minimizeSubtags(const char* localeID,
1084 * @param localeID the output buffer receiving a locale ID for the
1096 char* localeID,
1110 * @param localeID the input locale ID
1123 uloc_toLanguageTag(const char* localeID,