Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/test/cintltst/
Dcloctst.c553 sprintf(temp2, "%x", (int)uloc_getLCID(testLocale)); in TestSimpleResourceInfo()
1371 if (uloc_getLCID("iw_IL") != uloc_getLCID("he_IL")) { in TestObsoleteNames()
1372 … log_err("he,iw LCID mismatch: %X versus %X\n", uloc_getLCID("iw_IL"), uloc_getLCID("he_IL")); in TestObsoleteNames()
1375 if (uloc_getLCID("iw") != uloc_getLCID("he")) { in TestObsoleteNames()
1376 log_err("he,iw LCID mismatch: %X versus %X\n", uloc_getLCID("iw"), uloc_getLCID("he")); in TestObsoleteNames()
2851 lcid = uloc_getLCID("en_US"); in TestGetLocaleForLCID()
Dcldrtest.c452 expectedLCID = uloc_getLCID(localeName); in testLCID()
/external/icu/icu4c/source/test/cintltst/
Dcloctst.c558 sprintf(temp2, "%x", (int)uloc_getLCID(testLocale)); in TestSimpleResourceInfo()
1598 if (uloc_getLCID("iw_IL") != uloc_getLCID("he_IL")) { in TestObsoleteNames()
1599 … log_err("he,iw LCID mismatch: %X versus %X\n", uloc_getLCID("iw_IL"), uloc_getLCID("he_IL")); in TestObsoleteNames()
1602 if (uloc_getLCID("iw") != uloc_getLCID("he")) { in TestObsoleteNames()
1603 log_err("he,iw LCID mismatch: %X versus %X\n", uloc_getLCID("iw"), uloc_getLCID("he")); in TestObsoleteNames()
3114 lcid = uloc_getLCID("en_US"); in TestGetLocaleForLCID()
Dcldrtest.c458 expectedLCID = uloc_getLCID(localeName); in testLCID()
/external/icu/icu4c/source/common/unicode/
Duloc.h541 uloc_getLCID(const char* localeID);
Durename.h1024 #define uloc_getLCID U_ICU_ENTRY_POINT_RENAME(uloc_getLCID) macro
/external/chromium_org/third_party/icu/source/common/unicode/
Duloc.h540 uloc_getLCID(const char* localeID);
Durename.h1037 #define uloc_getLCID U_ICU_ENTRY_POINT_RENAME(uloc_getLCID) macro
/external/icu/icu4c/source/common/
Dlocid.cpp673 return uloc_getLCID(fullName); in getLCID()
Duloc.cpp2102 uloc_getLCID(const char* localeID) in uloc_getLCID() function
/external/chromium_org/third_party/icu/source/common/
Dlocid.cpp739 return uloc_getLCID(fullName); in getLCID()
Duloc.c2110 uloc_getLCID(const char* localeID) in uloc_getLCID() function
/external/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp599 win_langid = uloc_getLCID(locale); in CollPerfTest()
/external/chromium_org/third_party/icu/source/test/perf/collperf/
Dcollperf.cpp588 win_langid = uloc_getLCID(locale); in CollPerfTest()
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
Dcollperf.cpp1513 gWinLCID = uloc_getLCID(opt_locale); in main()
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp1519 gWinLCID = uloc_getLCID(opt_locale); in main()