Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_monetary.c135 typedef ctype<char_type> _Ctype; in __money_do_get() typedef
140 const _Ctype& __c_type = use_facet<_Ctype>(__loc) ; in __money_do_get()
321 typedef ctype<char_type> _Ctype; in __money_do_put() typedef
326 const _Ctype& __c_type = use_facet<_Ctype>(__loc) ; in __money_do_put()
D_string_io.c84 const _C_type& _Ctype = use_facet<_C_type>(__loc); variable
111 if (_Ctype.is(_C_type::space, __c)) {
D_num_get.h129 typedef ctype<_CharT> _Ctype; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dlocale426 template <class _InputIterator, class _ForwardIterator, class _Ctype>
431 const _Ctype& __ct, ios_base::iostate& __err,