Searched refs:locale_type (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/test/ | ||
H A D | test_locale.py | 46 oldlocale = locale.setlocale(self.locale_type) 47 self.addCleanup(locale.setlocale, self.locale_type, oldlocale) 48 locale.setlocale(self.locale_type, self.enUS_locale) 270 locale_type = locale.LC_NUMERIC variable in TestNumberFormatting 363 locale_type = locale.LC_ALL variable in TestEnUSCollation |
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ | ||
H A D | io.hpp | 80 typedef ::std::locale const locale_type; typedef in glm::io::basic_state_saver::std 87 locale_type locale_; |
Completed in 3 milliseconds