Searched refs:localeId (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/icu/source/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/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);
219 uloc_getLineOrientation(const char* localeId, argument
222 return _uloc_getOrientationHelper(localeId, "lines", status);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dlocdspnm.h92 * @param localeId the id of the locale whose display name to return
97 virtual UnicodeString& localeDisplayName(const char* localeId,
/external/icu4c/i18n/unicode/
H A Dlocdspnm.h117 * @param localeId the id of the locale whose display name to return
122 virtual UnicodeString& localeDisplayName(const char* localeId,
/external/chromium_org/third_party/icu/source/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,
302 UnicodeString& localeIdName(const char* localeId,
451 LocaleDisplayNamesImpl::localeDisplayName(const char* localeId, argument
453 return localeDisplayName(Locale(localeId), result);
457 LocaleDisplayNamesImpl::localeIdName(const char* localeId, argument
459 return langData.getNoFallback("Languages", localeId, result);
/external/icu4c/i18n/
H A Dlocdspnm.cpp170 virtual UnicodeString& localeDisplayName(const char* localeId,
213 DefaultLocaleDisplayNames::localeDisplayName(const char* localeId,
215 return result = UnicodeString(localeId, -1, US_INV);
306 virtual UnicodeString& localeDisplayName(const char* localeId,
324 UnicodeString& localeIdName(const char* localeId,
650 LocaleDisplayNamesImpl::localeDisplayName(const char* localeId, argument
652 return localeDisplayName(Locale(localeId), result);
657 LocaleDisplayNamesImpl::localeIdName(const char* localeId, argument
659 return langData.getNoFallback("Languages", localeId, result);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duloc.h896 * @param localeId locale name
902 uloc_getCharacterOrientation(const char* localeId,
908 * @param localeId locale name
914 uloc_getLineOrientation(const char* localeId,
1016 * or the localeId is not well-formed, the error code is U_ILLEGAL_ARGUMENT_ERROR.
1056 * or the localeId is not well-formed, the error code is U_ILLEGAL_ARGUMENT_ERROR.
/external/icu4c/common/unicode/
H A Duloc.h899 * @param localeId locale name
905 uloc_getCharacterOrientation(const char* localeId,
911 * @param localeId locale name
917 uloc_getLineOrientation(const char* localeId,
1019 * or the localeId is not well-formed, the error code is U_ILLEGAL_ARGUMENT_ERROR.
1059 * or the localeId is not well-formed, the error code is U_ILLEGAL_ARGUMENT_ERROR.
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c2132 const char* localeId = "zh_Hans"; local
2138 len = uloc_getDisplayName(localeId, localeId, buffer, 128, &status);
2633 const char* localeId; member in struct:OrientationStructTag
2680 const char* const localeId = toTest[i].localeId; local
2681 const ULayoutType co = uloc_getCharacterOrientation(localeId, &statusCO);
2683 const ULayoutType lo = uloc_getLineOrientation(localeId, &statusLO);
2688 localeId,
2693 " unexpected result for uloc_getCharacterOrientation(), with localeId \"
[all...]
/external/icu4c/test/cintltst/
H A Dcloctst.c2278 const char* localeId = "zh_Hans"; local
2284 len = uloc_getDisplayName(localeId, localeId, buffer, 128, &status);
2810 const char* localeId; member in struct:OrientationStructTag
2857 const char* const localeId = toTest[i].localeId; local
2858 const ULayoutType co = uloc_getCharacterOrientation(localeId, &statusCO);
2860 const ULayoutType lo = uloc_getLineOrientation(localeId, &statusLO);
2865 localeId,
2870 " unexpected result for uloc_getCharacterOrientation(), with localeId \"
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 529 milliseconds