Lines Matching full:uchar32
79 static const UChar32 DEFAULT_GMT_DIGITS[] = {
403 uprv_memcpy(fGMTOffsetDigits, DEFAULT_GMT_DIGITS, sizeof(UChar32) * 10);
609 UChar32 digitArray[10];
614 uprv_memcpy(fGMTOffsetDigits, digitArray, sizeof(UChar32)*10);
2014 UChar32 cp = text.char32At(start);
2544 TimeZoneFormat::toCodePoints(const UnicodeString& str, UChar32* codeArray, int32_t size) {