Lines Matching refs:getConstSymbol

953     const UnicodeString *nan = &fImpl->getConstSymbol(DecimalFormatSymbols::kNaNSymbol);
1220 UChar32 zero = fImpl->getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0);
1221 const UnicodeString *groupingString = &fImpl->getConstSymbol(
1254 const UnicodeString *decimalString = &fImpl->getConstSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol);
1393 const UnicodeString *inf = &fImpl->getConstSymbol(DecimalFormatSymbols::kInfinitySymbol);
1417 decimalString = &fImpl->getConstSymbol(DecimalFormatSymbols::kMonetarySeparatorSymbol);
1419 decimalString = &fImpl->getConstSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol);
1483 if ( fImpl->getConstSymbol((DecimalFormatSymbols::ENumberFormatSymbol)(DecimalFormatSymbols::kZeroDigitSymbol)).char32At(0) == ch ) {
1487 if ( fImpl->getConstSymbol((DecimalFormatSymbols::ENumberFormatSymbol)(DecimalFormatSymbols::kOneDigitSymbol+digit-1)).char32At(0) == ch ) {
1583 tmp = &fImpl->getConstSymbol(DecimalFormatSymbols::kExponentialSymbol);
1593 tmp = &fImpl->getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol);
1599 tmp = &fImpl->getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol);
2184 affix = &fImpl->getConstSymbol(DecimalFormatSymbols::kPercentSymbol);
2187 affix = &fImpl->getConstSymbol(DecimalFormatSymbols::kPerMillSymbol);
2190 affix = &fImpl->getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol);
2193 affix = &fImpl->getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol);
2958 fImpl->getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol);