Home
last modified time | relevance | path

Searched refs:LC_CTYPE_MASK (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__support/xlocale/
H A D__nop_locale_mgmt.h27 #define LC_CTYPE_MASK (1 << LC_CTYPE) 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.h36 #define LC_CTYPE_MASK (1<<1) macro
41 #define LC_ALL_MASK (LC_COLLATE_MASK | LC_CTYPE_MASK | LC_MESSAGES_MASK | \
/freebsd/contrib/llvm-project/libcxx/src/support/ibm/
H A Dxlocale_zos.cpp52 if (category_mask & LC_CTYPE_MASK) in newlocale()
78 …(newloc->category_mask & LC_CTYPE_MASK && setlocale(LC_CTYPE, newloc->lc_ctype.c_str()) == nullptr… in uselocale()
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dlocale-macros.h24 #define LC_CTYPE_MASK (1 << LC_CTYPE) macro
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__support/ibm/
H A Dlocale_mgmt_zos.h26 # define LC_CTYPE_MASK _CATMASK(LC_CTYPE) macro
/freebsd/lib/libc/tests/locale/
H A Dnewlocale_test.c39 { LC_CTYPE_MASK, "LC_CTYPE" },
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__locale_dir/locale_base_api/
H A Dwin32.h39 #define LC_CTYPE_MASK _M_CTYPE macro
45 …(LC_COLLATE_MASK | LC_CTYPE_MASK | LC_MESSAGES_MASK | LC_MONETARY_MASK | LC_NUMERIC_MASK | LC_TIME…
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/support/
H A Dfuchsia.h44 #define _LIBCPP_CTYPE_MASK LC_CTYPE_MASK
H A Dbsd_like.h40 #define _LIBCPP_CTYPE_MASK LC_CTYPE_MASK
H A Dlinux.h53 #define _LIBCPP_CTYPE_MASK LC_CTYPE_MASK
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dlocale_base_api.h156 # define _LIBCPP_CTYPE_MASK LC_CTYPE_MASK
/freebsd/contrib/file/src/
H A Dreadcdf.c118 c_lc_ctype = newlocale(LC_CTYPE_MASK, "C", 0); in cdf_app_to_mime()
H A Dapprentice.c595 ms->c_lc_ctype = newlocale(LC_CTYPE_MASK, "C", 0); in file_ms_alloc()
/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…