HomeSort by relevance Sort by last modified time
    Searched defs:do_narrow (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 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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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...]

Completed in 428 milliseconds