Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UChar32

685     UChar32 c=0;
704 UChar32 currCh = 0;
775 UChar32 currCh = 0;
779 UChar32 *utf32 = (UChar32*)malloc(MAX_LENGTH*sizeof(UChar32));
786 && offset32 < (MAX_LENGTH/sizeof(UChar32) - MAX_UTF32_LEN))
796 (const uint8_t *)utf32, offset32*sizeof(UChar32), "UTF32_PlatformEndian", 0, TRUE, U_ZERO_ERROR )) {
799 if(!convertToU((const uint8_t *)utf32, offset32*sizeof(UChar32),
1900 UChar32 start, end, start2, end2, notStart, notEnd;