HomeSort by relevance Sort by last modified time
    Searched refs:localeId (Results 1 - 5 of 5) sorted by null

  /external/icu4c/common/
locresdata.cpp 155 _uloc_getOrientationHelper(const char* localeId,
165 uloc_canonicalize(localeId, localeBuffer, sizeof(localeBuffer), status);
205 uloc_getCharacterOrientation(const char* localeId,
208 return _uloc_getOrientationHelper(localeId, "characters", status);
214 * @param localeID locale name
220 uloc_getLineOrientation(const char* localeId,
223 return _uloc_getOrientationHelper(localeId, "lines", status);
  /external/icu4c/i18n/unicode/
locdspnm.h 92 * @param localeId the id of the locale whose display name to return
97 virtual UnicodeString& localeDisplayName(const char* localeId,
  /external/icu4c/i18n/
locdspnm.cpp 167 virtual UnicodeString& localeDisplayName(const char* localeId,
210 DefaultLocaleDisplayNames::localeDisplayName(const char* localeId,
212 return result = UnicodeString(localeId, -1, US_INV);
284 virtual UnicodeString& localeDisplayName(const char* localeId,
302 UnicodeString& localeIdName(const char* localeId,
451 LocaleDisplayNamesImpl::localeDisplayName(const char* localeId,
453 return localeDisplayName(Locale(localeId), result);
457 LocaleDisplayNamesImpl::localeIdName(const char* localeId,
459 return langData.getNoFallback("Languages", localeId, result);
  /external/icu4c/common/unicode/
uloc.h 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,
395 * @param localeID the locale to get the ISO language code with
396 * @param language the language code for localeID
405 uloc_getLanguage(const char* localeID,
413 * @param localeID the locale to get the ISO language code with
414 * @param script the language code for localeID
423 uloc_getScript(const char* localeID,
431 * @param localeID the locale to get the country code wit
    [all...]
  /external/icu4c/test/cintltst/
cloctst.c     [all...]

Completed in 63 milliseconds