Home | History | Annotate | Download | only in i18n

Lines Matching refs:getConstSymbol

968     const UnicodeString *nan = &fImpl->getConstSymbol(DecimalFormatSymbols::kNaNSymbol);
1235 UChar32 zero = fImpl->getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0);
1236 const UnicodeString *groupingString = &fImpl->getConstSymbol(
1269 const UnicodeString *decimalString = &fImpl->getConstSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol);
1408 const UnicodeString *inf = &fImpl->getConstSymbol(DecimalFormatSymbols::kInfinitySymbol);
1432 decimalString = &fImpl->getConstSymbol(DecimalFormatSymbols::kMonetarySeparatorSymbol);
1434 decimalString = &fImpl->getConstSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol);
1498 if ( fImpl->getConstSymbol((DecimalFormatSymbols::ENumberFormatSymbol)(DecimalFormatSymbols::kZeroDigitSymbol)).char32At(0) == ch ) {
1502 if ( fImpl->getConstSymbol((DecimalFormatSymbols::ENumberFormatSymbol)(DecimalFormatSymbols::kOneDigitSymbol+digit-1)).char32At(0) == ch ) {
1600 tmp = &fImpl->getConstSymbol(DecimalFormatSymbols::kExponentialSymbol);
1610 tmp = &fImpl->getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol);
1616 tmp = &fImpl->getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol);
2201 affix = &fImpl->getConstSymbol(DecimalFormatSymbols::kPercentSymbol);
2204 affix = &fImpl->getConstSymbol(DecimalFormatSymbols::kPerMillSymbol);
2207 affix = &fImpl->getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol);
2210 affix = &fImpl->getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol);
2987 fImpl->getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol);