Searched refs:scan_not (Results 1 – 5 of 5) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
D | ctype_facets_test.cpp | 100 res = ct.scan_not((ctype_base::mask)(ctype_base::alpha | ctype_base::lower), rbeg, rend); in _ctype_facet() 104 res = ct.scan_not(ctype_base::alpha, rbeg, rend); in _ctype_facet() 108 res = ct.scan_not(ctype_base::punct, rbeg, rend); in _ctype_facet() 244 res = wct.scan_not((ctype_base::mask)(ctype_base::alpha | ctype_base::lower), rbeg, rend); in _ctype_facet_w() 248 res = wct.scan_not(ctype_base::alpha, rbeg, rend); in _ctype_facet_w() 252 res = wct.scan_not(ctype_base::punct, rbeg, rend); in _ctype_facet_w()
|
/ndk/tests/device/test-stlport/unit/ |
D | ctype_facets_test.cpp | 100 res = ct.scan_not((ctype_base::mask)(ctype_base::alpha | ctype_base::lower), rbeg, rend); in _ctype_facet() 104 res = ct.scan_not(ctype_base::alpha, rbeg, rend); in _ctype_facet() 108 res = ct.scan_not(ctype_base::punct, rbeg, rend); in _ctype_facet() 244 res = wct.scan_not((ctype_base::mask)(ctype_base::alpha | ctype_base::lower), rbeg, rend); in _ctype_facet_w() 248 res = wct.scan_not(ctype_base::alpha, rbeg, rend); in _ctype_facet_w() 252 res = wct.scan_not(ctype_base::punct, rbeg, rend); in _ctype_facet_w()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _ctype.h | 89 const char* scan_not(mask __m, const char* __low, const char* __high) const; 194 const wchar_t* scan_not (mask __m, in scan_not() function
|
D | _istream.c | 123 return _M_ctype->scan_not(ctype_base::space, __first, __last); in operator()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | ctype.cpp | 338 ctype<char>::scan_not(ctype_base::mask __m, const char* __low, const char* __high) const in scan_not() function in ctype
|