Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dlocale_mgmt_aix.h29 #define LC_TIME_MASK 32 macro
H A Dlocale_mgmt_zos.h29 #define LC_TIME_MASK _CATMASK(LC_TIME) macro
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__support/xlocale/
H A D__nop_locale_mgmt.h39 #define LC_TIME_MASK (1 << LC_TIME) macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dlocale.d108 LC_TIME_MASK = (1 << 5), in version() enumerator
192 LC_TIME_MASK = (1 << LC_TIME), in version() enumerator
272 LC_TIME_MASK = (1 << LC_TIME), in version() enumerator
351 LC_TIME_MASK = (1 << LC_TIME), in version() enumerator
423 LC_TIME_MASK = (1 << LC_TIME), in version() enumerator
/netbsd-src/include/
H A Dlocale.h102 #define LC_TIME_MASK ((int)(1 << LC_TIME)) macro
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__support/win32/
H A Dlocale_win32.h41 #define LC_TIME_MASK _M_TIME macro