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

  /external/stlport/stlport/stl/
_ctype.h 101 char widen(char __c) const { return do_widen(__c); }
103 return do_widen(__low, __high, __to);
127 virtual char do_widen(char __c) const;
128 virtual const char* do_widen(const char* __low, const char* __high,
206 wchar_t widen(char __c) const { return do_widen(__c); }
209 { return do_widen(__low, __high, __to); }
232 virtual wchar_t do_widen(char c) const;
233 virtual const char* do_widen(const char*, const char*, wchar_t*) const;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 101 char widen(char __c) const { return do_widen(__c); }
103 return do_widen(__low, __high, __to);
127 virtual char do_widen(char __c) const;
128 virtual const char* do_widen(const char* __low, const char* __high,
206 wchar_t widen(char __c) const { return do_widen(__c); }
209 { return do_widen(__low, __high, __to); }
232 virtual wchar_t do_widen(char c) const;
233 virtual const char* do_widen(const char*, const char*, wchar_t*) const;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 101 char widen(char __c) const { return do_widen(__c); }
103 return do_widen(__low, __high, __to);
127 virtual char do_widen(char __c) const;
128 virtual const char* do_widen(const char* __low, const char* __high,
206 wchar_t widen(char __c) const { return do_widen(__c); }
209 { return do_widen(__low, __high, __to); }
232 virtual wchar_t do_widen(char c) const;
233 virtual const char* do_widen(const char*, const char*, wchar_t*) const;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 101 char widen(char __c) const { return do_widen(__c); }
103 return do_widen(__low, __high, __to);
127 virtual char do_widen(char __c) const;
128 virtual const char* do_widen(const char* __low, const char* __high,
206 wchar_t widen(char __c) const { return do_widen(__c); }
209 { return do_widen(__low, __high, __to); }
232 virtual wchar_t do_widen(char c) const;
233 virtual const char* do_widen(const char*, const char*, wchar_t*) const;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 101 char widen(char __c) const { return do_widen(__c); }
103 return do_widen(__low, __high, __to);
127 virtual char do_widen(char __c) const;
128 virtual const char* do_widen(const char* __low, const char* __high,
206 wchar_t widen(char __c) const { return do_widen(__c); }
209 { return do_widen(__low, __high, __to); }
232 virtual wchar_t do_widen(char c) const;
233 virtual const char* do_widen(const char*, const char*, wchar_t*) const;
  /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/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...]
  /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...]
  /external/stlport/src/
ctype.cpp 358 ctype<char>::do_widen(char __c) const { return __c; }
361 ctype<char>::do_widen(const char* __low, const char* __high,
454 wchar_t ctype<wchar_t>::do_widen(char c) const {
459 ctype<wchar_t>::do_widen(const char* low, const char* high,
  /ndk/sources/cxx-stl/stlport/src/
ctype.cpp 358 ctype<char>::do_widen(char __c) const { return __c; }
361 ctype<char>::do_widen(const char* __low, const char* __high,
454 wchar_t ctype<wchar_t>::do_widen(char c) const {
459 ctype<wchar_t>::do_widen(const char* low, const char* high,

Completed in 208 milliseconds