Searched defs:localeId (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/common/
H A Dlocresdata.cpp155 _uloc_getOrientationHelper(const char* localeId, argument
165 uloc_canonicalize(localeId, localeBuffer, sizeof(localeBuffer), status);
205 uloc_getCharacterOrientation(const char* localeId, argument
208 return _uloc_getOrientationHelper(localeId, "characters", status);
220 uloc_getLineOrientation(const char* localeId, argument
223 return _uloc_getOrientationHelper(localeId, "lines", status);
/external/icu4c/i18n/
H A Dlocdspnm.cpp167 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,
304 UnicodeString& localeIdName(const char* localeId,
455 LocaleDisplayNamesImpl::localeDisplayName(const char* localeId, argument
457 return localeDisplayName(Locale(localeId), result);
461 LocaleDisplayNamesImpl::localeIdName(const char* localeId, argument
463 return langData.getNoFallback("Languages", localeId, result);
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcloctst.c2603 const char* localeId; member in struct:OrientationStructTag
2650 const char* const localeId = toTest[i].localeId; local
2651 const ULayoutType co = uloc_getCharacterOrientation(localeId, &statusCO);
2653 const ULayoutType lo = uloc_getLineOrientation(localeId, &statusLO);
2658 localeId,
2663 " unexpected result for uloc_getCharacterOrientation(), with localeId \"%s\". Expected %s but got result %s\n",
2664 localeId,
2671 localeId,
2676 " unexpected result for uloc_getLineOrientation(), with localeId \"
[all...]
/external/icu4c/test/cintltst/
H A Dcloctst.c2126 const char* localeId = "zh_Hans"; local
2132 len = uloc_getDisplayName(localeId, localeId, buffer, 128, &status);
2627 const char* localeId; member in struct:OrientationStructTag
2674 const char* const localeId = toTest[i].localeId; local
2675 const ULayoutType co = uloc_getCharacterOrientation(localeId, &statusCO);
2677 const ULayoutType lo = uloc_getLineOrientation(localeId, &statusLO);
2682 localeId,
2687 " unexpected result for uloc_getCharacterOrientation(), with localeId \"
[all...]
/external/chromium/third_party/icu/source/common/
H A Duloc.c2838 _uloc_getOrientationHelper(const char* localeId, argument
2848 uloc_canonicalize(localeId, localeBuffer, sizeof(localeBuffer), status);
2888 uloc_getCharacterOrientation(const char* localeId, argument
2891 return _uloc_getOrientationHelper(localeId, "characters", status);
2903 uloc_getLineOrientation(const char* localeId, argument
2906 return _uloc_getOrientationHelper(localeId, "lines", status);

Completed in 130 milliseconds