Home
last modified time | relevance | path

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

/external/libcxx/test/re/re.traits/
Dtypes.pass.cpp28 static_assert((std::is_same<std::regex_traits<char>::locale_type, std::locale>::value), ""); in main()
31 static_assert((std::is_same<std::regex_traits<wchar_t>::locale_type, std::locale>::value), ""); in main()
/external/libcxx/test/re/re.regex/
Dtypes.pass.cpp29 static_assert((std::is_same<std::basic_regex<char>::locale_type, std::locale>::value), ""); in main()
34 static_assert((std::is_same<std::basic_regex<wchar_t>::locale_type, std::locale>::value), ""); in main()
/external/chromium_org/ui/base/ime/
Dremote_input_method_win.cc55 std::string GetLocaleString(LCID Locale_id, LCTYPE locale_type) { in GetLocaleString() argument
60 GetLocaleInfo(Locale_id, locale_type, buffer, arraysize(buffer)); in GetLocaleString()
/external/libcxx/include/
Dregex97 typedef locale locale_type;
120 locale_type imbue(locale_type l);
121 locale_type getloc()const;
131 typedef typename traits::locale_type locale_type;
186 locale_type imbue(locale_type loc);
187 locale_type getloc() const;
964 typedef locale locale_type;
1005 locale_type imbue(locale_type __l);
1007 locale_type getloc()const {return __loc_;}
1077 typename regex_traits<_CharT>::locale_type
[all …]