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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets.h 248 * by returning ctype<char_type>::do_tolower(c).
255 { return this->do_tolower(__c); }
262 * by returning ctype<char_type>:: do_tolower(__lo, __hi).
270 { return this->do_tolower(__lo, __hi); }
471 * do_tolower() is a hook for a derived facet to change the behavior of
472 * lowercasing. do_tolower() must always return the same result for
479 do_tolower(char_type __c) const = 0;
487 * do_tolower() is a hook for a derived facet to change the behavior of
488 * lowercasing. do_tolower() must always return the same result for
496 do_tolower(char_type* __lo, const char_type* __hi) const = 0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_facets.h 248 * by returning ctype<char_type>::do_tolower(c).
255 { return this->do_tolower(__c); }
262 * by returning ctype<char_type>:: do_tolower(__lo, __hi).
270 { return this->do_tolower(__lo, __hi); }
471 * do_tolower() is a hook for a derived facet to change the behavior of
472 * lowercasing. do_tolower() must always return the same result for
479 do_tolower(char_type __c) const = 0;
487 * do_tolower() is a hook for a derived facet to change the behavior of
488 * lowercasing. do_tolower() must always return the same result for
496 do_tolower(char_type* __lo, const char_type* __hi) const = 0
    [all...]
  /external/libcxx/src/
locale.cpp 854 ctype<wchar_t>::do_tolower(char_type c) const function in class:ctype
867 ctype<wchar_t>::do_tolower(char_type* low, const char_type* high) const function in class:ctype
969 ctype<char>::do_tolower(char_type c) const function in class:ctype
985 ctype<char>::do_tolower(char_type* low, const char_type* high) const function in class:ctype
1230 ctype_byname<char>::do_tolower(char_type c) const function in class:ctype_byname
1236 ctype_byname<char>::do_tolower(char_type* low, const char_type* high) const function in class:ctype_byname
1400 ctype_byname<wchar_t>::do_tolower(char_type c) const function in class:ctype_byname
1406 ctype_byname<wchar_t>::do_tolower(char_type* low, const char_type* high) const function in class:ctype_byname
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
locale.cpp 856 ctype<wchar_t>::do_tolower(char_type c) const function in class:ctype
869 ctype<wchar_t>::do_tolower(char_type* low, const char_type* high) const function in class:ctype
971 ctype<char>::do_tolower(char_type c) const function in class:ctype
987 ctype<char>::do_tolower(char_type* low, const char_type* high) const function in class:ctype
1232 ctype_byname<char>::do_tolower(char_type c) const function in class:ctype_byname
1238 ctype_byname<char>::do_tolower(char_type* low, const char_type* high) const function in class:ctype_byname
1402 ctype_byname<wchar_t>::do_tolower(char_type c) const function in class:ctype_byname
1408 ctype_byname<wchar_t>::do_tolower(char_type* low, const char_type* high) const function in class:ctype_byname
    [all...]

Completed in 98 milliseconds