Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dlocale.h78 #define LC_MONETARY_MASK (1 << LC_MONETARY) macro
/illumos-gate/usr/src/test/libc-tests/tests/newlocale/
H A Dnewlocale_test.c174 loc = newlocale(LC_MONETARY_MASK, "en_US.UTF-8", loc); in test_newlocale_categories()