Home | History | Annotate | Download | only in cintltst

Lines Matching refs:malloc

709     UChar *standardForm = (UChar*)malloc(MAX_LENGTH*sizeof(UChar));
710 uint8_t *utf8 = (uint8_t*)malloc(MAX_LENGTH);
779 UChar *standardForm = (UChar*)malloc(MAX_LENGTH*sizeof(UChar));
780 UChar32 *utf32 = (UChar32*)malloc(MAX_LENGTH*sizeof(UChar32));