Searched defs:ct (Results 1 – 9 of 9) sorted by relevance
| /ndk/sources/cxx-stl/stlport/src/ |
| D | time_facets.cpp | 148 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()
|
| D | messages.cpp | 152 …const wctype& ct = use_facet<wctype>(_M_map->lookup(_STLP_MUTABLE(_Messages_impl, _M_cat)[thecat])… in do_get() local
|
| D | num_get_float.cpp | 83 _Initialize_get_float( const ctype<wchar_t>& ct, in _Initialize_get_float()
|
| D | locale_impl.cpp | 163 locale::facet* ct = 0; in insert_ctype_facets() local
|
| D | num_put_float.cpp | 875 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.cpp | 44 const std::ctype<char>& ct = std::use_facet<std::ctype<char> >(std::locale::classic()); in main() local
|
| /ndk/tests/device/test-gnustl-full/unit/ |
| D | ctype_facets_test.cpp | 30 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/ |
| D | ctype_facets_test.cpp | 30 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/ |
| D | locale.cpp | 4818 __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
|