Home | History | Annotate | Download | only in i18n

Lines Matching refs:digitArray

615     UChar32 digitArray[10];
616 if (!toCodePoints(digits, digitArray, 10)) {
620 uprv_memcpy(fGMTOffsetDigits, digitArray, sizeof(UChar32)*10);