Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UChar32

687     UChar32 c=0;
706 UChar32 currCh = 0;
777 UChar32 currCh = 0;
781 UChar32 *utf32 = (UChar32*)malloc(MAX_LENGTH*sizeof(UChar32));
788 && offset32 < (MAX_LENGTH/sizeof(UChar32) - MAX_UTF32_LEN))
798 (const uint8_t *)utf32, offset32*sizeof(UChar32), "UTF32_PlatformEndian", 0, TRUE, U_ZERO_ERROR )) {
801 if(!convertToU((const uint8_t *)utf32, offset32*sizeof(UChar32),
1902 UChar32 start, end, start2, end2, notStart, notEnd;