Home
last modified time | relevance | path

Searched defs:_Scan_for_not_wspace (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_istream.c112 struct _Scan_for_not_wspace { struct
120 _Scan_for_not_wspace(const ctype<char_type>* __c_type) : _M_ctype(__c_type) {} in _Scan_for_not_wspace() argument
122 operator()(const char_type* __first, const char_type* __last) const { in operator()