Lines Matching refs:getConstSymbol
1003 appendTo += getConstSymbol(DecimalFormatSymbols::kNaNSymbol); in _format()
1074 appendTo += getConstSymbol(DecimalFormatSymbols::kNaNSymbol); in _format()
1120 appendTo += getConstSymbol(DecimalFormatSymbols::kInfinitySymbol); in _format()
1197 localizedDigits[0] = getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); in subformat()
1198 localizedDigits[1] = getConstSymbol(DecimalFormatSymbols::kOneDigitSymbol).char32At(0); in subformat()
1199 localizedDigits[2] = getConstSymbol(DecimalFormatSymbols::kTwoDigitSymbol).char32At(0); in subformat()
1200 localizedDigits[3] = getConstSymbol(DecimalFormatSymbols::kThreeDigitSymbol).char32At(0); in subformat()
1201 localizedDigits[4] = getConstSymbol(DecimalFormatSymbols::kFourDigitSymbol).char32At(0); in subformat()
1202 localizedDigits[5] = getConstSymbol(DecimalFormatSymbols::kFiveDigitSymbol).char32At(0); in subformat()
1203 localizedDigits[6] = getConstSymbol(DecimalFormatSymbols::kSixDigitSymbol).char32At(0); in subformat()
1204 localizedDigits[7] = getConstSymbol(DecimalFormatSymbols::kSevenDigitSymbol).char32At(0); in subformat()
1205 localizedDigits[8] = getConstSymbol(DecimalFormatSymbols::kEightDigitSymbol).char32At(0); in subformat()
1206 localizedDigits[9] = getConstSymbol(DecimalFormatSymbols::kNineDigitSymbol).char32At(0); in subformat()
1210 grouping = &getConstSymbol(DecimalFormatSymbols::kMonetaryGroupingSeparatorSymbol); in subformat()
1212 grouping = &getConstSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol); in subformat()
1216 decimal = &getConstSymbol(DecimalFormatSymbols::kMonetarySeparatorSymbol); in subformat()
1218 decimal = &getConstSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol); in subformat()
1326 appendTo += getConstSymbol(DecimalFormatSymbols::kExponentialSymbol); in subformat()
1338 appendTo += getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol); in subformat()
1341 appendTo += getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol); in subformat()
1612 const UnicodeString *nan = &getConstSymbol(DecimalFormatSymbols::kNaNSymbol); in parse()
1885 const UnicodeString *inf = &getConstSymbol(DecimalFormatSymbols::kInfinitySymbol); in subparse()
1901 UChar32 zero = getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); in subparse()
1910 decimalString = &getConstSymbol(DecimalFormatSymbols::kMonetarySeparatorSymbol); in subparse()
1912 decimalString = &getConstSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol); in subparse()
1916 …const UnicodeString *groupingString = &getConstSymbol(DecimalFormatSymbols::kGroupingSeparatorSymb… in subparse()
1981 …if ( getConstSymbol((DecimalFormatSymbols::ENumberFormatSymbol)(DecimalFormatSymbols::kZeroDigitSy… in subparse()
1985 …if ( getConstSymbol((DecimalFormatSymbols::ENumberFormatSymbol)(DecimalFormatSymbols::kOneDigitSym… in subparse()
2078 tmp = &getConstSymbol(DecimalFormatSymbols::kExponentialSymbol); in subparse()
2087 tmp = &getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol); in subparse()
2093 tmp = &getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol); in subparse()
2529 affix = &getConstSymbol(DecimalFormatSymbols::kPercentSymbol); in compareComplexAffix()
2532 affix = &getConstSymbol(DecimalFormatSymbols::kPerMillSymbol); in compareComplexAffix()
2535 affix = &getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol); in compareComplexAffix()
2538 affix = &getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol); in compareComplexAffix()
2660 sameSymbols = (UBool)(getConstSymbol(DecimalFormatSymbols::kCurrencySymbol) == in adoptDecimalFormatSymbols()
2661 symbolsToAdopt->getConstSymbol(DecimalFormatSymbols::kCurrencySymbol) && in adoptDecimalFormatSymbols()
2662 getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol) == in adoptDecimalFormatSymbols()
2663 symbolsToAdopt->getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol)); in adoptDecimalFormatSymbols()
2748 && getConstSymbol(DecimalFormatSymbols::kCurrencySymbol) == currencySymbol in setCurrencyForSymbols()
2749 … && getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol) == UnicodeString(intlCurrencySymbol)) in setCurrencyForSymbols()
3385 affix += getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol); in expandAffix()
3387 affix += getConstSymbol(DecimalFormatSymbols::kCurrencySymbol); in expandAffix()
3394 affix += getConstSymbol(DecimalFormatSymbols::kPercentSymbol); in expandAffix()
3398 affix += getConstSymbol(DecimalFormatSymbols::kPerMillSymbol); in expandAffix()
3402 affix += getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol); in expandAffix()
3406 affix += getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol); in expandAffix()
3476 … int32_t offset = (int) (*affix).indexOf(getConstSymbol(DecimalFormatSymbols::kCurrencySymbol)); in appendAffix()
3478 UnicodeString aff = getConstSymbol(DecimalFormatSymbols::kCurrencySymbol); in appendAffix()
3482 offset = (int) (*affix).indexOf(getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol)); in appendAffix()
3484 UnicodeString aff = getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol); in appendAffix()
3488 offset = (int) (*affix).indexOf(getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol)); in appendAffix()
3490 UnicodeString aff = getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol); in appendAffix()
3494 offset = (int) (*affix).indexOf(getConstSymbol(DecimalFormatSymbols::kPercentSymbol)); in appendAffix()
3496 UnicodeString aff = getConstSymbol(DecimalFormatSymbols::kPercentSymbol); in appendAffix()
3500 offset = (int) (*affix).indexOf(getConstSymbol(DecimalFormatSymbols::kPerMillSymbol)); in appendAffix()
3502 UnicodeString aff = getConstSymbol(DecimalFormatSymbols::kPerMillSymbol); in appendAffix()
3558 appendTo += getConstSymbol(DecimalFormatSymbols::kPercentSymbol); in appendAffixPattern()
3561 appendTo += getConstSymbol(DecimalFormatSymbols::kPerMillSymbol); in appendAffixPattern()
3564 appendTo += getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol); in appendAffixPattern()
3567 appendTo += getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol); in appendAffixPattern()
3590 needQuote = affix.indexOf(getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol)) >= 0 in appendAffixPattern()
3591 || affix.indexOf(getConstSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol)) >= 0 in appendAffixPattern()
3592 || affix.indexOf(getConstSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol)) >= 0 in appendAffixPattern()
3593 || affix.indexOf(getConstSymbol(DecimalFormatSymbols::kPercentSymbol)) >= 0 in appendAffixPattern()
3594 || affix.indexOf(getConstSymbol(DecimalFormatSymbols::kPerMillSymbol)) >= 0 in appendAffixPattern()
3595 || affix.indexOf(getConstSymbol(DecimalFormatSymbols::kDigitSymbol)) >= 0 in appendAffixPattern()
3596 || affix.indexOf(getConstSymbol(DecimalFormatSymbols::kPatternSeparatorSymbol)) >= 0 in appendAffixPattern()
3597 || affix.indexOf(getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol)) >= 0 in appendAffixPattern()
3598 || affix.indexOf(getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol)) >= 0 in appendAffixPattern()
3657 digit.append(getConstSymbol(DecimalFormatSymbols::kDigitSymbol)); in toPattern()
3658 group.append(getConstSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol)); in toPattern()
3659 zero = getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); in toPattern()
3661 sigDigit = getConstSymbol(DecimalFormatSymbols::kSignificantDigitSymbol).char32At(0); in toPattern()
3671 padSpec.append(getConstSymbol(DecimalFormatSymbols::kPadEscapeSymbol)); in toPattern()
3751 result += getConstSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol); in toPattern()
3779 result += getConstSymbol(DecimalFormatSymbols::kExponentialSymbol); in toPattern()
3786 result += getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol); in toPattern()
3841 … fNegativePrefix.compare(getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol)) == 0 && in toPattern()
3849 result += getConstSymbol(DecimalFormatSymbols::kPatternSeparatorSymbol); in toPattern()
3934 zeroDigit = getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); in applyPatternWithoutExpandAffix()
3935 sigDigit = getConstSymbol(DecimalFormatSymbols::kSignificantDigitSymbol).char32At(0); in applyPatternWithoutExpandAffix()
3936 …groupingSeparator. remove().append(getConstSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol)… in applyPatternWithoutExpandAffix()
3937 …decimalSeparator. remove().append(getConstSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol)); in applyPatternWithoutExpandAffix()
3938 percent. remove().append(getConstSymbol(DecimalFormatSymbols::kPercentSymbol)); in applyPatternWithoutExpandAffix()
3939 perMill. remove().append(getConstSymbol(DecimalFormatSymbols::kPerMillSymbol)); in applyPatternWithoutExpandAffix()
3940 digit. remove().append(getConstSymbol(DecimalFormatSymbols::kDigitSymbol)); in applyPatternWithoutExpandAffix()
3941 …separator. remove().append(getConstSymbol(DecimalFormatSymbols::kPatternSeparatorSymbol)); in applyPatternWithoutExpandAffix()
3942 … exponent. remove().append(getConstSymbol(DecimalFormatSymbols::kExponentialSymbol)); in applyPatternWithoutExpandAffix()
3943 plus. remove().append(getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol)); in applyPatternWithoutExpandAffix()
3944 minus. remove().append(getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol)); in applyPatternWithoutExpandAffix()
3945 padEscape. remove().append(getConstSymbol(DecimalFormatSymbols::kPadEscapeSymbol)); in applyPatternWithoutExpandAffix()
4694 fSymbols->getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol); in getEffectiveCurrency()