HomeSort by relevance Sort by last modified time
    Searched full:_c_type (Results 1 - 12 of 12) 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)) {
_monetary.c 63 const ctype<_CharT>& _c_type,
66 if (__first == __last || !_c_type.is(ctype_base::digit, *__first))
74 if (_c_type.is(ctype_base::digit, *__first)) {
110 while (__first != __last && _c_type.is(ctype_base::digit, *__first)) {
  /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)) {
_monetary.c 63 const ctype<_CharT>& _c_type,
66 if (__first == __last || !_c_type.is(ctype_base::digit, *__first))
74 if (_c_type.is(ctype_base::digit, *__first)) {
110 while (__first != __last && _c_type.is(ctype_base::digit, *__first)) {
  /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)) {
_monetary.c 63 const ctype<_CharT>& _c_type,
66 if (__first == __last || !_c_type.is(ctype_base::digit, *__first))
74 if (_c_type.is(ctype_base::digit, *__first)) {
110 while (__first != __last && _c_type.is(ctype_base::digit, *__first)) {
  /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)) {
_monetary.c 63 const ctype<_CharT>& _c_type,
66 if (__first == __last || !_c_type.is(ctype_base::digit, *__first))
74 if (_c_type.is(ctype_base::digit, *__first)) {
110 while (__first != __last && _c_type.is(ctype_base::digit, *__first)) {
  /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)) {
_monetary.c 63 const ctype<_CharT>& _c_type,
66 if (__first == __last || !_c_type.is(ctype_base::digit, *__first))
74 if (_c_type.is(ctype_base::digit, *__first)) {
110 while (__first != __last && _c_type.is(ctype_base::digit, *__first)) {
  /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)) {
_monetary.c 63 const ctype<_CharT>& _c_type,
66 if (__first == __last || !_c_type.is(ctype_base::digit, *__first))
74 if (_c_type.is(ctype_base::digit, *__first)) {
110 while (__first != __last && _c_type.is(ctype_base::digit, *__first)) {

Completed in 626 milliseconds