/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/ |
ctype_noninline.h | 64 ctype<char>::do_toupper(char __c) const function in class:ctype 71 ctype<char>::do_toupper(char* __low, const char* __high) const function in class:ctype 75 *__low = this->do_toupper(*__low);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/ |
ctype_noninline.h | 64 ctype<char>::do_toupper(char __c) const function in class:ctype 71 ctype<char>::do_toupper(char* __low, const char* __high) const function in class:ctype 75 *__low = this->do_toupper(*__low);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/ |
ctype_noninline.h | 163 ctype<char>::do_toupper(char __c) const function in class:ctype 167 ctype<char>::do_toupper(char* __low, const char* __high) const function in class:ctype
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/ |
ctype_noninline.h | 163 ctype<char>::do_toupper(char __c) const function in class:ctype 167 ctype<char>::do_toupper(char* __low, const char* __high) const function in class:ctype
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/ |
ctype_noninline.h | 163 ctype<char>::do_toupper(char __c) const function in class:ctype 167 ctype<char>::do_toupper(char* __low, const char* __high) const function in class:ctype
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
locale_facets.h | 219 * so by returning ctype<char_type>::do_toupper(). 226 { return this->do_toupper(__c); } 233 * by returning ctype<char_type>:: do_toupper(lo, hi). 241 { return this->do_toupper(__lo, __hi); } 438 * do_toupper() is a hook for a derived facet to change the behavior of 439 * uppercasing. do_toupper() must always return the same result for 446 do_toupper(char_type) const = 0; 454 * do_toupper() is a hook for a derived facet to change the behavior of 455 * uppercasing. do_toupper() must always return the same result for 463 do_toupper(char_type* __lo, const char_type* __hi) const = 0 [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets.h | 219 * so by returning ctype<char_type>::do_toupper(). 226 { return this->do_toupper(__c); } 233 * by returning ctype<char_type>:: do_toupper(lo, hi). 241 { return this->do_toupper(__lo, __hi); } 438 * do_toupper() is a hook for a derived facet to change the behavior of 439 * uppercasing. do_toupper() must always return the same result for 446 do_toupper(char_type) const = 0; 454 * do_toupper() is a hook for a derived facet to change the behavior of 455 * uppercasing. do_toupper() must always return the same result for 463 do_toupper(char_type* __lo, const char_type* __hi) const = 0 [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets.h | 219 * so by returning ctype<char_type>::do_toupper(). 226 { return this->do_toupper(__c); } 233 * by returning ctype<char_type>:: do_toupper(lo, hi). 241 { return this->do_toupper(__lo, __hi); } 438 * do_toupper() is a hook for a derived facet to change the behavior of 439 * uppercasing. do_toupper() must always return the same result for 446 do_toupper(char_type) const = 0; 454 * do_toupper() is a hook for a derived facet to change the behavior of 455 * uppercasing. do_toupper() must always return the same result for 463 do_toupper(char_type* __lo, const char_type* __hi) const = 0 [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets.h | 219 * so by returning ctype<char_type>::do_toupper(). 226 { return this->do_toupper(__c); } 233 * by returning ctype<char_type>:: do_toupper(lo, hi). 241 { return this->do_toupper(__lo, __hi); } 438 * do_toupper() is a hook for a derived facet to change the behavior of 439 * uppercasing. do_toupper() must always return the same result for 446 do_toupper(char_type) const = 0; 454 * do_toupper() is a hook for a derived facet to change the behavior of 455 * uppercasing. do_toupper() must always return the same result for 463 do_toupper(char_type* __lo, const char_type* __hi) const = 0 [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
locale_facets.h | 219 * so by returning ctype<char_type>::do_toupper(). 226 { return this->do_toupper(__c); } 233 * by returning ctype<char_type>:: do_toupper(lo, hi). 241 { return this->do_toupper(__lo, __hi); } 438 * do_toupper() is a hook for a derived facet to change the behavior of 439 * uppercasing. do_toupper() must always return the same result for 446 do_toupper(char_type) const = 0; 454 * do_toupper() is a hook for a derived facet to change the behavior of 455 * uppercasing. do_toupper() must always return the same result for 463 do_toupper(char_type* __lo, const char_type* __hi) const = 0 [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
locale_facets.h | 220 * so by returning ctype<char_type>::do_toupper(). 227 { return this->do_toupper(__c); } 234 * by returning ctype<char_type>:: do_toupper(lo, hi). 242 { return this->do_toupper(__lo, __hi); } 439 * do_toupper() is a hook for a derived facet to change the behavior of 440 * uppercasing. do_toupper() must always return the same result for 447 do_toupper(char_type) const = 0; 455 * do_toupper() is a hook for a derived facet to change the behavior of 456 * uppercasing. do_toupper() must always return the same result for 464 do_toupper(char_type* __lo, const char_type* __hi) const = 0 [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
locale_facets.h | 221 * so by returning ctype<char_type>::do_toupper(). 228 { return this->do_toupper(__c); } 235 * by returning ctype<char_type>:: do_toupper(lo, hi). 243 { return this->do_toupper(__lo, __hi); } 440 * do_toupper() is a hook for a derived facet to change the behavior of 441 * uppercasing. do_toupper() must always return the same result for 448 do_toupper(char_type __c) const = 0; 456 * do_toupper() is a hook for a derived facet to change the behavior of 457 * uppercasing. do_toupper() must always return the same result for 465 do_toupper(char_type* __lo, const char_type* __hi) const = 0 [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
locale_facets.h | 220 * so by returning ctype<char_type>::do_toupper(). 227 { return this->do_toupper(__c); } 234 * by returning ctype<char_type>:: do_toupper(lo, hi). 242 { return this->do_toupper(__lo, __hi); } 439 * do_toupper() is a hook for a derived facet to change the behavior of 440 * uppercasing. do_toupper() must always return the same result for 447 do_toupper(char_type) const = 0; 455 * do_toupper() is a hook for a derived facet to change the behavior of 456 * uppercasing. do_toupper() must always return the same result for 464 do_toupper(char_type* __lo, const char_type* __hi) const = 0 [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
locale_facets.h | 221 * so by returning ctype<char_type>::do_toupper(). 228 { return this->do_toupper(__c); } 235 * by returning ctype<char_type>:: do_toupper(lo, hi). 243 { return this->do_toupper(__lo, __hi); } 440 * do_toupper() is a hook for a derived facet to change the behavior of 441 * uppercasing. do_toupper() must always return the same result for 448 do_toupper(char_type __c) const = 0; 456 * do_toupper() is a hook for a derived facet to change the behavior of 457 * uppercasing. do_toupper() must always return the same result for 465 do_toupper(char_type* __lo, const char_type* __hi) const = 0 [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
locale_facets.h | 219 * so by returning ctype<char_type>::do_toupper(). 226 { return this->do_toupper(__c); } 233 * by returning ctype<char_type>:: do_toupper(lo, hi). 241 { return this->do_toupper(__lo, __hi); } 438 * do_toupper() is a hook for a derived facet to change the behavior of 439 * uppercasing. do_toupper() must always return the same result for 446 do_toupper(char_type __c) const = 0; 454 * do_toupper() is a hook for a derived facet to change the behavior of 455 * uppercasing. do_toupper() must always return the same result for 463 do_toupper(char_type* __lo, const char_type* __hi) const = 0 [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
locale_facets.h | 220 * so by returning ctype<char_type>::do_toupper(). 227 { return this->do_toupper(__c); } 234 * by returning ctype<char_type>:: do_toupper(lo, hi). 242 { return this->do_toupper(__lo, __hi); } 439 * do_toupper() is a hook for a derived facet to change the behavior of 440 * uppercasing. do_toupper() must always return the same result for 447 do_toupper(char_type) const = 0; 455 * do_toupper() is a hook for a derived facet to change the behavior of 456 * uppercasing. do_toupper() must always return the same result for 464 do_toupper(char_type* __lo, const char_type* __hi) const = 0 [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 | 220 * so by returning ctype<char_type>::do_toupper(). 227 { return this->do_toupper(__c); } 234 * by returning ctype<char_type>:: do_toupper(lo, hi). 242 { return this->do_toupper(__lo, __hi); } 439 * do_toupper() is a hook for a derived facet to change the behavior of 440 * uppercasing. do_toupper() must always return the same result for 447 do_toupper(char_type) const = 0; 455 * do_toupper() is a hook for a derived facet to change the behavior of 456 * uppercasing. do_toupper() must always return the same result for 464 do_toupper(char_type* __lo, const char_type* __hi) const = 0 [all...] |
/external/stlport/src/ |
ctype.cpp | 341 char ctype<char>::do_toupper(char __c) const 346 const char* ctype<char>::do_toupper(char* __low, const char* __high) const { 424 wchar_t ctype<wchar_t>::do_toupper(wchar_t c) const { 430 ctype<wchar_t>::do_toupper(wchar_t* low, const wchar_t* high) const {
|
facets_byname.cpp | 69 char ctype_byname<char>::do_toupper(char c) const function in class:ctype_byname 76 ctype_byname<char>::do_toupper(char* first, const char* last) const { function in class:ctype_byname 158 wchar_t ctype_byname<wchar_t>::do_toupper(wchar_t c) const function in class:ctype_byname 162 ctype_byname<wchar_t>::do_toupper(wchar_t* low, const wchar_t* high) const { function in class:ctype_byname [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
ctype.cpp | 341 char ctype<char>::do_toupper(char __c) const 346 const char* ctype<char>::do_toupper(char* __low, const char* __high) const { 424 wchar_t ctype<wchar_t>::do_toupper(wchar_t c) const { 430 ctype<wchar_t>::do_toupper(wchar_t* low, const wchar_t* high) const {
|
facets_byname.cpp | 69 char ctype_byname<char>::do_toupper(char c) const function in class:ctype_byname 76 ctype_byname<char>::do_toupper(char* first, const char* last) const { function in class:ctype_byname 158 wchar_t ctype_byname<wchar_t>::do_toupper(wchar_t c) const function in class:ctype_byname 162 ctype_byname<wchar_t>::do_toupper(wchar_t* low, const wchar_t* high) const { function in class:ctype_byname [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
locale.cpp | 789 ctype<wchar_t>::do_toupper(char_type c) const function in class:ctype 803 ctype<wchar_t>::do_toupper(char_type* low, const char_type* high) const function in class:ctype 903 ctype<char>::do_toupper(char_type c) const function in class:ctype 921 ctype<char>::do_toupper(char_type* low, const char_type* high) const function in class:ctype 1117 ctype_byname<char>::do_toupper(char_type c) const function in class:ctype_byname 1123 ctype_byname<char>::do_toupper(char_type* low, const char_type* high) const function in class:ctype_byname 1281 ctype_byname<wchar_t>::do_toupper(char_type c) const function in class:ctype_byname 1287 ctype_byname<wchar_t>::do_toupper(char_type* low, const char_type* high) const function in class:ctype_byname [all...] |