Searched refs:origLocale (Results 1 – 3 of 3) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | SpecialLocales.java | 114 public CLDRLocale findLocale(CLDRLocale fromLocale, CLDRLocale origLocale) { in findLocale() argument 115 if (origLocale == fromLocale && specials.containsKey(origLocale)) { in findLocale() 116 return origLocale; // explicit locale - no search. in findLocale() 119 return origLocale; in findLocale() 124 return findLocale(fromLocale.getParent(), origLocale); in findLocale()
|
/external/icu/icu4c/source/test/intltest/ |
D | dtfmtrtts.cpp | 279 void DateFormatRoundTripTest::test(DateFormat *fmt, const Locale &origLocale, UBool timeOnly) in test() argument 290 …DateFormatRoundTripTest::test, DateFormat getCalendar() returns null for " + origLocale.getName()); in test() 295 errln((UnicodeString)"Failure getting min date for " + origLocale.getName()); in test() 346 … failure(status, "fmt->parse", s[loop-1]+" in locale: " + origLocale.getName() + in test() 358 …ave 0-length string in " + pat + " with number " + d[loop] + " in locale " + origLocale.getName()); in test() 473 … } else if (timeOnly && uprv_strcmp(origLocale.getName(),"ar_JO@calendar=islamic-civil")==0 && in test() 488 " in Locale: " + origLocale.getName() + in test() 493 " in Locale: " + origLocale.getName()); in test()
|
D | dtfmtrtts.h | 37 void test(DateFormat *fmt, const Locale &origLocale, UBool timeOnly = FALSE );
|