Lines Matching refs:getConstSymbol
953 const UnicodeString *nan = &fImpl->getConstSymbol(DecimalFormatSymbols::kNaNSymbol); in parse()
1220 UChar32 zero = fImpl->getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); in subparse()
1221 const UnicodeString *groupingString = &fImpl->getConstSymbol( in subparse()
1254 …const UnicodeString *decimalString = &fImpl->getConstSymbol(DecimalFormatSymbols::kDecimalSeparato… in subparse()
1393 const UnicodeString *inf = &fImpl->getConstSymbol(DecimalFormatSymbols::kInfinitySymbol); in subparse()
1417 decimalString = &fImpl->getConstSymbol(DecimalFormatSymbols::kMonetarySeparatorSymbol); in subparse()
1419 decimalString = &fImpl->getConstSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol); in subparse()
1483 …if ( fImpl->getConstSymbol((DecimalFormatSymbols::ENumberFormatSymbol)(DecimalFormatSymbols::kZero… in subparse()
1487 …if ( fImpl->getConstSymbol((DecimalFormatSymbols::ENumberFormatSymbol)(DecimalFormatSymbols::kOneD… in subparse()
1583 tmp = &fImpl->getConstSymbol(DecimalFormatSymbols::kExponentialSymbol); in subparse()
1593 tmp = &fImpl->getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol); in subparse()
1599 … tmp = &fImpl->getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol); in subparse()
2184 affix = &fImpl->getConstSymbol(DecimalFormatSymbols::kPercentSymbol); in compareComplexAffix()
2187 affix = &fImpl->getConstSymbol(DecimalFormatSymbols::kPerMillSymbol); in compareComplexAffix()
2190 affix = &fImpl->getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol); in compareComplexAffix()
2193 affix = &fImpl->getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol); in compareComplexAffix()
2958 fImpl->getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol); in getEffectiveCurrency()