Searched defs:do_narrow (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/ |
D | ctype.cpp | 367 ctype<char>::do_narrow(char __c, char /* dfault */ ) const { return __c; } in do_narrow() function in ctype 369 ctype<char>::do_narrow(const char* __low, const char* __high, in do_narrow() function in ctype 466 char ctype<wchar_t>::do_narrow(wchar_t c, char dfault) const in do_narrow() function in ctype 469 const wchar_t* ctype<wchar_t>::do_narrow(const wchar_t* low, in do_narrow() function in ctype
|
/ndk/sources/cxx-stl/llvm-libc++/src/ |
D | locale.cpp | 849 ctype<wchar_t>::do_narrow(char_type c, char dfault) const in do_narrow() function in ctype 857 ctype<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) con… in do_narrow() function in ctype 956 ctype<char>::do_narrow(char_type c, char dfault) const in do_narrow() function in ctype 964 ctype<char>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const in do_narrow() function in ctype 1255 ctype_byname<wchar_t>::do_narrow(char_type c, char dfault) const in do_narrow() function in ctype_byname 1266 ctype_byname<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, char* de… in do_narrow() function in ctype_byname
|