Home | History | Annotate | Download | only in common

Lines Matching refs:destH

959     void **destH = 0, **sourceH = 0;
964 destH = (void **)uprv_malloc(sizeof(void *) * destOriginalSize);
965 destBuff = destH;
983 if (destH) {
984 uprv_free(destH);
1020 if (destH) {
1021 uprv_free(destH);