Searched refs:localeArray (Results 1 – 3 of 3) sorted by relevance
44 void helperTestResults(const char** localeArray,
738 PluralFormatTest::helperTestResults(const char** localeArray, in helperTestResults() argument754 const char *locale = localeArray[i]; in helperTestResults()759 …dataerrln("Failed to apply pattern to locale:"+UnicodeString(localeArray[i]) + " - " + u_errorName… in helperTestResults()768 UnicodeString(localeArray[i])); in helperTestResults()772 … errln("ERROR: Unexpected format result in locale: "+UnicodeString(localeArray[i])+ in helperTestResults()
308 ULocale[] localeArray = new ULocale[INPUT_LOCALEIDS[i].length]; in TestSetLocales() local311 localeArray[j] = new ULocale(localeStrings[j]); in TestSetLocales()320 gp.setLocales(localeArray); in TestSetLocales()