Home
last modified time | relevance | path

Searched refs:LC_TIME_MASK (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__support/xlocale/
H A D__nop_locale_mgmt.h31 #define LC_TIME_MASK (1 << LC_TIME) macro
33 …(LC_COLLATE_MASK | LC_CTYPE_MASK | LC_MONETARY_MASK | LC_NUMERIC_MASK | LC_TIME_MASK | LC_MESSAGES…
/freebsd/include/xlocale/
H A D_locale.h39 #define LC_TIME_MASK (1<<4) macro
42 LC_MONETARY_MASK | LC_NUMERIC_MASK | LC_TIME_MASK)
/freebsd/contrib/llvm-project/libcxx/src/support/ibm/
H A Dxlocale_zos.cpp58 if (category_mask & LC_TIME_MASK) in newlocale()
81 …(newloc->category_mask & LC_TIME_MASK && setlocale(LC_TIME, newloc->lc_time.c_str()) == nullptr) || in uselocale()
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dlocale-macros.h26 #define LC_TIME_MASK (1 << LC_TIME) macro
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__support/ibm/
H A Dlocale_mgmt_zos.h29 # define LC_TIME_MASK _CATMASK(LC_TIME) macro
/freebsd/lib/libc/tests/locale/
H A Dnewlocale_test.c42 { LC_TIME_MASK, "LC_TIME" },
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__locale_dir/locale_base_api/
H A Dwin32.h42 #define LC_TIME_MASK _M_TIME macro
45 …OLLATE_MASK | LC_CTYPE_MASK | LC_MESSAGES_MASK | LC_MONETARY_MASK | LC_NUMERIC_MASK | LC_TIME_MASK)
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/support/
H A Dfuchsia.h47 #define _LIBCPP_TIME_MASK LC_TIME_MASK
H A Dbsd_like.h43 #define _LIBCPP_TIME_MASK LC_TIME_MASK
H A Dlinux.h56 #define _LIBCPP_TIME_MASK LC_TIME_MASK
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dlocale_base_api.h159 # define _LIBCPP_TIME_MASK LC_TIME_MASK
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A D__locale64 …time = LC_TIME_MASK, messages = LC_MESSAGES_MASK, all = collate | ctype | monetary | numeric | tim…