Searched refs:oldLocale (Results 1 – 7 of 7) sorted by relevance
45 char* oldLocale = setlocale(LC_ALL, name); in GrAutoLocaleSetter() local46 if (oldLocale) { in GrAutoLocaleSetter()47 fOldLocale = oldLocale; in GrAutoLocaleSetter()
515 String oldLocale = oldFile.getSourceLocaleID(path, oldStatus); in getStatus() local516 if (!oldLocale.equals("root")) { in getStatus()519 oldLocale = "root"; in getStatus()522 return oldLocale; in getStatus()
469 String oldLocale = locale; in makeWithFallback() local472 old = oldFactory.make(oldLocale, resolving); in makeWithFallback()475 oldLocale = LocaleIDParser.getParent(oldLocale); in makeWithFallback()476 if (oldLocale == null) { in makeWithFallback()
38 private static final Locale oldLocale = Locale.getDefault(); field in ICUTestCase56 Locale.setDefault(oldLocale); in tearDown()
105 Locale oldLocale = Locale.getDefault(); in testSetDefault() local109 ICUTestCase.assertNotEqual(Locale.getDefault(), oldLocale); in testSetDefault() local116 Locale.setDefault(oldLocale); // in case of some error in testSetDefault()
67 private Locale oldLocale = null; field in LoggerTest74 oldLocale = Locale.getDefault(); in setUp()85 Locale.setDefault(oldLocale); in tearDown()