Home
last modified time | relevance | path

Searched refs:locale_type (Results 1 – 4 of 4) 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/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;
978 typedef locale locale_type;
1030 locale_type imbue(locale_type __l);
1032 locale_type getloc()const {return __loc_;}
1103 typename regex_traits<_CharT>::locale_type
[all …]