HomeSort by relevance Sort by last modified time
    Searched full:do_narrow (Results 1 - 25 of 32) sorted by null

1 2

  /external/stlport/stlport/stl/
_ctype.h 107 return do_narrow(__c, __dfault);
111 return do_narrow(__low, __high, __dfault, __to);
130 virtual char do_narrow(char __c, char /* dfault */ ) const;
131 virtual const char* do_narrow(const char* __low, const char* __high,
212 { return do_narrow(__c, __dfault); }
215 { return do_narrow(__low, __high, __dfault, __to); }
234 virtual char do_narrow(wchar_t __c, char __dfault) const;
235 virtual const wchar_t* do_narrow(const wchar_t*, const wchar_t*,
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 107 return do_narrow(__c, __dfault);
111 return do_narrow(__low, __high, __dfault, __to);
130 virtual char do_narrow(char __c, char /* dfault */ ) const;
131 virtual const char* do_narrow(const char* __low, const char* __high,
212 { return do_narrow(__c, __dfault); }
215 { return do_narrow(__low, __high, __dfault, __to); }
234 virtual char do_narrow(wchar_t __c, char __dfault) const;
235 virtual const wchar_t* do_narrow(const wchar_t*, const wchar_t*,
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 107 return do_narrow(__c, __dfault);
111 return do_narrow(__low, __high, __dfault, __to);
130 virtual char do_narrow(char __c, char /* dfault */ ) const;
131 virtual const char* do_narrow(const char* __low, const char* __high,
212 { return do_narrow(__c, __dfault); }
215 { return do_narrow(__low, __high, __dfault, __to); }
234 virtual char do_narrow(wchar_t __c, char __dfault) const;
235 virtual const wchar_t* do_narrow(const wchar_t*, const wchar_t*,
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 107 return do_narrow(__c, __dfault);
111 return do_narrow(__low, __high, __dfault, __to);
130 virtual char do_narrow(char __c, char /* dfault */ ) const;
131 virtual const char* do_narrow(const char* __low, const char* __high,
212 { return do_narrow(__c, __dfault); }
215 { return do_narrow(__low, __high, __dfault, __to); }
234 virtual char do_narrow(wchar_t __c, char __dfault) const;
235 virtual const wchar_t* do_narrow(const wchar_t*, const wchar_t*,
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 107 return do_narrow(__c, __dfault);
111 return do_narrow(__low, __high, __dfault, __to);
130 virtual char do_narrow(char __c, char /* dfault */ ) const;
131 virtual const char* do_narrow(const char* __low, const char* __high,
212 { return do_narrow(__c, __dfault); }
215 { return do_narrow(__low, __high, __dfault, __to); }
234 virtual char do_narrow(wchar_t __c, char __dfault) const;
235 virtual const wchar_t* do_narrow(const wchar_t*, const wchar_t*,
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 107 return do_narrow(__c, __dfault);
111 return do_narrow(__low, __high, __dfault, __to);
130 virtual char do_narrow(char __c, char /* dfault */ ) const;
131 virtual const char* do_narrow(const char* __low, const char* __high,
212 { return do_narrow(__c, __dfault); }
215 { return do_narrow(__low, __high, __dfault, __to); }
234 virtual char do_narrow(wchar_t __c, char __dfault) const;
235 virtual const wchar_t* do_narrow(const wchar_t*, const wchar_t*,
  /ndk/sources/cxx-stl/llvm-libc++/include/
__locale 480 return do_narrow(__c, __dfault);
486 return do_narrow(__low, __high, __dfault, __to);
503 virtual char do_narrow(char_type, char __dfault) const;
504 virtual const char_type* do_narrow(const char_type* __low, const char_type* __high, char __dfault, char* __dest) const;
589 return do_narrow(__c, __dfault);
595 return do_narrow(__low, __high, __dfault, __to);
622 virtual char do_narrow(char_type __c, char __dfault) const;
623 virtual const char* do_narrow(const char_type* __low, const char_type* __high, char __dfault, char* __to) const;
670 virtual char do_narrow(char_type, char __dfault) const;
671 virtual const char_type* do_narrow(const char_type* __low, const char_type* __high, char __dfault, char* __dest) const
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.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); }
546 * do_narrow() is a hook for a derived facet to change the behavior of
547 * narrowing. do_narrow() must always return the same result for the
558 do_narrow(char_type, 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) 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/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets.h 315 * ctype<char_type>::do_narrow(c).
326 { return this->do_narrow(__c, __dfault); }
335 * ctype<char_type>::do_narrow(lo, hi, dfault, to).
349 { return this->do_narrow(__lo, __hi, __dfault, __to); }
547 * do_narrow() is a hook for a derived facet to change the behavior of
548 * narrowing. do_narrow() must always return the same result for the
559 do_narrow(char_type, char __dfault) const = 0;
569 * do_narrow() is a hook for a derived facet to change the behavior of
570 * narrowing. do_narrow() must always return the same result for the
583 do_narrow(const char_type* __lo, const char_type* __hi
1125 do_narrow(char_type __c, char) const function in class:ctype
1151 do_narrow(const char_type* __lo, const char_type* __hi, 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 315 * ctype<char_type>::do_narrow(c).
326 { return this->do_narrow(__c, __dfault); }
335 * ctype<char_type>::do_narrow(lo, hi, dfault, to).
349 { return this->do_narrow(__lo, __hi, __dfault, __to); }
547 * do_narrow() is a hook for a derived facet to change the behavior of
548 * narrowing. do_narrow() must always return the same result for the
559 do_narrow(char_type, char __dfault) const = 0;
569 * do_narrow() is a hook for a derived facet to change the behavior of
570 * narrowing. do_narrow() must always return the same result for the
583 do_narrow(const char_type* __lo, const char_type* __hi
1125 do_narrow(char_type __c, char) const function in class:ctype
1151 do_narrow(const char_type* __lo, const char_type* __hi, function in class:ctype
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/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); }
546 * do_narrow() is a hook for a derived facet to change the behavior of
547 * narrowing. do_narrow() must always return the same result for the
558 do_narrow(char_type, 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) const function in class:ctype
1150 do_narrow(const char_type* __lo, const char_type* __hi, function in class:ctype
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/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); }
546 * do_narrow() is a hook for a derived facet to change the behavior of
547 * narrowing. do_narrow() must always return the same result for the
558 do_narrow(char_type, 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) const function in class:ctype
1150 do_narrow(const char_type* __lo, const char_type* __hi, function in class:ctype
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/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); }
546 * do_narrow() is a hook for a derived facet to change the behavior of
547 * narrowing. do_narrow() must always return the same result for the
558 do_narrow(char_type, 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) const function in class:ctype
1150 do_narrow(const char_type* __lo, const char_type* __hi, function in class:ctype
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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); }
546 * do_narrow() is a hook for a derived facet to change the behavior of
547 * narrowing. do_narrow() must always return the same result for the
558 do_narrow(char_type, 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) const function in class:ctype
1150 do_narrow(const char_type* __lo, const char_type* __hi, function in class:ctype
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.h 315 * ctype<char_type>::do_narrow(c).
326 { return this->do_narrow(__c, __dfault); }
335 * ctype<char_type>::do_narrow(lo, hi, dfault, to).
349 { return this->do_narrow(__lo, __hi, __dfault, __to); }
547 * do_narrow() is a hook for a derived facet to change the behavior of
548 * narrowing. do_narrow() must always return the same result for the
559 do_narrow(char_type, char __dfault) const = 0;
569 * do_narrow() is a hook for a derived facet to change the behavior of
570 * narrowing. do_narrow() must always return the same result for the
583 do_narrow(const char_type* __lo, const char_type* __hi
1125 do_narrow(char_type __c, char) const function in class:ctype
1151 do_narrow(const char_type* __lo, const char_type* __hi, function in class:ctype
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.h 316 * ctype<char_type>::do_narrow(__c).
327 { return this->do_narrow(__c, __dfault); }
336 * ctype<char_type>::do_narrow(__lo, __hi, __dfault, __to).
350 { return this->do_narrow(__lo, __hi, __dfault, __to); }
547 * do_narrow() is a hook for a derived facet to change the behavior of
548 * narrowing. do_narrow() must always return the same result for the
559 do_narrow(char_type __c, char __dfault) const = 0;
570 * do_narrow() is a hook for a derived facet to change the behavior of
571 * narrowing. do_narrow() must always return the same result for the
584 do_narrow(const char_type* __lo, const char_type* __hi
1126 do_narrow(char_type __c, char __dfault) const function in class:ctype
1152 do_narrow(const char_type* __lo, const char_type* __hi, function in class:ctype
    [all...]
  /external/stlport/src/
ctype.cpp 367 ctype<char>::do_narrow(char __c, char /* dfault */ ) const { return __c; }
369 ctype<char>::do_narrow(const char* __low, const char* __high,
466 char ctype<wchar_t>::do_narrow(wchar_t c, char dfault) const
469 const wchar_t* ctype<wchar_t>::do_narrow(const wchar_t* low,
  /ndk/sources/cxx-stl/stlport/src/
ctype.cpp 367 ctype<char>::do_narrow(char __c, char /* dfault */ ) const { return __c; }
369 ctype<char>::do_narrow(const char* __low, const char* __high,
466 char ctype<wchar_t>::do_narrow(wchar_t c, char dfault) const
469 const wchar_t* ctype<wchar_t>::do_narrow(const wchar_t* low,
  /ndk/sources/cxx-stl/llvm-libc++/src/
locale.cpp 849 ctype<wchar_t>::do_narrow(char_type c, char dfault) const function in class:ctype
857 ctype<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const function in class:ctype
956 ctype<char>::do_narrow(char_type c, char dfault) const function in class:ctype
964 ctype<char>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const function in class:ctype
1255 ctype_byname<wchar_t>::do_narrow(char_type c, char dfault) const function in class:ctype_byname
1266 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/5/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so 
  /prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_shared.so 
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/
libstdc++.a     [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/
libstdc++.a     [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/
libstdc++.a     [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/
libstdc++.a     [all...]

Completed in 527 milliseconds

1 2