HomeSort by relevance Sort by last modified time
    Searched refs:__cloc (Results 101 - 117 of 117) sorted by null

1 2 3 45

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets_nonio.h 206 * @param __cloc The C locale.
211 __timepunct(__c_locale __cloc, const char* __s, size_t __refs = 0);
318 _M_initialize_timepunct(__c_locale __cloc = 0);
327 __timepunct<char>::_M_initialize_timepunct(__c_locale __cloc);
336 __timepunct<wchar_t>::_M_initialize_timepunct(__c_locale __cloc);
    [all...]
locale_facets.h 720 * @param __cloc Handle to C locale data.
726 ctype(__c_locale __cloc, const mask* __table = 0, bool __del = false,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
locale_facets_nonio.h 206 * @param __cloc The C locale.
211 __timepunct(__c_locale __cloc, const char* __s, size_t __refs = 0);
318 _M_initialize_timepunct(__c_locale __cloc = 0);
327 __timepunct<char>::_M_initialize_timepunct(__c_locale __cloc);
336 __timepunct<wchar_t>::_M_initialize_timepunct(__c_locale __cloc);
    [all...]
locale_facets.h 718 * @param __cloc Handle to C locale data.
724 ctype(__c_locale __cloc, const mask* __table = 0, bool __del = false,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
locale_facets_nonio.h 206 * @param __cloc The C locale.
211 __timepunct(__c_locale __cloc, const char* __s, size_t __refs = 0);
318 _M_initialize_timepunct(__c_locale __cloc = 0);
327 __timepunct<char>::_M_initialize_timepunct(__c_locale __cloc);
336 __timepunct<wchar_t>::_M_initialize_timepunct(__c_locale __cloc);
    [all...]
locale_facets.h 718 * @param __cloc Handle to C locale data.
724 ctype(__c_locale __cloc, const mask* __table = 0, bool __del = false,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
locale_facets.h 725 ctype(__c_locale __cloc, const mask* __table = 0, bool __del = false,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets.h 718 * @param __cloc Handle to C locale data.
724 ctype(__c_locale __cloc, const mask* __table = 0, bool __del = false,
    [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 718 * @param __cloc Handle to C locale data.
724 ctype(__c_locale __cloc, const mask* __table = 0, bool __del = false,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.h 725 ctype(__c_locale __cloc, const mask* __table = 0, bool __del = false,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.h 720 * @param __cloc Handle to C locale data.
726 ctype(__c_locale __cloc, const mask* __table = 0, bool __del = false,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.h 725 ctype(__c_locale __cloc, const mask* __table = 0, bool __del = false,
    [all...]
  /external/libcxx/include/support/solaris/
xlocale.h 122 locale_t __cloc(void);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h 122 locale_t __cloc(void);
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h 122 locale_t __cloc(void);
  /external/libcxx/src/
locale.cpp 48 locale_t __cloc() { function
818 return (isascii(c) && iswlower_l(c, __cloc())) ? c-L'a'+L'A' : c;
832 *low = (isascii(*low) && islower_l(*low, __cloc())) ? (*low-L'a'+L'A') : *low;
845 return (isascii(c) && isupper_l(c, __cloc())) ? c-L'A'+'a' : c;
859 *low = (isascii(*low) && isupper_l(*low, __cloc())) ? *low-L'A'+L'a' : *low;
928 return (isascii(c) && islower_l(c, __cloc())) ? c-'a'+'A' : c;
945 *low = (isascii(*low) && islower_l(*low, __cloc())) ? *low-'a'+'A' : *low;
962 return (isascii(c) && isupper_l(c, __cloc())) ? c-'A'+'a' : c;
977 *low = (isascii(*low) && isupper_l(*low, __cloc())) ? *low-'A'+'a' : *low;
1029 return __cloc()->__ctype_b
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 48 locale_t __cloc() { function
848 return (isascii(c) && iswlower_l(c, __cloc())) ? c-L'a'+L'A' : c;
864 *low = (isascii(*low) && islower_l(*low, __cloc())) ? (*low-L'a'+L'A') : *low;
879 return (isascii(c) && isupper_l(c, __cloc())) ? c-L'A'+'a' : c;
895 *low = (isascii(*low) && isupper_l(*low, __cloc())) ? *low-L'A'+L'a' : *low;
966 return (isascii(c) && islower_l(c, __cloc())) ? c-'a'+'A' : c;
985 *low = (isascii(*low) && islower_l(*low, __cloc())) ? *low-'a'+'A' : *low;
1004 return (isascii(c) && isupper_l(c, __cloc())) ? c-'A'+'a' : c;
1021 *low = (isascii(*low) && isupper_l(*low, __cloc())) ? *low-'A'+'a' : *low;
1078 return __cloc()->__ctype_b
    [all...]

Completed in 1302 milliseconds

1 2 3 45