Home
last modified time | relevance | path

Searched refs:uloc_getLCID (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcloctst.c569 sprintf(temp2, "%x", (int)uloc_getLCID(testLocale)); in TestSimpleResourceInfo()
1609 if (uloc_getLCID("iw_IL") != uloc_getLCID("he_IL")) { in TestObsoleteNames()
1610 … log_err("he,iw LCID mismatch: %X versus %X\n", uloc_getLCID("iw_IL"), uloc_getLCID("he_IL")); in TestObsoleteNames()
1613 if (uloc_getLCID("iw") != uloc_getLCID("he")) { in TestObsoleteNames()
1614 log_err("he,iw LCID mismatch: %X versus %X\n", uloc_getLCID("iw"), uloc_getLCID("he")); in TestObsoleteNames()
3227 lcid = uloc_getLCID("en_US"); in TestGetLocaleForLCID()
Dcldrtest.c461 expectedLCID = uloc_getLCID(localeName); in testLCID()
/external/icu/icu4c/source/common/unicode/
Duloc.h547 uloc_getLCID(const char* localeID);
Durename.h1053 #define uloc_getLCID U_ICU_ENTRY_POINT_RENAME(uloc_getLCID) macro
/external/icu/icu4c/source/common/
Dlocid.cpp749 return uloc_getLCID(fullName); in getLCID()
Duloc.cpp2118 uloc_getLCID(const char* localeID) in uloc_getLCID() function
/external/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp605 win_langid = uloc_getLCID(locale); in CollPerfTest()
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp1523 gWinLCID = uloc_getLCID(opt_locale); in main()