Home
last modified time | relevance | path

Searched refs:LC_MONETARY_MASK (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__support/xlocale/
H A D__nop_locale_mgmt.h29 #define LC_MONETARY_MASK (1 << LC_MONETARY) 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.h37 #define LC_MONETARY_MASK (1<<2) macro
42 LC_MONETARY_MASK | LC_NUMERIC_MASK | LC_TIME_MASK)
/freebsd/contrib/llvm-project/libcxx/src/support/ibm/
H A Dxlocale_zos.cpp54 if (category_mask & LC_MONETARY_MASK) in newlocale()
79 …(newloc->category_mask & LC_MONETARY_MASK && setlocale(LC_MONETARY, newloc->lc_monetary.c_str()) =… in uselocale()
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dlocale-macros.h28 #define LC_MONETARY_MASK (1 << LC_MONETARY) macro
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__support/ibm/
H A Dlocale_mgmt_zos.h27 # define LC_MONETARY_MASK _CATMASK(LC_MONETARY) macro
/freebsd/lib/libc/tests/locale/
H A Dnewlocale_test.c40 { LC_MONETARY_MASK, "LC_MONETARY" },
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__locale_dir/locale_base_api/
H A Dwin32.h40 #define LC_MONETARY_MASK _M_MONETARY macro
45 …(LC_COLLATE_MASK | LC_CTYPE_MASK | LC_MESSAGES_MASK | LC_MONETARY_MASK | LC_NUMERIC_MASK | LC_TIME…
/freebsd/lib/libc/tests/stdlib/
H A Dstrfmon_test.c265 loc = newlocale(LC_MONETARY_MASK, tests[i].locale, NULL); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/support/
H A Dfuchsia.h45 #define _LIBCPP_MONETARY_MASK LC_MONETARY_MASK
H A Dbsd_like.h41 #define _LIBCPP_MONETARY_MASK LC_MONETARY_MASK
H A Dlinux.h54 #define _LIBCPP_MONETARY_MASK LC_MONETARY_MASK
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dlocale_base_api.h157 # define _LIBCPP_MONETARY_MASK LC_MONETARY_MASK
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A D__locale63 …collate = LC_COLLATE_MASK, ctype = LC_CTYPE_MASK, monetary = LC_MONETARY_MASK, numeric = LC_NUMERI…