Home | History | Annotate | Download | only in cintltst

Lines Matching refs:sampleDigitValues

547     static const int32_t sampleDigitValues[] = {0, 2, 3, 5};
582 if (u_charDigitValue(sampleDigits[i]) != sampleDigitValues[i]) {
584 sampleDigits[i], u_charDigitValue(sampleDigits[i]), sampleDigitValues[i]);