Home | History | Annotate | Download | only in i18n

Lines Matching full:char32at

1060   } else if(0x0030 != getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0)) {
1061 debug("No format fastpath: 0x0030 != getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0)");
1484 localizedDigits[0] = getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0);
1485 localizedDigits[1] = getConstSymbol(DecimalFormatSymbols::kOneDigitSymbol).char32At(0);
1486 localizedDigits[2] = getConstSymbol(DecimalFormatSymbols::kTwoDigitSymbol).char32At(0);
1487 localizedDigits[3] = getConstSymbol(DecimalFormatSymbols::kThreeDigitSymbol).char32At(0);
1488 localizedDigits[4] = getConstSymbol(DecimalFormatSymbols::kFourDigitSymbol).char32At(0);
1489 localizedDigits[5] = getConstSymbol(DecimalFormatSymbols::kFiveDigitSymbol).char32At(0);
1490 localizedDigits[6] = getConstSymbol(DecimalFormatSymbols::kSixDigitSymbol).char32At(0);
1491 localizedDigits[7] = getConstSymbol(DecimalFormatSymbols::kSevenDigitSymbol).char32At(0);
1492 localizedDigits[8] = getConstSymbol(DecimalFormatSymbols::kEightDigitSymbol).char32At(0);
1493 localizedDigits[9] = getConstSymbol(DecimalFormatSymbols::kNineDigitSymbol).char32At(0);
2143 UChar32 zero = getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0);
2145 UChar32 groupingChar = groupingString->char32At(0);
2178 UChar32 ch = text.char32At(j);
2189 decimalChar = decimalString->char32At(0); // Look for this decimal
2208 if(j<l) ch = text.char32At(j);
2236 ch = text.char32At(j); // for next
2346 UChar32 decimalChar = decimalString->char32At(0);
2385 UChar32 ch = text.char32At(position);
2408 if ( getConstSymbol((DecimalFormatSymbols::ENumberFormatSymbol)(DecimalFormatSymbols::kZeroDigitSymbol)).char32At(0) == ch ) {
2412 if ( getConstSymbol((DecimalFormatSymbols::ENumberFormatSymbol)(DecimalFormatSymbols::kOneDigitSymbol+digit-1)).char32At(0) == ch ) {
2692 text.char32At(position) == fPad) {
2768 UChar32 affixChar = affix.char32At(0);
2781 if (affixSet->contains(input.char32At(pos))) {
2787 UChar32 c = affix.char32At(i);
2798 input.char32At(pos) == c) {
2805 c = affix.char32At(i);
2830 input.char32At(pos) == c) {
2846 if (affixSet->contains(input.char32At(pos))) {
2861 UChar32 c = affix.char32At(i);
2864 if (input.char32At(pos) != c) {
2895 UChar32 c = text.char32At(pos);
2929 UChar32 c = affixPat.char32At(i);
2934 c = affixPat.char32At(i);
2947 affixPat.char32At(i) == kCurrencySign;
2952 affixPat.char32At(i) == kCurrencySign;
3036 return (pos >= 0 && text.char32At(pos) == ch) ?
3047 UChar32 ch = str.char32At(i);
3483 fPad = padChar.char32At(0);
3803 UChar32 c = pattern.char32At(i);
3806 c = pattern.char32At(i);
3817 pattern.char32At(i) == kCurrencySign;
3822 pattern.char32At(i) == kCurrencySign;
4069 UChar32 c = affixPattern->char32At(++i);
4076 affixPattern->char32At(i) == kCurrencySign) {
4144 UChar32 c = affix.char32At(j);
4183 zero = getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0);
4185 sigDigit = getConstSymbol(DecimalFormatSymbols::kSignificantDigitSymbol).char32At(0);
4261 result.append((UChar) (roundingDigits.char32At(pos) - kPatternZeroDigit + zero));
4288 result.append((UChar)(roundingDigits.char32At(pos) - kPatternZeroDigit + zero));
4458 zeroDigit = getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0);
4459 sigDigit = getConstSymbol(DecimalFormatSymbols::kSignificantDigitSymbol).char32At(0);
4517 ch = pattern.char32At(pos);
4614 pattern.char32At(pos) == zeroDigit) {
4748 padChar = pattern.char32At(pos);