Home
last modified time | relevance | path

Searched defs:ct (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dtime_facets.cpp148 void __subformat(_STLP_BASIC_IOSTRING(_Ch) &buf, const ctype<_Ch>& ct, in __subformat()
174 static void __append(__iowstring &buf, char *first, char *last, const ctype<wchar_t>& ct) { in __append()
214 const ctype<_Ch>& ct, in __write_formatted_timeT()
454 void _STLP_CALL __write_formatted_time(__iostring &buf, const ctype<char>& ct, in __write_formatted_time()
459 void _STLP_CALL __write_formatted_time(__iowstring &buf, const ctype<wchar_t>& ct, in __write_formatted_time()
Dmessages.cpp152 …const wctype& ct = use_facet<wctype>(_M_map->lookup(_STLP_MUTABLE(_Messages_impl, _M_cat)[thecat])… in do_get() local
Dnum_get_float.cpp83 _Initialize_get_float( const ctype<wchar_t>& ct, in _Initialize_get_float()
Dlocale_impl.cpp163 locale::facet* ct = 0; in insert_ctype_facets() local
Dnum_put_float.cpp875 const ctype<wchar_t>& ct, wchar_t dot, bool __check_dot) {
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/
D__scan_keyword.pass.cpp44 const std::ctype<char>& ct = std::use_facet<std::ctype<char> >(std::locale::classic()); in main() local
/ndk/tests/device/test-gnustl-full/unit/
Dctype_facets_test.cpp30 ctype<char> const& ct = use_facet<ctype<char> >(loc); in _ctype_facet() local
429 ctype<char> const& ct = use_facet<ctype<char> >(loc); in ctype_by_name() local
/ndk/tests/device/test-stlport/unit/
Dctype_facets_test.cpp30 ctype<char> const& ct = use_facet<ctype<char> >(loc); in _ctype_facet() local
429 ctype<char> const& ct = use_facet<ctype<char> >(loc); in ctype_by_name() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp4818 __time_get_storage<char>::__analyze(char fmt, const ctype<char>& ct) in __analyze()
4966 __time_get_storage<wchar_t>::__analyze(char fmt, const ctype<wchar_t>& ct) in __analyze()
5120 __time_get_storage<char>::init(const ctype<char>& ct) in init()
5157 __time_get_storage<wchar_t>::init(const ctype<wchar_t>& ct) in init()
5269 const __time_get_temp<char> ct(__nm); in __time_get_storage() local
5277 const __time_get_temp<char> ct(__nm); in __time_get_storage() local
5285 const __time_get_temp<wchar_t> ct(__nm); in __time_get_storage() local
5293 const __time_get_temp<wchar_t> ct(__nm); in __time_get_storage() local