/external/stlport/stlport/stl/ |
_ctype.h | 107 return do_narrow(__c, __dfault); 111 return do_narrow(__low, __high, __dfault, __to); 130 virtual char do_narrow(char __c, char /* dfault */ ) const; 131 virtual const char* do_narrow(const char* __low, const char* __high, 212 { return do_narrow(__c, __dfault); } 215 { return do_narrow(__low, __high, __dfault, __to); } 234 virtual char do_narrow(wchar_t __c, char __dfault) const; 235 virtual const wchar_t* do_narrow(const wchar_t*, const wchar_t*,
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_ctype.h | 107 return do_narrow(__c, __dfault); 111 return do_narrow(__low, __high, __dfault, __to); 130 virtual char do_narrow(char __c, char /* dfault */ ) const; 131 virtual const char* do_narrow(const char* __low, const char* __high, 212 { return do_narrow(__c, __dfault); } 215 { return do_narrow(__low, __high, __dfault, __to); } 234 virtual char do_narrow(wchar_t __c, char __dfault) const; 235 virtual const wchar_t* do_narrow(const wchar_t*, const wchar_t*,
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_ctype.h | 107 return do_narrow(__c, __dfault); 111 return do_narrow(__low, __high, __dfault, __to); 130 virtual char do_narrow(char __c, char /* dfault */ ) const; 131 virtual const char* do_narrow(const char* __low, const char* __high, 212 { return do_narrow(__c, __dfault); } 215 { return do_narrow(__low, __high, __dfault, __to); } 234 virtual char do_narrow(wchar_t __c, char __dfault) const; 235 virtual const wchar_t* do_narrow(const wchar_t*, const wchar_t*,
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_ctype.h | 107 return do_narrow(__c, __dfault); 111 return do_narrow(__low, __high, __dfault, __to); 130 virtual char do_narrow(char __c, char /* dfault */ ) const; 131 virtual const char* do_narrow(const char* __low, const char* __high, 212 { return do_narrow(__c, __dfault); } 215 { return do_narrow(__low, __high, __dfault, __to); } 234 virtual char do_narrow(wchar_t __c, char __dfault) const; 235 virtual const wchar_t* do_narrow(const wchar_t*, const wchar_t*,
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_ctype.h | 107 return do_narrow(__c, __dfault); 111 return do_narrow(__low, __high, __dfault, __to); 130 virtual char do_narrow(char __c, char /* dfault */ ) const; 131 virtual const char* do_narrow(const char* __low, const char* __high, 212 { return do_narrow(__c, __dfault); } 215 { return do_narrow(__low, __high, __dfault, __to); } 234 virtual char do_narrow(wchar_t __c, char __dfault) const; 235 virtual const wchar_t* do_narrow(const wchar_t*, const wchar_t*,
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_ctype.h | 107 return do_narrow(__c, __dfault); 111 return do_narrow(__low, __high, __dfault, __to); 130 virtual char do_narrow(char __c, char /* dfault */ ) const; 131 virtual const char* do_narrow(const char* __low, const char* __high, 212 { return do_narrow(__c, __dfault); } 215 { return do_narrow(__low, __high, __dfault, __to); } 234 virtual char do_narrow(wchar_t __c, char __dfault) const; 235 virtual const wchar_t* do_narrow(const wchar_t*, const wchar_t*,
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_ctype.h | 107 return do_narrow(__c, __dfault); 111 return do_narrow(__low, __high, __dfault, __to); 130 virtual char do_narrow(char __c, char /* dfault */ ) const; 131 virtual const char* do_narrow(const char* __low, const char* __high, 212 { return do_narrow(__c, __dfault); } 215 { return do_narrow(__low, __high, __dfault, __to); } 234 virtual char do_narrow(wchar_t __c, char __dfault) const; 235 virtual const wchar_t* do_narrow(const wchar_t*, const wchar_t*,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__locale | 485 return do_narrow(__c, __dfault); 491 return do_narrow(__low, __high, __dfault, __to); 508 virtual char do_narrow(char_type, char __dfault) const; 509 virtual const char_type* do_narrow(const char_type* __low, const char_type* __high, char __dfault, char* __dest) const; 594 return do_narrow(__c, __dfault); 600 return do_narrow(__low, __high, __dfault, __to); 629 virtual char do_narrow(char_type __c, char __dfault) const; 630 virtual const char* do_narrow(const char_type* __low, const char_type* __high, char __dfault, char* __to) const; 677 virtual char do_narrow(char_type, char __dfault) const; 678 virtual const char_type* do_narrow(const char_type* __low, const char_type* __high, char __dfault, char* __dest) const [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
locale_facets.h | 314 * ctype<char_type>::do_narrow(c). 325 { return this->do_narrow(__c, __dfault); } 334 * ctype<char_type>::do_narrow(lo, hi, dfault, to). 348 { return this->do_narrow(__lo, __hi, __dfault, __to); } 546 * do_narrow() is a hook for a derived facet to change the behavior of 547 * narrowing. do_narrow() must always return the same result for the 558 do_narrow(char_type, char __dfault) const = 0; 568 * do_narrow() is a hook for a derived facet to change the behavior of 569 * narrowing. do_narrow() must always return the same result for the 582 do_narrow(const char_type* __lo, const char_type* __hi 1124 do_narrow(char_type __c, char) const function in class:ctype 1150 do_narrow(const char_type* __lo, const char_type* __hi, function in class:ctype [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
locale_facets.h | 315 * ctype<char_type>::do_narrow(c). 326 { return this->do_narrow(__c, __dfault); } 335 * ctype<char_type>::do_narrow(lo, hi, dfault, to). 349 { return this->do_narrow(__lo, __hi, __dfault, __to); } 547 * do_narrow() is a hook for a derived facet to change the behavior of 548 * narrowing. do_narrow() must always return the same result for the 559 do_narrow(char_type, char __dfault) const = 0; 569 * do_narrow() is a hook for a derived facet to change the behavior of 570 * narrowing. do_narrow() must always return the same result for the 583 do_narrow(const char_type* __lo, const char_type* __hi 1125 do_narrow(char_type __c, char) const function in class:ctype 1151 do_narrow(const char_type* __lo, const char_type* __hi, function in class:ctype [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 | 315 * ctype<char_type>::do_narrow(c). 326 { return this->do_narrow(__c, __dfault); } 335 * ctype<char_type>::do_narrow(lo, hi, dfault, to). 349 { return this->do_narrow(__lo, __hi, __dfault, __to); } 547 * do_narrow() is a hook for a derived facet to change the behavior of 548 * narrowing. do_narrow() must always return the same result for the 559 do_narrow(char_type, char __dfault) const = 0; 569 * do_narrow() is a hook for a derived facet to change the behavior of 570 * narrowing. do_narrow() must always return the same result for the 583 do_narrow(const char_type* __lo, const char_type* __hi 1125 do_narrow(char_type __c, char) const function in class:ctype 1151 do_narrow(const char_type* __lo, const char_type* __hi, function in class:ctype [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets.h | 314 * ctype<char_type>::do_narrow(c). 325 { return this->do_narrow(__c, __dfault); } 334 * ctype<char_type>::do_narrow(lo, hi, dfault, to). 348 { return this->do_narrow(__lo, __hi, __dfault, __to); } 546 * do_narrow() is a hook for a derived facet to change the behavior of 547 * narrowing. do_narrow() must always return the same result for the 558 do_narrow(char_type, char __dfault) const = 0; 568 * do_narrow() is a hook for a derived facet to change the behavior of 569 * narrowing. do_narrow() must always return the same result for the 582 do_narrow(const char_type* __lo, const char_type* __hi 1124 do_narrow(char_type __c, char) const function in class:ctype 1150 do_narrow(const char_type* __lo, const char_type* __hi, function in class:ctype [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets.h | 314 * ctype<char_type>::do_narrow(c). 325 { return this->do_narrow(__c, __dfault); } 334 * ctype<char_type>::do_narrow(lo, hi, dfault, to). 348 { return this->do_narrow(__lo, __hi, __dfault, __to); } 546 * do_narrow() is a hook for a derived facet to change the behavior of 547 * narrowing. do_narrow() must always return the same result for the 558 do_narrow(char_type, char __dfault) const = 0; 568 * do_narrow() is a hook for a derived facet to change the behavior of 569 * narrowing. do_narrow() must always return the same result for the 582 do_narrow(const char_type* __lo, const char_type* __hi 1124 do_narrow(char_type __c, char) const function in class:ctype 1150 do_narrow(const char_type* __lo, const char_type* __hi, function in class:ctype [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets.h | 314 * ctype<char_type>::do_narrow(c). 325 { return this->do_narrow(__c, __dfault); } 334 * ctype<char_type>::do_narrow(lo, hi, dfault, to). 348 { return this->do_narrow(__lo, __hi, __dfault, __to); } 546 * do_narrow() is a hook for a derived facet to change the behavior of 547 * narrowing. do_narrow() must always return the same result for the 558 do_narrow(char_type, char __dfault) const = 0; 568 * do_narrow() is a hook for a derived facet to change the behavior of 569 * narrowing. do_narrow() must always return the same result for the 582 do_narrow(const char_type* __lo, const char_type* __hi 1124 do_narrow(char_type __c, char) const function in class:ctype 1150 do_narrow(const char_type* __lo, const char_type* __hi, function in class:ctype [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
locale_facets.h | 314 * ctype<char_type>::do_narrow(c). 325 { return this->do_narrow(__c, __dfault); } 334 * ctype<char_type>::do_narrow(lo, hi, dfault, to). 348 { return this->do_narrow(__lo, __hi, __dfault, __to); } 546 * do_narrow() is a hook for a derived facet to change the behavior of 547 * narrowing. do_narrow() must always return the same result for the 558 do_narrow(char_type, char __dfault) const = 0; 568 * do_narrow() is a hook for a derived facet to change the behavior of 569 * narrowing. do_narrow() must always return the same result for the 582 do_narrow(const char_type* __lo, const char_type* __hi 1124 do_narrow(char_type __c, char) const function in class:ctype 1150 do_narrow(const char_type* __lo, const char_type* __hi, function in class:ctype [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
locale_facets.h | 315 * ctype<char_type>::do_narrow(c). 326 { return this->do_narrow(__c, __dfault); } 335 * ctype<char_type>::do_narrow(lo, hi, dfault, to). 349 { return this->do_narrow(__lo, __hi, __dfault, __to); } 547 * do_narrow() is a hook for a derived facet to change the behavior of 548 * narrowing. do_narrow() must always return the same result for the 559 do_narrow(char_type, char __dfault) const = 0; 569 * do_narrow() is a hook for a derived facet to change the behavior of 570 * narrowing. do_narrow() must always return the same result for the 583 do_narrow(const char_type* __lo, const char_type* __hi 1125 do_narrow(char_type __c, char) const function in class:ctype 1151 do_narrow(const char_type* __lo, const char_type* __hi, function in class:ctype [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
locale_facets.h | 316 * ctype<char_type>::do_narrow(__c). 327 { return this->do_narrow(__c, __dfault); } 336 * ctype<char_type>::do_narrow(__lo, __hi, __dfault, __to). 350 { return this->do_narrow(__lo, __hi, __dfault, __to); } 547 * do_narrow() is a hook for a derived facet to change the behavior of 548 * narrowing. do_narrow() must always return the same result for the 559 do_narrow(char_type __c, char __dfault) const = 0; 570 * do_narrow() is a hook for a derived facet to change the behavior of 571 * narrowing. do_narrow() must always return the same result for the 584 do_narrow(const char_type* __lo, const char_type* __hi 1126 do_narrow(char_type __c, char __dfault) const function in class:ctype 1152 do_narrow(const char_type* __lo, const char_type* __hi, function in class:ctype [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
locale_facets.h | 315 * ctype<char_type>::do_narrow(c). 326 { return this->do_narrow(__c, __dfault); } 335 * ctype<char_type>::do_narrow(lo, hi, dfault, to). 349 { return this->do_narrow(__lo, __hi, __dfault, __to); } 547 * do_narrow() is a hook for a derived facet to change the behavior of 548 * narrowing. do_narrow() must always return the same result for the 559 do_narrow(char_type, char __dfault) const = 0; 569 * do_narrow() is a hook for a derived facet to change the behavior of 570 * narrowing. do_narrow() must always return the same result for the 583 do_narrow(const char_type* __lo, const char_type* __hi 1125 do_narrow(char_type __c, char) const function in class:ctype 1151 do_narrow(const char_type* __lo, const char_type* __hi, function in class:ctype [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
locale_facets.h | 316 * ctype<char_type>::do_narrow(__c). 327 { return this->do_narrow(__c, __dfault); } 336 * ctype<char_type>::do_narrow(__lo, __hi, __dfault, __to). 350 { return this->do_narrow(__lo, __hi, __dfault, __to); } 547 * do_narrow() is a hook for a derived facet to change the behavior of 548 * narrowing. do_narrow() must always return the same result for the 559 do_narrow(char_type __c, char __dfault) const = 0; 570 * do_narrow() is a hook for a derived facet to change the behavior of 571 * narrowing. do_narrow() must always return the same result for the 584 do_narrow(const char_type* __lo, const char_type* __hi 1126 do_narrow(char_type __c, char __dfault) const function in class:ctype 1152 do_narrow(const char_type* __lo, const char_type* __hi, function in class:ctype [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
locale_facets.h | 314 * ctype<char_type>::do_narrow(__c). 325 { return this->do_narrow(__c, __dfault); } 334 * ctype<char_type>::do_narrow(__lo, __hi, __dfault, __to). 348 { return this->do_narrow(__lo, __hi, __dfault, __to); } 545 * do_narrow() is a hook for a derived facet to change the behavior of 546 * narrowing. do_narrow() must always return the same result for the 557 do_narrow(char_type __c, char __dfault) const = 0; 568 * do_narrow() is a hook for a derived facet to change the behavior of 569 * narrowing. do_narrow() must always return the same result for the 582 do_narrow(const char_type* __lo, const char_type* __hi 1124 do_narrow(char_type __c, char __dfault) const function in class:ctype 1150 do_narrow(const char_type* __lo, const char_type* __hi, function in class:ctype [all...] |
/external/stlport/src/ |
ctype.cpp | 367 ctype<char>::do_narrow(char __c, char /* dfault */ ) const { return __c; } 369 ctype<char>::do_narrow(const char* __low, const char* __high, 466 char ctype<wchar_t>::do_narrow(wchar_t c, char dfault) const 469 const wchar_t* ctype<wchar_t>::do_narrow(const wchar_t* low,
|
/ndk/sources/cxx-stl/stlport/src/ |
ctype.cpp | 367 ctype<char>::do_narrow(char __c, char /* dfault */ ) const { return __c; } 369 ctype<char>::do_narrow(const char* __low, const char* __high, 466 char ctype<wchar_t>::do_narrow(wchar_t c, char dfault) const 469 const wchar_t* ctype<wchar_t>::do_narrow(const wchar_t* low,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
locale.cpp | 865 ctype<wchar_t>::do_narrow(char_type c, char dfault) const function in class:ctype 873 ctype<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const function in class:ctype 991 ctype<char>::do_narrow(char_type c, char dfault) const function in class:ctype 999 ctype<char>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const function in class:ctype 1331 ctype_byname<wchar_t>::do_narrow(char_type c, char dfault) const function in class:ctype_byname 1342 ctype_byname<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const function in class:ctype_byname [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi/ |
libstlport_shared.so | |
/prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi-v7a/ |
libstlport_shared.so | |