Home | History | Annotate | Download | only in i18n

Lines Matching refs:digitC

265         UChar32 digitC;
270 digitC = replacement.char32At(replIdx);
271 if (u_isdigit(digitC) == FALSE) {
275 groupNum=groupNum*10 + u_charDigitValue(digitC);