HomeSort by relevance Sort by last modified time
    Searched defs:__c_type (Results 1 - 15 of 15) sorted by null

  /external/stlport/stlport/stl/
_complex.c 111 const ctype<_CharT>& __c_type = *__is._M_ctype_facet(); local
115 __c_type.widen(__punct, __punct + 3, __wpunct);
_monetary.c 140 const _Ctype& __c_type = use_facet<_Ctype>(__loc) ; local
156 if (!__c_type.is(ctype_base::space, *__s)) {
162 while (__s != __end && __c_type.is(ctype_base::space, *__s))
227 __result = __get_monetary_value(__s, __end, __out_ite, __c_type,
264 __digits = __c_type.widen('-');
326 const _Ctype& __c_type = use_facet<_Ctype>(__loc) ; local
331 char_type __minus = __c_type.widen('-');
332 char_type __plus = __c_type.widen('+');
333 char_type __space = __c_type.widen(' ');
334 char_type __zero = __c_type.widen('0')
    [all...]
_num_put.c 477 const ctype<_CharT>& __c_type = use_facet<ctype<_CharT> >(__f.getloc()); local
489 __s++ = __c_type.widen( '0' );
490 __s++ = __c_type.widen( __table_ptr[16] );
503 _STLP_PRIV __do_put_integer(__s, __f, __c_type.widen('0'), __REINTERPRET_CAST(unsigned long,__val))
506 _STLP_PRIV __do_put_integer(__s, __f, __c_type.widen('0'), __REINTERPRET_CAST(unsigned _STLP_LONG_LONG,__val))
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.c 111 const ctype<_CharT>& __c_type = *__is._M_ctype_facet(); local
115 __c_type.widen(__punct, __punct + 3, __wpunct);
_monetary.c 140 const _Ctype& __c_type = use_facet<_Ctype>(__loc) ; local
156 if (!__c_type.is(ctype_base::space, *__s)) {
162 while (__s != __end && __c_type.is(ctype_base::space, *__s))
227 __result = __get_monetary_value(__s, __end, __out_ite, __c_type,
264 __digits = __c_type.widen('-');
326 const _Ctype& __c_type = use_facet<_Ctype>(__loc) ; local
331 char_type __minus = __c_type.widen('-');
332 char_type __plus = __c_type.widen('+');
333 char_type __space = __c_type.widen(' ');
334 char_type __zero = __c_type.widen('0')
    [all...]
_num_put.c 477 const ctype<_CharT>& __c_type = use_facet<ctype<_CharT> >(__f.getloc()); local
489 __s++ = __c_type.widen( '0' );
490 __s++ = __c_type.widen( __table_ptr[16] );
503 _STLP_PRIV __do_put_integer(__s, __f, __c_type.widen('0'), __REINTERPRET_CAST(unsigned long,__val))
506 _STLP_PRIV __do_put_integer(__s, __f, __c_type.widen('0'), __REINTERPRET_CAST(unsigned _STLP_LONG_LONG,__val))
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_complex.c 111 const ctype<_CharT>& __c_type = *__is._M_ctype_facet(); local
115 __c_type.widen(__punct, __punct + 3, __wpunct);
_monetary.c 140 const _Ctype& __c_type = use_facet<_Ctype>(__loc) ; local
156 if (!__c_type.is(ctype_base::space, *__s)) {
162 while (__s != __end && __c_type.is(ctype_base::space, *__s))
227 __result = __get_monetary_value(__s, __end, __out_ite, __c_type,
264 __digits = __c_type.widen('-');
326 const _Ctype& __c_type = use_facet<_Ctype>(__loc) ; local
331 char_type __minus = __c_type.widen('-');
332 char_type __plus = __c_type.widen('+');
333 char_type __space = __c_type.widen(' ');
334 char_type __zero = __c_type.widen('0')
    [all...]
_num_put.c 477 const ctype<_CharT>& __c_type = use_facet<ctype<_CharT> >(__f.getloc()); local
489 __s++ = __c_type.widen( '0' );
490 __s++ = __c_type.widen( __table_ptr[16] );
503 _STLP_PRIV __do_put_integer(__s, __f, __c_type.widen('0'), __REINTERPRET_CAST(unsigned long,__val))
506 _STLP_PRIV __do_put_integer(__s, __f, __c_type.widen('0'), __REINTERPRET_CAST(unsigned _STLP_LONG_LONG,__val))
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_complex.c 111 const ctype<_CharT>& __c_type = *__is._M_ctype_facet(); local
115 __c_type.widen(__punct, __punct + 3, __wpunct);
_monetary.c 140 const _Ctype& __c_type = use_facet<_Ctype>(__loc) ; local
156 if (!__c_type.is(ctype_base::space, *__s)) {
162 while (__s != __end && __c_type.is(ctype_base::space, *__s))
227 __result = __get_monetary_value(__s, __end, __out_ite, __c_type,
264 __digits = __c_type.widen('-');
326 const _Ctype& __c_type = use_facet<_Ctype>(__loc) ; local
331 char_type __minus = __c_type.widen('-');
332 char_type __plus = __c_type.widen('+');
333 char_type __space = __c_type.widen(' ');
334 char_type __zero = __c_type.widen('0')
    [all...]
_num_put.c 477 const ctype<_CharT>& __c_type = use_facet<ctype<_CharT> >(__f.getloc()); local
489 __s++ = __c_type.widen( '0' );
490 __s++ = __c_type.widen( __table_ptr[16] );
503 _STLP_PRIV __do_put_integer(__s, __f, __c_type.widen('0'), __REINTERPRET_CAST(unsigned long,__val))
506 _STLP_PRIV __do_put_integer(__s, __f, __c_type.widen('0'), __REINTERPRET_CAST(unsigned _STLP_LONG_LONG,__val))
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_complex.c 111 const ctype<_CharT>& __c_type = *__is._M_ctype_facet(); local
115 __c_type.widen(__punct, __punct + 3, __wpunct);
_monetary.c 140 const _Ctype& __c_type = use_facet<_Ctype>(__loc) ; local
156 if (!__c_type.is(ctype_base::space, *__s)) {
162 while (__s != __end && __c_type.is(ctype_base::space, *__s))
227 __result = __get_monetary_value(__s, __end, __out_ite, __c_type,
264 __digits = __c_type.widen('-');
326 const _Ctype& __c_type = use_facet<_Ctype>(__loc) ; local
331 char_type __minus = __c_type.widen('-');
332 char_type __plus = __c_type.widen('+');
333 char_type __space = __c_type.widen(' ');
334 char_type __zero = __c_type.widen('0')
    [all...]
_num_put.c 477 const ctype<_CharT>& __c_type = use_facet<ctype<_CharT> >(__f.getloc()); local
489 __s++ = __c_type.widen( '0' );
490 __s++ = __c_type.widen( __table_ptr[16] );
503 _STLP_PRIV __do_put_integer(__s, __f, __c_type.widen('0'), __REINTERPRET_CAST(unsigned long,__val))
506 _STLP_PRIV __do_put_integer(__s, __f, __c_type.widen('0'), __REINTERPRET_CAST(unsigned _STLP_LONG_LONG,__val))

Completed in 175 milliseconds