Searched refs:scan_is (Results 1 - 4 of 4) sorted by relevance

/external/stlport/test/unit/
H A Dctype_facets_test.cpp73 //scan_is
80 res = ct.scan_is((ctype_base::mask)(ctype_base::alpha | ctype_base::lower), rbeg, rend);
84 res = ct.scan_is(ctype_base::upper, rbeg, rend);
88 res = ct.scan_is(ctype_base::punct, rbeg, rend);
217 //scan_is
224 res = wct.scan_is((ctype_base::mask)(ctype_base::alpha | ctype_base::lower), rbeg, rend);
228 res = wct.scan_is(ctype_base::upper, rbeg, rend);
232 res = wct.scan_is(ctype_base::punct, rbeg, rend);
/external/stlport/stlport/stl/
H A D_ctype.h88 const char* scan_is(mask __m, const char* __low, const char* __high) const;
190 const wchar_t* scan_is(mask __m, function in class:ctype
H A D_istream.c89 return _M_ctype->scan_is(ctype_base::space, __first, __last);
107 return _M_ctype->scan_is(ctype_base::space, __first, __last);
/external/stlport/src/
H A Dctype.cpp298 // Some helper functions used in ctype<>::scan_is and scan_is_not.
331 ctype<char>::scan_is(ctype_base::mask __m, const char* __low, const char* __high) const

Completed in 199 milliseconds