| /external/stlport/stlport/stl/ |
| _ctype.h | 184 { return do_is(__m, __c); } 188 { return do_is(__low, __high, __vec); } 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/stlport/stl/ |
| _ctype.h | 184 { return do_is(__m, __c); } 188 { return do_is(__low, __high, __vec); } 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;
|
| /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
| _ctype.h | 184 { return do_is(__m, __c); } 188 { return do_is(__low, __high, __vec); } 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;
|
| /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
| _ctype.h | 184 { return do_is(__m, __c); } 188 { return do_is(__low, __high, __vec); } 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;
|
| /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
| _ctype.h | 184 { return do_is(__m, __c); } 188 { return do_is(__low, __high, __vec); } 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;
|
| /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
| _ctype.h | 184 { return do_is(__m, __c); } 188 { return do_is(__low, __high, __vec); } 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;
|
| /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
| _ctype.h | 184 { return do_is(__m, __c); } 188 { return do_is(__low, __high, __vec); } 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;
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
| locale_facets.h | 155 * It does so by returning the value of ctype<char_type>::do_is(). 163 { return this->do_is(__m, __c); } 171 * ctype<char_type>::do_is(). 180 { return this->do_is(__lo, __hi, __vec); } 362 * do_is() is a hook for a derived facet to change the behavior of 363 * classifying. do_is() must always return the same result for the 371 do_is(mask __m, char_type __c) const = 0; 380 * do_is() is a hook for a derived facet to change the behavior of 381 * classifying. do_is() must always return the same result for the 390 do_is(const char_type* __lo, const char_type* __hi [all...] |
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
| locale_facets.h | 156 * It does so by returning the value of ctype<char_type>::do_is(). 164 { return this->do_is(__m, __c); } 172 * ctype<char_type>::do_is(). 181 { return this->do_is(__lo, __hi, __vec); } 363 * do_is() is a hook for a derived facet to change the behavior of 364 * classifying. do_is() must always return the same result for the 372 do_is(mask __m, char_type __c) const = 0; 381 * do_is() is a hook for a derived facet to change the behavior of 382 * classifying. do_is() must always return the same result for the 391 do_is(const char_type* __lo, const char_type* __hi [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
| locale_facets.h | 156 * It does so by returning the value of ctype<char_type>::do_is(). 164 { return this->do_is(__m, __c); } 172 * ctype<char_type>::do_is(). 181 { return this->do_is(__lo, __hi, __vec); } 363 * do_is() is a hook for a derived facet to change the behavior of 364 * classifying. do_is() must always return the same result for the 372 do_is(mask __m, char_type __c) const = 0; 381 * do_is() is a hook for a derived facet to change the behavior of 382 * classifying. do_is() must always return the same result for the 391 do_is(const char_type* __lo, const char_type* __hi [all...] |
| /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
| locale_facets.h | 155 * It does so by returning the value of ctype<char_type>::do_is(). 163 { return this->do_is(__m, __c); } 171 * ctype<char_type>::do_is(). 180 { return this->do_is(__lo, __hi, __vec); } 362 * do_is() is a hook for a derived facet to change the behavior of 363 * classifying. do_is() must always return the same result for the 371 do_is(mask __m, char_type __c) const = 0; 380 * do_is() is a hook for a derived facet to change the behavior of 381 * classifying. do_is() must always return the same result for the 390 do_is(const char_type* __lo, const char_type* __hi [all...] |
| /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
| locale_facets.h | 155 * It does so by returning the value of ctype<char_type>::do_is(). 163 { return this->do_is(__m, __c); } 171 * ctype<char_type>::do_is(). 180 { return this->do_is(__lo, __hi, __vec); } 362 * do_is() is a hook for a derived facet to change the behavior of 363 * classifying. do_is() must always return the same result for the 371 do_is(mask __m, char_type __c) const = 0; 380 * do_is() is a hook for a derived facet to change the behavior of 381 * classifying. do_is() must always return the same result for the 390 do_is(const char_type* __lo, const char_type* __hi [all...] |
| /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
| locale_facets.h | 155 * It does so by returning the value of ctype<char_type>::do_is(). 163 { return this->do_is(__m, __c); } 171 * ctype<char_type>::do_is(). 180 { return this->do_is(__lo, __hi, __vec); } 362 * do_is() is a hook for a derived facet to change the behavior of 363 * classifying. do_is() must always return the same result for the 371 do_is(mask __m, char_type __c) const = 0; 380 * do_is() is a hook for a derived facet to change the behavior of 381 * classifying. do_is() must always return the same result for the 390 do_is(const char_type* __lo, const char_type* __hi [all...] |
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
| locale_facets.h | 155 * It does so by returning the value of ctype<char_type>::do_is(). 163 { return this->do_is(__m, __c); } 171 * ctype<char_type>::do_is(). 180 { return this->do_is(__lo, __hi, __vec); } 362 * do_is() is a hook for a derived facet to change the behavior of 363 * classifying. do_is() must always return the same result for the 371 do_is(mask __m, char_type __c) const = 0; 380 * do_is() is a hook for a derived facet to change the behavior of 381 * classifying. do_is() must always return the same result for the 390 do_is(const char_type* __lo, const char_type* __hi [all...] |
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
| locale_facets.h | 156 * It does so by returning the value of ctype<char_type>::do_is(). 164 { return this->do_is(__m, __c); } 172 * ctype<char_type>::do_is(). 181 { return this->do_is(__lo, __hi, __vec); } 363 * do_is() is a hook for a derived facet to change the behavior of 364 * classifying. do_is() must always return the same result for the 372 do_is(mask __m, char_type __c) const = 0; 381 * do_is() is a hook for a derived facet to change the behavior of 382 * classifying. do_is() must always return the same result for the 391 do_is(const char_type* __lo, const char_type* __hi [all...] |
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
| locale_facets.h | 157 * ctype<char_type>::do_is(). 165 { return this->do_is(__m, __c); } 173 * ctype<char_type>::do_is(). 182 { return this->do_is(__lo, __hi, __vec); } 364 * do_is() is a hook for a derived facet to change the behavior of 365 * classifying. do_is() must always return the same result for the 373 do_is(mask __m, char_type __c) const = 0; 382 * do_is() is a hook for a derived facet to change the behavior of 383 * classifying. do_is() must always return the same result for the 392 do_is(const char_type* __lo, const char_type* __hi [all...] |
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
| locale_facets.h | 156 * It does so by returning the value of ctype<char_type>::do_is(). 164 { return this->do_is(__m, __c); } 172 * ctype<char_type>::do_is(). 181 { return this->do_is(__lo, __hi, __vec); } 363 * do_is() is a hook for a derived facet to change the behavior of 364 * classifying. do_is() must always return the same result for the 372 do_is(mask __m, char_type __c) const = 0; 381 * do_is() is a hook for a derived facet to change the behavior of 382 * classifying. do_is() must always return the same result for the 391 do_is(const char_type* __lo, const char_type* __hi [all...] |
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
| locale_facets.h | 157 * ctype<char_type>::do_is(). 165 { return this->do_is(__m, __c); } 173 * ctype<char_type>::do_is(). 182 { return this->do_is(__lo, __hi, __vec); } 364 * do_is() is a hook for a derived facet to change the behavior of 365 * classifying. do_is() must always return the same result for the 373 do_is(mask __m, char_type __c) const = 0; 382 * do_is() is a hook for a derived facet to change the behavior of 383 * classifying. do_is() must always return the same result for the 392 do_is(const char_type* __lo, const char_type* __hi [all...] |
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
| locale_facets.h | 155 * ctype<char_type>::do_is(). 163 { return this->do_is(__m, __c); } 171 * ctype<char_type>::do_is(). 180 { return this->do_is(__lo, __hi, __vec); } 362 * do_is() is a hook for a derived facet to change the behavior of 363 * classifying. do_is() must always return the same result for the 371 do_is(mask __m, char_type __c) const = 0; 380 * do_is() is a hook for a derived facet to change the behavior of 381 * classifying. do_is() must always return the same result for the 390 do_is(const char_type* __lo, const char_type* __hi [all...] |
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
| __locale | 425 return do_is(__m, __c); 431 return do_is(__low, __high, __vec); 498 virtual bool do_is(mask __m, char_type __c) const; 499 virtual const char_type* do_is(const char_type* __low, const char_type* __high, mask* __vec) const; 667 virtual bool do_is(mask __m, char_type __c) const; 668 virtual const char_type* do_is(const char_type* __low, const char_type* __high, mask* __vec) const; [all...] |
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/ |
| is_many.pass.cpp | 14 // const charT* do_is(const charT* low, const charT* high, mask* vec) const;
|
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/ |
| is_many.pass.cpp | 14 // const charT* do_is(const charT* low, const charT* high, mask* vec) const;
|
| /external/stlport/src/ |
| ctype.cpp | 394 bool ctype<wchar_t>::do_is(ctype_base::mask m, wchar_t c) const { 399 const wchar_t* ctype<wchar_t>::do_is(const wchar_t* low, const wchar_t* high,
|
| facets_byname.cpp | 127 bool ctype_byname<wchar_t>::do_is(ctype_base::mask m, wchar_t c) const function in class:ctype_byname 131 ctype_byname<wchar_t>::do_is(const wchar_t* low, const wchar_t* high, function in class:ctype_byname [all...] |
| /ndk/sources/cxx-stl/stlport/src/ |
| ctype.cpp | 394 bool ctype<wchar_t>::do_is(ctype_base::mask m, wchar_t c) const { 399 const wchar_t* ctype<wchar_t>::do_is(const wchar_t* low, const wchar_t* high,
|