Home | History | Annotate | Download | only in i18n

Lines Matching refs:u_charDigitValue

3060                         Use this u_charDigitValue. This might be slow because we have to
3080 digVal = u_charDigitValue(char32);
3082 digVal = u_charDigitValue(cp); // if we have arrived here, we have
3161 if ((digVal = u_charDigitValue(char32)) == -1 || digIndx > UCOL_MAX_DIGITS_FOR_NUMBER){
3786 Use this u_charDigitValue. This might be slow because we have to
3823 digVal = u_charDigitValue(char32);
3904 if ((digVal = u_charDigitValue(char32)) == -1 || (ceLimit > 0 && (digIndx + trailingZeroCount) >= ceLimit)) {