HomeSort by relevance Sort by last modified time
    Searched refs:_C_type (Results 1 - 6 of 6) sorted by null

  /external/stlport/stlport/stl/
_string_io.c 81 typedef ctype<_CharT> _C_type;
84 const _C_type& _Ctype = use_facet<_C_type>(__loc);
111 if (_Ctype.is(_C_type::space, __c)) {
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 81 typedef ctype<_CharT> _C_type;
84 const _C_type& _Ctype = use_facet<_C_type>(__loc);
111 if (_Ctype.is(_C_type::space, __c)) {
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 81 typedef ctype<_CharT> _C_type;
84 const _C_type& _Ctype = use_facet<_C_type>(__loc);
111 if (_Ctype.is(_C_type::space, __c)) {
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 81 typedef ctype<_CharT> _C_type;
84 const _C_type& _Ctype = use_facet<_C_type>(__loc);
111 if (_Ctype.is(_C_type::space, __c)) {
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 81 typedef ctype<_CharT> _C_type;
84 const _C_type& _Ctype = use_facet<_C_type>(__loc);
111 if (_Ctype.is(_C_type::space, __c)) {
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 81 typedef ctype<_CharT> _C_type;
84 const _C_type& _Ctype = use_facet<_C_type>(__loc);
111 if (_Ctype.is(_C_type::space, __c)) {

Completed in 194 milliseconds