Lines Matching refs:locName
1054 sprintf(mesg, "locale: %s\n", locName); in expect()
1059 const char* locName = data[i++]; in expect() local
1060 Locale loc(locName); in expect()
1086 …assertEquals((UnicodeString)"\"" + locName + "\\" + oneSkeleton + "\\" + datestr + "\\" + datestr_… in expect()
1095 std::cout << "\"" << locName << "\", " in expect()
1273 const char* locName = data[i++]; in expectUserDII() local
1274 Locale loc(locName); in expectUserDII()
1302 …assertEquals((UnicodeString)"\"" + locName + "\\" + datestr + "\\" + datestr_2 + "\"", ctou(data[i… in expectUserDII()
1375 char locName[32]; in testStress() local
1376 uprv_strcpy(locName, testLocale[localeIndex][0]); in testStress()
1377 uprv_strcat(locName, testLocale[localeIndex][1]); in testStress()
1378 …cale(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2]), locName); in testStress()
1384 const Locale& loc, const char* locName) { in stress() argument
1431 sprintf(mesg, "locale: %s\n", locName); in stress()
1497 if ( uprv_strcmp(locName, "th") ) { in stress()