Searched refs:uloc_getLCID (Results 1 – 14 of 14) sorted by relevance
523 uloc_getLCID(const char* localeID);
795 #define uloc_getLCID uloc_getLCID_3_2 macro
553 sprintf(temp2, "%x", (int)uloc_getLCID(testLocale)); in TestSimpleResourceInfo()1513 if (uloc_getLCID("iw_IL") != uloc_getLCID("he_IL")) { in TestObsoleteNames()1514 … log_err("he,iw LCID mismatch: %X versus %X\n", uloc_getLCID("iw_IL"), uloc_getLCID("he_IL")); in TestObsoleteNames()1517 if (uloc_getLCID("iw") != uloc_getLCID("he")) { in TestObsoleteNames()1518 log_err("he,iw LCID mismatch: %X versus %X\n", uloc_getLCID("iw"), uloc_getLCID("he")); in TestObsoleteNames()2993 lcid = uloc_getLCID("en_US"); in TestGetLocaleForLCID()
454 expectedLCID = uloc_getLCID(localeName); in testLCID()
540 uloc_getLCID(const char* localeID);
1048 #define uloc_getLCID U_ICU_ENTRY_POINT_RENAME(uloc_getLCID) macro
739 return uloc_getLCID(fullName); in getLCID()
2105 uloc_getLCID(const char* localeID) in uloc_getLCID() function
588 win_langid = uloc_getLCID(locale); in CollPerfTest()
1519 gWinLCID = uloc_getLCID(opt_locale); in main()