HomeSort by relevance Sort by last modified time
    Searched refs:do_narrow (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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...]
  /external/libcxx/src/
locale.cpp 897 ctype<wchar_t>::do_narrow(char_type c, char dfault) const function in class:ctype
905 ctype<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const function in class:ctype
1015 ctype<char>::do_narrow(char_type c, char dfault) const function in class:ctype
1023 ctype<char>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const function in class:ctype
1428 ctype_byname<wchar_t>::do_narrow(char_type c, char dfault) const function in class:ctype_byname
1435 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/r16/sources/cxx-stl/llvm-libc++/src/
locale.cpp 899 ctype<wchar_t>::do_narrow(char_type c, char dfault) const function in class:ctype
907 ctype<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const function in class:ctype
1017 ctype<char>::do_narrow(char_type c, char dfault) const function in class:ctype
1025 ctype<char>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const function in class:ctype
1430 ctype_byname<wchar_t>::do_narrow(char_type c, char dfault) const function in class:ctype_byname
1437 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...]

Completed in 463 milliseconds