Home | History | Annotate | Download | only in common

Lines Matching refs:uprv_realloc

621       resB->fResPath = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char));
645 char *temp = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char));
825 chAlias = (char *)uprv_realloc(chAlias, capacity);