HomeSort by relevance Sort by last modified time
    Searched refs:do_widen (Results 1 - 22 of 22) 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/5/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/6/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/7/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/8/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/9/sources/cxx-stl/EH/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/5/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/6/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/7/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.h 279 * ctype<char_type>::do_widen(c).
289 { return this->do_widen(__c); }
296 * ctype<char_type>::do_widen(c).
308 { return this->do_widen(__lo, __hi, __to); }
506 * do_widen() is a hook for a derived facet to change the behavior of
507 * widening. do_widen() must always return the same result for the
517 do_widen(char __c) const = 0;
525 * do_widen() is a hook for a derived facet to change the behavior of
526 * widening. do_widen() must always return the same result for the
538 do_widen(const char* __lo, const char* __hi, char_type* __to) const = 0
1077 do_widen(char __c) const function in class:ctype
1100 do_widen(const char* __lo, const char* __hi, char_type* __to) const function in class:ctype
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.h 279 * ctype<char_type>::do_widen(c).
289 { return this->do_widen(__c); }
296 * ctype<char_type>::do_widen(c).
308 { return this->do_widen(__lo, __hi, __to); }
506 * do_widen() is a hook for a derived facet to change the behavior of
507 * widening. do_widen() must always return the same result for the
517 do_widen(char __c) const = 0;
525 * do_widen() is a hook for a derived facet to change the behavior of
526 * widening. do_widen() must always return the same result for the
538 do_widen(const char* __lo, const char* __hi, char_type* __to) const = 0
1077 do_widen(char __c) const function in class:ctype
1100 do_widen(const char* __lo, const char* __hi, char_type* __to) const function in class:ctype
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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...]
  /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,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 851 ctype<wchar_t>::do_widen(char c) const function in class:ctype
857 ctype<wchar_t>::do_widen(const char* low, const char* high, char_type* dest) const function in class:ctype
977 ctype<char>::do_widen(char c) const function in class:ctype
983 ctype<char>::do_widen(const char* low, const char* high, char_type* dest) const function in class:ctype
1309 ctype_byname<wchar_t>::do_widen(char c) const function in class:ctype_byname
1319 ctype_byname<wchar_t>::do_widen(const char* low, const char* high, char_type* dest) const function in class:ctype_byname
    [all...]

Completed in 573 milliseconds