Home
last modified time | relevance | path

Searched refs:locale_type (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/test/std/re/re.traits/
Dtypes.pass.cpp29 static_assert((std::is_same<std::regex_traits<char>::locale_type, std::locale>::value), ""); in main()
32 static_assert((std::is_same<std::regex_traits<wchar_t>::locale_type, std::locale>::value), ""); in main()
/external/libcxx/test/std/re/re.regex/
Dtypes.pass.cpp34 static_assert((std::is_same<std::basic_regex<char>::locale_type, std::locale>::value), ""); in main()
41 static_assert((std::is_same<std::basic_regex<wchar_t>::locale_type, std::locale>::value), ""); in main()
/external/python/cpython2/Lib/test/
Dtest_locale.py44 self.oldlocale = locale.setlocale(self.locale_type)
45 locale.setlocale(self.locale_type, enUS_locale)
50 locale.setlocale(self.locale_type, self.oldlocale)
265 locale_type = locale.LC_NUMERIC variable in TestNumberFormatting
340 locale_type = locale.LC_CTYPE variable in TestStringMethods
/external/python/cpython3/Lib/test/
Dtest_locale.py44 oldlocale = locale.setlocale(self.locale_type)
45 self.addCleanup(locale.setlocale, self.locale_type, oldlocale)
46 locale.setlocale(self.locale_type, self.enUS_locale)
268 locale_type = locale.LC_NUMERIC variable in TestNumberFormatting
362 locale_type = locale.LC_ALL variable in TestEnUSCollation
/external/flatbuffers/include/flatbuffers/
Dutil.h209 typedef _locale_t locale_type; typedef
211 typedef locale_t locale_type; // POSIX.1-2008 locale_t type
215 locale_type locale_;
218 static locale_type Get() { return instance_.locale_; } in Get()
/external/libcxx/include/
Dregex97 typedef locale locale_type;
120 locale_type imbue(locale_type l);
121 locale_type getloc()const;
133 typedef typename traits::locale_type locale_type;
188 locale_type imbue(locale_type loc);
189 locale_type getloc() const;
988 typedef locale locale_type;
1044 locale_type imbue(locale_type __l);
1046 locale_type getloc()const {return __loc_;}
1117 typename regex_traits<_CharT>::locale_type
[all …]