Home | History | Annotate | Download | only in i18n

Lines Matching refs:UChar32

85 static const UChar32 DEFAULT_GMT_DIGITS[] = {
410 uprv_memcpy(fGMTOffsetDigits, DEFAULT_GMT_DIGITS, sizeof(UChar32) * 10);
621 UChar32 digitArray[10];
626 uprv_memcpy(fGMTOffsetDigits, digitArray, sizeof(UChar32)*10);
1874 UChar32 ch;
2139 UChar32 cp = text.char32At(start);
2670 TimeZoneFormat::toCodePoints(const UnicodeString& str, UChar32* codeArray, int32_t size) {