Lines Matching refs:char32At
1234 UChar32 zero = fImpl->getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol).char32At(0); in subparse()
1238 UChar32 groupingChar = groupingString->char32At(0); in subparse()
1267 UChar32 ch = text.char32At(j); in subparse()
1278 decimalChar = decimalString->char32At(0); // Look for this decimal in subparse()
1325 ch = text.char32At(j); // for next in subparse()
1435 UChar32 decimalChar = decimalString->char32At(0); in subparse()
1474 UChar32 ch = text.char32At(position); in subparse()
1497 …lFormatSymbols::ENumberFormatSymbol)(DecimalFormatSymbols::kZeroDigitSymbol)).char32At(0) == ch ) { in subparse()
1501 …Symbols::ENumberFormatSymbol)(DecimalFormatSymbols::kOneDigitSymbol+digit-1)).char32At(0) == ch ) { in subparse()
1807 text.char32At(position) == fImpl->fAffixes.fPadChar) { in skipPadding()
1921 UChar32 affixChar = trimmedAffix.char32At(0); in compareSimpleAffix()
1940 UChar32 ic = input.char32At(pos); in compareSimpleAffix()
1949 UChar32 c = trimmedAffix.char32At(i); in compareSimpleAffix()
1960 UChar32 ic = input.char32At(pos); in compareSimpleAffix()
1968 c = trimmedAffix.char32At(i); in compareSimpleAffix()
1999 UChar32 ic = input.char32At(pos); in compareSimpleAffix()
2022 UChar32 ic = input.char32At(pos); in compareSimpleAffix()
2041 UChar32 c = trimmedAffix.char32At(i); in compareSimpleAffix()
2042 UChar32 ic = input.char32At(pos); in compareSimpleAffix()
2076 UChar32 c = text.char32At(pos); in skipUWhiteSpace()
2091 UChar32 c = text.char32At(pos); in skipUWhiteSpaceAndMarks()
2137 UChar32 c = affixPat.char32At(i); in compareComplexAffix()
2142 c = affixPat.char32At(i); in compareComplexAffix()
2155 affixPat.char32At(i) == kCurrencySign; in compareComplexAffix()
2160 affixPat.char32At(i) == kCurrencySign; in compareComplexAffix()
2244 return (pos >= 0 && text.char32At(pos) == ch) ? in match()
2255 UChar32 ch = str.char32At(i); in match()
2547 pad = padChar.char32At(0); in setPadCharacter()