Lines Matching refs:symbol
186 * <td align=left><strong>Symbol</strong>
256 * <td>Currency sign, replaced by currency symbol. If
257 * doubled, replaced by international currency symbol.
349 * decimal point and the first grouping symbol, and that
1222 * that is, if it does not contain the currency pattern symbol
1368 * (For Arabic, use arabic percent symbol).
1380 * (For Arabic, use arabic percent symbol).
2111 static UBool matchSymbol(const UnicodeString &text, int32_t position, int32_t length, const UnicodeString &symbol,
2125 * Get a decimal format symbol.
2126 * Returns a const reference to the symbol string.
2129 inline const UnicodeString &getConstSymbol(DecimalFormatSymbols::ENumberFormatSymbol symbol) const;
2279 * 1: currency style -- symbol name, such as "$" for US dollar.
2464 DecimalFormat::getConstSymbol(DecimalFormatSymbols::ENumberFormatSymbol symbol) const {
2465 return fSymbols->getConstSymbol(symbol);