Home | History | Annotate | Download | only in unicode

Lines Matching full: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,
816 * @param localeID the locale to get the full name with
825 uloc_getBaseName(const char* localeID,
834 * @param localeID the locale to get the variant code with
840 uloc_openKeywords(const char* localeID,
846 * @param localeID locale name containing the keyword ("de_DE@currency=EURO;collation=PHONEBOOK")
855 uloc_getKeywordValue(const char* localeID,
905 * @param localeId locale name
911 uloc_getCharacterOrientation(const char* localeId,
917 * @param localeId locale name
923 uloc_getLineOrientation(const char* localeId,
1004 * If localeID is already in the maximal form, or there is no data available
1020 * @param localeID The locale to maximize
1024 * of the localeID and the null-terminator is greater than the maximum allowed size,
1025 * or the localeId is not well-formed, the error code is U_ILLEGAL_ARGUMENT_ERROR.
1032 uloc_addLikelySubtags(const char* localeID,
1044 * If localeID is already in the minimal form, or there is no data available
1060 * @param localeID The locale to minimize
1064 * of the localeID and the null-terminator is greater than the maximum allowed size,
1065 * or the localeId is not well-formed, the error code is U_ILLEGAL_ARGUMENT_ERROR.
1072 uloc_minimizeSubtags(const char* localeID,
1090 * @param localeID the output buffer receiving a locale ID for the
1102 char* localeID,
1116 * @param localeID the input locale ID
1129 uloc_toLanguageTag(const char* localeID,