Searched refs:origLocale (Results 1 – 3 of 3) sorted by relevance
111 public CLDRLocale findLocale(CLDRLocale fromLocale, CLDRLocale origLocale) { in findLocale() argument112 if (origLocale == fromLocale && specials.containsKey(origLocale)) { in findLocale()113 return origLocale; // explicit locale - no search. in findLocale()116 return origLocale; in findLocale()121 return findLocale(fromLocale.getParent(), origLocale); in findLocale()
279 void DateFormatRoundTripTest::test(DateFormat *fmt, const Locale &origLocale, UBool timeOnly) in test() argument290 …DateFormatRoundTripTest::test, DateFormat getCalendar() returns null for " + origLocale.getName()); in test()295 errln((UnicodeString)"Failure getting min date for " + origLocale.getName()); in test()343 …failure(status, "fmt->parse", s[loop-1]+" in locale: " + origLocale.getName() + " with pattern: " … in test()353 …ave 0-length string in " + pat + " with number " + d[loop] + " in locale " + origLocale.getName()); in test()476 " in Locale: " + origLocale.getName()); in test()479 " in Locale: " + origLocale.getName()); in test()
37 void test(DateFormat *fmt, const Locale &origLocale, UBool timeOnly = FALSE );