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

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrfmon.c56 #define USE_INTL_CURRENCY 0x40 /* use international currency symbol */ macro
231 flags |= USE_INTL_CURRENCY;
234 flags &= ~(USE_INTL_CURRENCY);
241 if (flags & USE_INTL_CURRENCY) {
435 if ((flags & IS_NEGATIVE) && (flags & USE_INTL_CURRENCY)) {
442 } else if (flags & USE_INTL_CURRENCY) {
564 if (*flags & USE_INTL_CURRENCY)

Completed in 61 milliseconds