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

  /external/libcxx/include/support/xlocale/
__nop_locale_mgmt.h 41 #define LC_ALL_MASK (LC_COLLATE_MASK|\
  /bionic/libc/include/
locale.h 67 #define LC_ALL_MASK (LC_CTYPE_MASK | LC_NUMERIC_MASK | LC_TIME_MASK | LC_COLLATE_MASK | \
  /external/libcxx/include/support/ibm/
locale_mgmt_aix.h 31 #define LC_ALL_MASK (LC_COLLATE_MASK | LC_CTYPE_MASK | \
  /external/skia/src/gpu/
GrAutoLocaleSetter.h 59 fLocale = newlocale(LC_ALL_MASK, name, nullptr);
  /external/skqp/src/gpu/
GrAutoLocaleSetter.h 59 fLocale = newlocale(LC_ALL_MASK, name, nullptr);
  /bionic/tests/headers/posix/
locale_h.c 75 MACRO(LC_ALL_MASK);
  /bionic/libc/bionic/
locale.cpp 145 if ((category_mask & ~LC_ALL_MASK) != 0 || locale_name == nullptr) {
  /external/libcxx/include/support/win32/
locale_win32.h 25 #define LC_ALL_MASK ( LC_COLLATE_MASK \
  /external/harfbuzz_ng/src/
hb-common.cc 770 #define HB_CREATE_LOCALE(locName) newlocale (LC_ALL_MASK, locName, nullptr)
  /external/libcxx/src/
locale.cpp 51 __libcpp_unique_locale(const char* nm) : __loc_(newlocale(LC_ALL_MASK, nm, 0)) {}
73 static locale_t result = newlocale(LC_ALL_MASK, "C", 0);
678 __l(newlocale(LC_ALL_MASK, n, 0))
687 __l(newlocale(LC_ALL_MASK, name.c_str(), 0))
726 __l(newlocale(LC_ALL_MASK, n, 0))
735 __l(newlocale(LC_ALL_MASK, name.c_str(), 0))
    [all...]
  /external/ImageMagick/MagickCore/
locale.c 169 c_locale=newlocale(LC_ALL_MASK,"C",(locale_t) 0);
    [all...]

Completed in 935 milliseconds