/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*,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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.11-4.8/x86_64-linux/include/c++/4.8/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...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.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); } 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...] |
/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...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/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,
|
/external/libcxx/src/ |
locale.cpp | 879 ctype<wchar_t>::do_narrow(char_type c, char dfault) const function in class:ctype 887 ctype<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const function in class:ctype 997 ctype<char>::do_narrow(char_type c, char dfault) const function in class:ctype 1005 ctype<char>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const function in class:ctype 1335 ctype_byname<wchar_t>::do_narrow(char_type c, char dfault) const function in class:ctype_byname 1346 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...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
locale.cpp | 915 ctype<wchar_t>::do_narrow(char_type c, char dfault) const function in class:ctype 923 ctype<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const function in class:ctype 1041 ctype<char>::do_narrow(char_type c, char dfault) const function in class:ctype 1049 ctype<char>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const function in class:ctype 1408 ctype_byname<wchar_t>::do_narrow(char_type c, char dfault) const function in class:ctype_byname 1419 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...] |