Home | History | Annotate | Download | only in i18n

Lines Matching refs:digitC

1342         UChar32 digitC;
1347 U16_GET(replacementText, 0, replIdx, replacementLength, digitC);
1348 if (u_isdigit(digitC) == FALSE) {
1353 groupNum=groupNum*10 + u_charDigitValue(digitC);