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

  /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-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...]
  /prebuilts/ndk/r10/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...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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/libcxx/src/
locale.cpp 880 ctype<wchar_t>::do_narrow(char_type c, char dfault) const function in class:ctype
888 ctype<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const function in class:ctype
998 ctype<char>::do_narrow(char_type c, char dfault) const function in class:ctype
1006 ctype<char>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const function in class:ctype
1417 ctype_byname<wchar_t>::do_narrow(char_type c, char dfault) const function in class:ctype_byname
1424 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/r11/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...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
locale.cpp 877 ctype<wchar_t>::do_narrow(char_type c, char dfault) const function in class:ctype
885 ctype<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const function in class:ctype
995 ctype<char>::do_narrow(char_type c, char dfault) const function in class:ctype
1003 ctype<char>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const function in class:ctype
1418 ctype_byname<wchar_t>::do_narrow(char_type c, char dfault) const function in class:ctype_byname
1425 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 559 milliseconds