Home
last modified time | relevance | path

Searched refs:do_is (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ctype.h184 { 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/
Dctype.cpp394 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
Dfacets_byname.cpp127 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__locale440 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/
Dlocale.cpp806 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