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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.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) 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
1075 do_widen(char __c) const function in class:ctype
1098 do_widen(const char* __lo, const char* __hi, char_type* __dest) const function in class:ctype
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets.h 278 * ctype<char_type>::do_widen(c).
288 { return this->do_widen(__c); }
295 * ctype<char_type>::do_widen(c).
307 { return this->do_widen(__lo, __hi, __to); }
505 * do_widen() is a hook for a derived facet to change the behavior of
506 * widening. do_widen() must always return the same result for the
516 do_widen(char) const = 0;
524 * do_widen() is a hook for a derived facet to change the behavior of
525 * widening. do_widen() must always return the same result for the
537 do_widen(const char* __lo, const char* __hi
1076 do_widen(char __c) const function in class:ctype
1099 do_widen(const char* __lo, const char* __hi, char_type* __dest) const function in class:ctype
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_facets.h 278 * ctype<char_type>::do_widen(c).
288 { return this->do_widen(__c); }
295 * ctype<char_type>::do_widen(c).
307 { return this->do_widen(__lo, __hi, __to); }
505 * do_widen() is a hook for a derived facet to change the behavior of
506 * widening. do_widen() must always return the same result for the
516 do_widen(char) const = 0;
524 * do_widen() is a hook for a derived facet to change the behavior of
525 * widening. do_widen() must always return the same result for the
537 do_widen(const char* __lo, const char* __hi
1076 do_widen(char __c) const function in class:ctype
1099 do_widen(const char* __lo, const char* __hi, char_type* __dest) const function in class:ctype
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/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) 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
1075 do_widen(char __c) const function in class:ctype
1098 do_widen(const char* __lo, const char* __hi, char_type* __dest) const function in class:ctype
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/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) 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
1075 do_widen(char __c) const function in class:ctype
1098 do_widen(const char* __lo, const char* __hi, char_type* __dest) const function in class:ctype
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/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) 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
1075 do_widen(char __c) const function in class:ctype
1098 do_widen(const char* __lo, const char* __hi, char_type* __dest) const function in class:ctype
    [all...]

Completed in 212 milliseconds