Home | History | Annotate | Download | only in unicode

Lines Matching refs:symbol

125  * locale like the currency symbol, the grouping seperator , monetary seperator
150 * Currency format with a currency symbol, e.g., "$1.00".
1114 * Constants for specifying a number format symbol.
1134 /** The currency symbol */
1136 /** The international currency symbol */
1140 /** The exponential symbol */
1142 /** Per mill symbol */
1146 /** Infinity symbol */
1148 /** Nan symbol */
1150 /** Significant digit symbol
1193 /** count symbol constants */
1198 * Get a symbol associated with a UNumberFormat.
1203 * @param symbol The UNumberFormatSymbol constant for the symbol to get
1204 * @param buffer The string buffer that will receive the symbol string;
1205 * if it is NULL, then only the length of the symbol is returned
1208 * @return The length of the symbol; the buffer is not modified if
1215 UNumberFormatSymbol symbol,
1221 * Set a symbol associated with a UNumberFormat.
1226 * @param symbol The UNumberFormatSymbol constant for the symbol to set
1227 * @param value The string to set the symbol to
1235 UNumberFormatSymbol symbol,