Searched refs:oldLocale (Results 1 – 2 of 2) sorted by relevance
45 char* oldLocale = setlocale(LC_ALL, name); in GrAutoLocaleSetter() local46 if (oldLocale) { in GrAutoLocaleSetter()47 fOldLocale = oldLocale; in GrAutoLocaleSetter()
105 locale_t oldLocale; in Bm_function_Uselocale() local108 oldLocale = uselocale(newLocale); in Bm_function_Uselocale()109 newLocale = uselocale(oldLocale); in Bm_function_Uselocale()