Home
last modified time | relevance | path

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

/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()) == NULL) || in uselocale()
/freebsd/lib/libc/tests/locale/
H A Dnewlocale_test.c42 { LC_TIME_MASK, "LC_TIME" },
/freebsd/contrib/llvm-project/libcxx/include/__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/
H A D__locale64 …time = LC_TIME_MASK, messages = LC_MESSAGES_MASK, all = collate | ctype | monetary | numeric | tim…