HomeSort by relevance Sort by last modified time
    Searched refs:widen (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_compiler.h 179 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^'))
185 else if (__c == _M_ctype.widen('$'))
192 else if (__c == _M_ctype.widen('.'))
198 else if (__c == _M_ctype.widen('*'))
204 else if (__c == _M_ctype.widen('+'))
210 else if (__c == _M_ctype.widen('|'))
216 else if (__c == _M_ctype.widen('['))
223 else if (__c == _M_ctype.widen('\\'))
230 if (__c == _M_ctype.widen('('))
236 else if (__c == _M_ctype.widen(')'))
    [all...]
basic_ios.h 366 _M_fill = this->widen(' ');
427 * @param c The character to widen.
434 * std::use_facet<ctype<char_type> >(getloc()).widen(c)
441 widen(char __c) const function in class:basic_ios
442 { return __check_facet(_M_ctype).widen(__c); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_compiler.h 179 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^'))
185 else if (__c == _M_ctype.widen('$'))
192 else if (__c == _M_ctype.widen('.'))
198 else if (__c == _M_ctype.widen('*'))
204 else if (__c == _M_ctype.widen('+'))
210 else if (__c == _M_ctype.widen('|'))
216 else if (__c == _M_ctype.widen('['))
223 else if (__c == _M_ctype.widen('\\'))
230 if (__c == _M_ctype.widen('('))
236 else if (__c == _M_ctype.widen(')'))
    [all...]
basic_ios.h 366 _M_fill = this->widen(' ');
427 * @param c The character to widen.
434 * std::use_facet<ctype<char_type> >(getloc()).widen(c)
441 widen(char __c) const function in class:basic_ios
442 { return __check_facet(_M_ctype).widen(__c); }
  /external/stlport/stlport/stl/
_ios.h 107 inline _CharT widen(char) const;
150 basic_ios<_CharT, _Traits>::widen(char __c) const function in class:basic_ios
151 { return _M_ctype_facet()->widen(__c); }
163 basic_ios<char, char_traits<char> >::widen(char __c) const function in class:basic_ios
_num_put.c 85 __sep, __ct.widen('+'), __ct.widen('-'), 0);
89 __f.flags(), __f.width(0), __fill, __ct.widen('+'), __ct.widen('-'));
198 wchar_t __xplus = __ct.widen('+');
199 wchar_t __xminus = __ct.widen('-');
202 __ct.widen(__buf, __iend, __wbuf);
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)
    [all...]
_ctype.h 101 char widen(char __c) const { return do_widen(__c); } function in class:ctype
102 const char* widen(const char* __low, const char* __high, char* __to) const { function in class:ctype
206 wchar_t widen(char __c) const { return do_widen(__c); } function in class:ctype
207 const char* widen(const char* __low, const char* __high, function in class:ctype
_string_io.h 67 return getline(__is, __s, __is.widen('\n'));
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios.h 107 inline _CharT widen(char) const;
150 basic_ios<_CharT, _Traits>::widen(char __c) const function in class:basic_ios
151 { return _M_ctype_facet()->widen(__c); }
163 basic_ios<char, char_traits<char> >::widen(char __c) const function in class:basic_ios
_num_put.c 85 __sep, __ct.widen('+'), __ct.widen('-'), 0);
89 __f.flags(), __f.width(0), __fill, __ct.widen('+'), __ct.widen('-'));
198 wchar_t __xplus = __ct.widen('+');
199 wchar_t __xminus = __ct.widen('-');
202 __ct.widen(__buf, __iend, __wbuf);
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)
    [all...]
