Home | History | Annotate | Download | only in i18n

Lines Matching full:uchar32

79 static const UChar32 DEFAULT_GMT_DIGITS[] = {
404 uprv_memcpy(fGMTOffsetDigits, DEFAULT_GMT_DIGITS, sizeof(UChar32) * 10);
615 UChar32 digitArray[10];
620 uprv_memcpy(fGMTOffsetDigits, digitArray, sizeof(UChar32)*10);
2110 UChar32 cp = text.char32At(start);
2641 TimeZoneFormat::toCodePoints(const UnicodeString& str, UChar32* codeArray, int32_t size) {