Searched refs:do_is (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _ctype.h | 184 { return do_is(__m, __c); } in is() 188 { return do_is(__low, __high, __vec); } in is() 222 virtual bool do_is(mask __m, wchar_t __c) const; 223 virtual const wchar_t* do_is(const wchar_t*, const wchar_t*, mask*) const; 248 virtual bool do_is(mask __m, wchar_t __c) const; 249 virtual const wchar_t* do_is(const wchar_t*, const wchar_t*, mask*) const;
|
/ndk/sources/cxx-stl/stlport/src/ |
D | ctype.cpp | 394 bool ctype<wchar_t>::do_is(ctype_base::mask m, wchar_t c) const { in do_is() function in ctype 399 const wchar_t* ctype<wchar_t>::do_is(const wchar_t* low, const wchar_t* high, in do_is() function in ctype
|
D | facets_byname.cpp | 127 bool ctype_byname<wchar_t>::do_is(ctype_base::mask m, wchar_t c) const in do_is() function in ctype_byname 131 ctype_byname<wchar_t>::do_is(const wchar_t* low, const wchar_t* high, in do_is() function in ctype_byname
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __locale | 440 return do_is(__m, __c); 446 return do_is(__low, __high, __vec); 513 virtual bool do_is(mask __m, char_type __c) const; 514 …virtual const char_type* do_is(const char_type* __low, const char_type* __high, mask* __vec) const; 682 virtual bool do_is(mask __m, char_type __c) const; 683 …virtual const char_type* do_is(const char_type* __low, const char_type* __high, mask* __vec) const;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | locale.cpp | 806 ctype<wchar_t>::do_is(mask m, char_type c) const in do_is() function in ctype 812 ctype<wchar_t>::do_is(const char_type* low, const char_type* high, mask* vec) const in do_is() function in ctype 1251 ctype_byname<wchar_t>::do_is(mask m, char_type c) const in do_is() function in ctype_byname 1273 ctype_byname<wchar_t>::do_is(const char_type* low, const char_type* high, mask* vec) const in do_is() function in ctype_byname
|