Searched refs:LC_NUMERIC_MASK (Results 1 - 4 of 4) sorted by relevance

/external/libcxx/include/support/newlib/
H A Dxlocale.h45 #define LC_NUMERIC_MASK (1 << LC_NUMERIC) macro
50 LC_NUMERIC_MASK|\
/external/libcxx/include/support/win32/
H A Dlocale_win32.h25 #define LC_NUMERIC_MASK _M_NUMERIC macro
32 | LC_NUMERIC_MASK \
/external/libcxx/include/support/ibm/
H A Dxlocale.h29 #define LC_NUMERIC_MASK 16 macro
33 LC_NUMERIC_MASK | LC_TIME_MASK)
65 if (category_mask & LC_NUMERIC_MASK)
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc1631 locale_t loc = newlocale(LC_NUMERIC_MASK, "C", (locale_t)0); \
1640 locale_t loc = newlocale(LC_NUMERIC_MASK, "C", (locale_t)0); \

Completed in 102 milliseconds