Home | History | Annotate | Download | only in cintltst

Lines Matching refs:sampleDigitValues

552     static const int32_t sampleDigitValues[] = {0, 2, 3, 5};
587 if (u_charDigitValue(sampleDigits[i]) != sampleDigitValues[i]) {
589 sampleDigits[i], u_charDigitValue(sampleDigits[i]), sampleDigitValues[i]);