_ctype.h 101 char widen(char __c) const { return do_widen(__c); } function in class:ctype
102 const char* widen(const char* __low, const char* __high, char* __to) const { function in class:ctype
206 wchar_t widen(char __c) const { return do_widen(__c); } function in class:ctype
207 const char* widen(const char* __low, const char* __high, function in class:ctype
_string_io.h 67 return getline(__is, __s, __is.widen('\n'));
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ios.h 107 inline _CharT widen(char) const;
150 basic_ios<_CharT, _Traits>::widen(char __c) const function in class:basic_ios
151 { return _M_ctype_facet()->widen(__c); }
163 basic_ios<char, char_traits<char> >::widen(char __c) const function in class:basic_ios
_num_put.c 85 __sep, __ct.widen('+'), __ct.widen('-'), 0);
89 __f.flags(), __f.width(0), __fill, __ct.widen('+'), __ct.widen('-'));
198 wchar_t __xplus = __ct.widen('+');
199 wchar_t __xminus = __ct.widen('-');
202 __ct.widen(__buf, __iend, __wbuf);
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)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ios.h 107 inline _CharT widen(char) const;
150 basic_ios<_CharT, _Traits>::widen(char __c) const function in class:basic_ios
151 { return _M_ctype_facet()->widen(__c); }
163 basic_ios<char, char_traits<char> >::widen(char __c) const function in class:basic_ios
_num_put.c 85 __sep, __ct.widen('+'), __ct.widen('-'), 0);
89 __f.flags(), __f.width(0), __fill, __ct.widen('+'), __ct.widen('-'));
198 wchar_t __xplus = __ct.widen('+');
199 wchar_t __xminus = __ct.widen('-');
202 __ct.widen(__buf, __iend, __wbuf);
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)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ios.h 107 inline _CharT widen(char) const;
150 basic_ios<_CharT, _Traits>::widen(char __c) const function in class:basic_ios
151 { return _M_ctype_facet()->widen(__c); }
163 basic_ios<char, char_traits<char> >::widen(char __c) const function in class:basic_ios
_num_put.c 85 __sep, __ct.widen('+'), __ct.widen('-'), 0);
89 __f.flags(), __f.width(0), __fill, __ct.widen('+'), __ct.widen('-'));
198 wchar_t __xplus = __ct.widen('+');
199 wchar_t __xminus = __ct.widen('-');
202 __ct.widen(__buf, __iend, __wbuf);
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)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ios.h 107 inline _CharT widen(char) const;
150 basic_ios<_CharT, _Traits>::widen(char __c) const function in class:basic_ios
151 { return _M_ctype_facet()->widen(__c); }
163 basic_ios<char, char_traits<char> >::widen(char __c) const function in class:basic_ios
_num_put.c 85 __sep, __ct.widen('+'), __ct.widen('-'), 0);
89 __f.flags(), __f.width(0), __fill, __ct.widen('+'), __ct.widen('-'));
198 wchar_t __xplus = __ct.widen('+');
199 wchar_t __xminus = __ct.widen('-');
202 __ct.widen(__buf, __iend, __wbuf);
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)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_ios.h 364 _M_fill = this->widen(' ');
425 * @param c The character to widen.
432 * std::use_facet<ctype<char_type> >(getloc()).widen(c)
439 widen(char __c) const function in class:basic_ios
440 { return __check_facet(_M_ctype).widen(__c); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 364 _M_fill = this->widen(' ');
425 * @param c The character to widen.
432 * std::use_facet<ctype<char_type> >(getloc()).widen(c)
439 widen(char __c) const function in class:basic_ios
440 { return __check_facet(_M_ctype).widen(__c); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 364 _M_fill = this->widen(' ');
425 * @param c The character to widen.
432 * std::use_facet<ctype<char_type> >(getloc()).widen(c)
439 widen(char __c) const function in class:basic_ios
440 { return __check_facet(_M_ctype).widen(__c); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 364 _M_fill = this->widen(' ');
425 * @param c The character to widen.
432 * std::use_facet<ctype<char_type> >(getloc()).widen(c)
439 widen(char __c) const function in class:basic_ios
440 { return __check_facet(_M_ctype).widen(__c); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 364 _M_fill = this->widen(' ');
425 * @param c The character to widen.
432 * std::use_facet<ctype<char_type> >(getloc()).widen(c)
439 widen(char __c) const function in class:basic_ios
440 { return __check_facet(_M_ctype).widen(__c); }

Completed in 3511 milliseconds

1 2 3 4 5 6