Searched refs:uloc_getLCID (Results 1 – 8 of 8) sorted by relevance
564 sprintf(temp2, "%x", (int)uloc_getLCID(testLocale)); in TestSimpleResourceInfo()1604 if (uloc_getLCID("iw_IL") != uloc_getLCID("he_IL")) { in TestObsoleteNames()1605 … log_err("he,iw LCID mismatch: %X versus %X\n", uloc_getLCID("iw_IL"), uloc_getLCID("he_IL")); in TestObsoleteNames()1608 if (uloc_getLCID("iw") != uloc_getLCID("he")) { in TestObsoleteNames()1609 log_err("he,iw LCID mismatch: %X versus %X\n", uloc_getLCID("iw"), uloc_getLCID("he")); in TestObsoleteNames()3120 lcid = uloc_getLCID("en_US"); in TestGetLocaleForLCID()
458 expectedLCID = uloc_getLCID(localeName); in testLCID()
541 uloc_getLCID(const char* localeID);
1047 #define uloc_getLCID U_ICU_ENTRY_POINT_RENAME(uloc_getLCID) macro
740 return uloc_getLCID(fullName); in getLCID()
2101 uloc_getLCID(const char* localeID) in uloc_getLCID() function
599 win_langid = uloc_getLCID(locale); in CollPerfTest()
1519 gWinLCID = uloc_getLCID(opt_locale); in main()