Lines Matching refs:locName
995 sprintf(mesg, "locale: %s\n", locName); in expect()
1000 const char* locName = data[i++]; in expect() local
1001 Locale loc(locName); in expect()
1027 …assertEquals((UnicodeString)"\"" + locName + "\\" + oneSkeleton + "\\" + datestr + "\\" + datestr_… in expect()
1036 std::cout << "\"" << locName << "\", " in expect()
1114 const char* locName = data[i++]; in expectUserDII() local
1115 Locale loc(locName); in expectUserDII()
1143 …assertEquals((UnicodeString)"\"" + locName + "\\" + datestr + "\\" + datestr_2 + "\"", ctou(data[i… in expectUserDII()
1216 char locName[32]; in testStress() local
1217 uprv_strcpy(locName, testLocale[localeIndex][0]); in testStress()
1218 uprv_strcat(locName, testLocale[localeIndex][1]); in testStress()
1219 …cale(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2]), locName); in testStress()
1225 const Locale& loc, const char* locName) { in stress() argument
1272 sprintf(mesg, "locale: %s\n", locName); in stress()
1338 if ( uprv_strcmp(locName, "th") ) { in stress()