Searched refs:uloc_getLCID (Results 1 – 16 of 16) sorted by relevance
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | cloctst.c | 553 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()
|
D | cldrtest.c | 452 expectedLCID = uloc_getLCID(localeName); in testLCID()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cloctst.c | 558 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()
|
D | cldrtest.c | 458 expectedLCID = uloc_getLCID(localeName); in testLCID()
|
/external/icu/icu4c/source/common/unicode/ |
D | uloc.h | 541 uloc_getLCID(const char* localeID);
|
D | urename.h | 1024 #define uloc_getLCID U_ICU_ENTRY_POINT_RENAME(uloc_getLCID) macro
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | uloc.h | 540 uloc_getLCID(const char* localeID);
|
D | urename.h | 1037 #define uloc_getLCID U_ICU_ENTRY_POINT_RENAME(uloc_getLCID) macro
|
/external/icu/icu4c/source/common/ |
D | locid.cpp | 673 return uloc_getLCID(fullName); in getLCID()
|
D | uloc.cpp | 2102 uloc_getLCID(const char* localeID) in uloc_getLCID() function
|
/external/chromium_org/third_party/icu/source/common/ |
D | locid.cpp | 739 return uloc_getLCID(fullName); in getLCID()
|
D | uloc.c | 2110 uloc_getLCID(const char* localeID) in uloc_getLCID() function
|
/external/icu/icu4c/source/test/perf/collperf/ |
D | collperf.cpp | 599 win_langid = uloc_getLCID(locale); in CollPerfTest()
|
/external/chromium_org/third_party/icu/source/test/perf/collperf/ |
D | collperf.cpp | 588 win_langid = uloc_getLCID(locale); in CollPerfTest()
|
/external/chromium_org/third_party/icu/source/test/perf/collationperf/ |
D | collperf.cpp | 1513 gWinLCID = uloc_getLCID(opt_locale); in main()
|
/external/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 1519 gWinLCID = uloc_getLCID(opt_locale); in main()
|