Home | History | Annotate | Download | only in common

Lines Matching refs:uprv_realloc

750       resB->fResPath = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char));
774 char *temp = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char));
954 chAlias = (char *)uprv_realloc(chAlias, capacity);