Searched refs:LC_COLLATE_MASK (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__support/xlocale/
H A D__nop_locale_mgmt.h30 #define LC_COLLATE_MASK (1 << LC_COLLATE) macro
36 #define LC_ALL_MASK (LC_COLLATE_MASK|\
/openbsd-current/include/
H A Dlocale.h86 #define LC_COLLATE_MASK (1 << LC_COLLATE) macro
/openbsd-current/gnu/llvm/libcxx/include/__support/ibm/
H A Dlocale_mgmt_zos.h25 #define LC_COLLATE_MASK _CATMASK(LC_COLLATE) macro
/openbsd-current/gnu/llvm/libcxx/src/support/ibm/
H A Dxlocale_zos.cpp50 if (category_mask & LC_COLLATE_MASK)
79 (newloc->category_mask & LC_COLLATE_MASK &&
/openbsd-current/gnu/llvm/libcxx/include/__support/win32/
H A Dlocale_win32.h38 #define LC_COLLATE_MASK _M_COLLATE macro
44 #define LC_ALL_MASK ( LC_COLLATE_MASK \
/openbsd-current/regress/lib/libc/locale/uselocale/
H A Duselocale.c229 TEST_ER(newlocale, ENOENT, _LOCALE_NONE, LC_COLLATE_MASK, "C.INV");
/openbsd-current/gnu/usr.bin/perl/
H A Dlocale.c797 LC_COLLATE_MASK,
5162 assert(category_masks[LC_COLLATE_INDEX_] == LC_COLLATE_MASK);

Completed in 206 milliseconds