Lines Matching full:utf32
781 UChar32 *utf32 = (UChar32*)malloc(MAX_LENGTH*sizeof(UChar32));
794 UTF32_APPEND_CHAR_SAFE(utf32, offset32, MAX_LENGTH, currCh);
798 (const uint8_t *)utf32, offset32*sizeof(UChar32), "UTF32_PlatformEndian", 0, TRUE, U_ZERO_ERROR )) {
799 log_err("Unicode->UTF32 did not match.\n");
801 if(!convertToU((const uint8_t *)utf32, offset32*sizeof(UChar32),
803 log_err("UTF32->Unicode did not match.\n");
807 free(utf32);