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

/haiku/headers/posix/
H A Dlocale.h16 char *int_curr_symbol; member in struct:lconv
/haiku/src/system/libroot/posix/glibc/locale/
H A Dlocale.h63 char *int_curr_symbol; member in struct:lconv
89 /* 1 if int_curr_symbol precedes a positive value, 0 if succeeds. */
91 /* 1 iff a space separates int_curr_symbol from a positive value. */
93 /* 1 if int_curr_symbol precedes a negative value, 0 if succeeds. */
95 /* 1 iff a space separates int_curr_symbol from a negative value. */
98 0 Parentheses surround the quantity and int_curr_symbol.
99 1 The sign string precedes the quantity and int_curr_symbol.
100 2 The sign string follows the quantity and int_curr_symbol.
101 3 The sign string immediately precedes the int_curr_symbol.
102 4 The sign string immediately follows the int_curr_symbol
[all...]
/haiku/src/system/libroot/add-ons/icu/
H A DICUMonetaryData.cpp28 fLocaleConv.int_curr_symbol = fIntCurrSymbol;
198 strcpy(fIntCurrSymbol, fPosixLocaleConv->int_curr_symbol);
/haiku/src/system/libroot/posix/stdlib/
H A Dstrfmon.c251 currency_symbol = strdup(lc->int_curr_symbol);
/haiku/src/tests/system/libroot/posix/
H A Dlocale_test.cpp147 if (strcmp(lc->int_curr_symbol, localeConv->int_curr_symbol) != 0) {
148 printf("\tPROBLEM: lc.int_curr_symbol = \"%s\" (expected \"%s\")\n",
149 lc->int_curr_symbol, localeConv->int_curr_symbol);

Completed in 53 milliseconds