HomeSort by relevance Sort by last modified time
    Searched defs:do_widen (Results 1 - 6 of 6) 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 277 * ctype<char_type>::do_widen(c).
287 { return this->do_widen(__c); }
294 * ctype<char_type>::do_widen(c).
306 { return this->do_widen(__lo, __hi, __to); }
504 * do_widen() is a hook for a derived facet to change the behavior of
505 * widening. do_widen() must always return the same result for the
515 do_widen(char __c) const = 0;
523 * do_widen() is a hook for a derived facet to change the behavior of
524 * widening. do_widen() must always return the same result for the
536 do_widen(const char* __lo, const char* __hi, char_type* __to) const = 0
1075 do_widen(char __c) const function in class:ctype
1098 do_widen(const char* __lo, const char* __hi, char_type* __to) const 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 277 * ctype<char_type>::do_widen(c).
287 { return this->do_widen(__c); }
294 * ctype<char_type>::do_widen(c).
306 { return this->do_widen(__lo, __hi, __to); }
504 * do_widen() is a hook for a derived facet to change the behavior of
505 * widening. do_widen() must always return the same result for the
515 do_widen(char __c) const = 0;
523 * do_widen() is a hook for a derived facet to change the behavior of
524 * widening. do_widen() must always return the same result for the
536 do_widen(const char* __lo, const char* __hi, char_type* __to) const = 0
1075 do_widen(char __c) const function in class:ctype
1098 do_widen(const char* __lo, const char* __hi, char_type* __to) const 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 277 * ctype<char_type>::do_widen(c).
287 { return this->do_widen(__c); }
294 * ctype<char_type>::do_widen(c).
306 { return this->do_widen(__lo, __hi, __to); }
504 * do_widen() is a hook for a derived facet to change the behavior of
505 * widening. do_widen() must always return the same result for the
515 do_widen(char __c) const = 0;
523 * do_widen() is a hook for a derived facet to change the behavior of
524 * widening. do_widen() must always return the same result for the
536 do_widen(const char* __lo, const char* __hi, char_type* __to) const = 0
1075 do_widen(char __c) const function in class:ctype
1098 do_widen(const char* __lo, const char* __hi, char_type* __to) const function in class:ctype
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
locale_facets.h 277 * ctype<char_type>::do_widen(c).
287 { return this->do_widen(__c); }
294 * ctype<char_type>::do_widen(c).
306 { return this->do_widen(__lo, __hi, __to); }
504 * do_widen() is a hook for a derived facet to change the behavior of
505 * widening. do_widen() must always return the same result for the
515 do_widen(char __c) const = 0;
523 * do_widen() is a hook for a derived facet to change the behavior of
524 * widening. do_widen() must always return the same result for the
536 do_widen(const char* __lo, const char* __hi, char_type* __to) const = 0
1075 do_widen(char __c) const function in class:ctype
1098 do_widen(const char* __lo, const char* __hi, char_type* __to) const function in class:ctype
    [all...]
  /external/libcxx/src/
locale.cpp 868 ctype<wchar_t>::do_widen(char c) const function in class:ctype
874 ctype<wchar_t>::do_widen(const char* low, const char* high, char_type* dest) const function in class:ctype
986 ctype<char>::do_widen(char c) const function in class:ctype
992 ctype<char>::do_widen(const char* low, const char* high, char_type* dest) const function in class:ctype
1409 ctype_byname<wchar_t>::do_widen(char c) const function in class:ctype_byname
1419 ctype_byname<wchar_t>::do_widen(const char* low, const char* high, char_type* dest) const function in class:ctype_byname
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 901 ctype<wchar_t>::do_widen(char c) const function in class:ctype
907 ctype<wchar_t>::do_widen(const char* low, const char* high, char_type* dest) const function in class:ctype
1027 ctype<char>::do_widen(char c) const function in class:ctype
1033 ctype<char>::do_widen(const char* low, const char* high, char_type* dest) const function in class:ctype
1386 ctype_byname<wchar_t>::do_widen(char c) const function in class:ctype_byname
1396 ctype_byname<wchar_t>::do_widen(const char* low, const char* high, char_type* dest) const function in class:ctype_byname
    [all...]

Completed in 414 milliseconds