Lines Matching refs:symbol
122 * locale like the currency symbol, the grouping seperator , monetary seperator
147 * Currency format with a currency symbol, e.g., "$1.00".
1030 * Constants for specifying a number format symbol.
1050 /** The currency symbol */
1052 /** The international currency symbol */
1056 /** The exponential symbol */
1058 /** Per mill symbol */
1062 /** Infinity symbol */
1064 /** Nan symbol */
1066 /** Significant digit symbol
1109 /** count symbol constants */
1114 * Get a symbol associated with a UNumberFormat.
1119 * @param symbol The UNumberFormatSymbol constant for the symbol to get
1120 * @param buffer The string buffer that will receive the symbol string;
1121 * if it is NULL, then only the length of the symbol is returned
1124 * @return The length of the symbol; the buffer is not modified if
1131 UNumberFormatSymbol symbol,
1137 * Set a symbol associated with a UNumberFormat.
1142 * @param symbol The UNumberFormatSymbol constant for the symbol to set
1143 * @param value The string to set the symbol to
1151 UNumberFormatSymbol symbol,