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

/freebsd-12-stable/usr.bin/localedef/
H A DMakefile9 monetary.c \
H A Dparser.y229 | monetary
561 monetary : T_MONETARY T_NL monetary_list T_END T_MONETARY T_NL label
/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dlocale_classes.h97 * monetary, and messages. They form a bitmask that supports union and
109 static const category monetary = 1L << 4; member in class:locale
112 time | monetary | messages);
300 // collate, ctype, monetary, numeric, time, and messages. These
/freebsd-12-stable/contrib/libstdc++/src/
H A Dlocale.cc65 const locale::category locale::monetary; member in class:locale
163 __ret = monetary;
/freebsd-12-stable/lib/libc/stdlib/
H A Dstrfmon.c43 #include <monetary.h>
285 * for a monetary quantity with a non-negative value
291 * from the value for a monetary quantity with a
/freebsd-12-stable/include/
H A DMakefile19 locale.h malloc.h malloc_np.h memory.h monetary.h mpool.h mqueue.h \
/freebsd-12-stable/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp152 const locale::category locale::monetary; member in class:locale
321 if (c & locale::monetary)
392 if (c & locale::monetary)

Completed in 157 milliseconds