Home | History | Annotate | Download | only in i18n

Lines Matching refs:digitC

989         UChar32 digitC;
994 U16_GET(replacementText, 0, replIdx, replacementLength, digitC);
995 if (u_isdigit(digitC) == FALSE) {
1000 groupNum=groupNum*10 + u_charDigitValue(digitC);