Searched refs:USE_INTL_CURRENCY (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/system/libroot/posix/stdlib/
H A Dstrfmon.c49 #define USE_INTL_CURRENCY 0x40 /* use international currency symbol */ macro
238 flags |= USE_INTL_CURRENCY;
241 flags &= ~(USE_INTL_CURRENCY);
250 if (flags & USE_INTL_CURRENCY) {
428 if ((flags & IS_NEGATIVE) && (flags & USE_INTL_CURRENCY)) {
433 } else if (flags & USE_INTL_CURRENCY) {
546 if (*flags & USE_INTL_CURRENCY)

Completed in 43 milliseconds