Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__support/xlocale/
H A D__nop_locale_mgmt.h30 #define LC_NUMERIC_MASK (1 << LC_NUMERIC) 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.h38 #define LC_NUMERIC_MASK (1<<3) macro
42 LC_MONETARY_MASK | LC_NUMERIC_MASK | LC_TIME_MASK)
/freebsd/contrib/llvm-project/libcxx/src/support/ibm/
H A Dxlocale_zos.cpp56 if (category_mask & LC_NUMERIC_MASK) in newlocale()
80 …(newloc->category_mask & LC_NUMERIC_MASK && setlocale(LC_NUMERIC, newloc->lc_numeric.c_str()) == n… in uselocale()
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dlocale-macros.h25 #define LC_NUMERIC_MASK (1 << LC_NUMERIC) macro
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__support/ibm/
H A Dlocale_mgmt_zos.h28 # define LC_NUMERIC_MASK _CATMASK(LC_NUMERIC) macro
/freebsd/lib/libc/tests/locale/
H A Dnewlocale_test.c41 { LC_NUMERIC_MASK, "LC_NUMERIC" },
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__locale_dir/locale_base_api/
H A Dwin32.h41 #define LC_NUMERIC_MASK _M_NUMERIC 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.h46 #define _LIBCPP_NUMERIC_MASK LC_NUMERIC_MASK
H A Dbsd_like.h42 #define _LIBCPP_NUMERIC_MASK LC_NUMERIC_MASK
H A Dlinux.h55 #define _LIBCPP_NUMERIC_MASK LC_NUMERIC_MASK
/freebsd/usr.sbin/moused/moused/
H A Dutil.h319 locale_t c_locale = newlocale(LC_NUMERIC_MASK, "C", (locale_t)0); in safe_atod()
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dlocale_base_api.h158 # define _LIBCPP_NUMERIC_MASK LC_NUMERIC_MASK
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A D__locale63 …e = LC_COLLATE_MASK, ctype = LC_CTYPE_MASK, monetary = LC_MONETARY_MASK, numeric = LC_NUMERIC_MASK,