Home | History | Annotate | Download | only in cintltst

Lines Matching refs:malloc

844                     str = (UChar*) malloc(U_SIZEOF_UCHAR * strCapacity);
1325 UChar* isoCode = (UChar*)malloc(sizeof(UChar) * (uprv_strlen(usdCode) + 1));