Home
last modified time | relevance | path

Searched defs:LC_NUMERIC_MASK (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dlocale_mgmt_aix.h28 #define LC_NUMERIC_MASK 16 macro
H A Dlocale_mgmt_zos.h28 #define LC_NUMERIC_MASK _CATMASK(LC_NUMERIC) macro
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__support/xlocale/
H A D__nop_locale_mgmt.h38 #define LC_NUMERIC_MASK (1 << LC_NUMERIC) macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dlocale.d107 LC_NUMERIC_MASK = (1 << 4), in version() enumerator
191 LC_NUMERIC_MASK = (1 << LC_NUMERIC), in version() enumerator
271 LC_NUMERIC_MASK = (1 << LC_NUMERIC), in version() enumerator
350 LC_NUMERIC_MASK = (1 << LC_NUMERIC), in version() enumerator
422 LC_NUMERIC_MASK = (1 << LC_NUMERIC), in version() enumerator
/netbsd-src/include/
H A Dlocale.h101 #define LC_NUMERIC_MASK ((int)(1 << LC_NUMERIC)) macro
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__support/win32/
H A Dlocale_win32.h40 #define LC_NUMERIC_MASK _M_NUMERIC macro