Home | History | Annotate | Download | only in genrb

Lines Matching full:pdest

223 static char* convertAndEscape(char** pDest, int32_t destCap, int32_t* destLength,
231 if(status==NULL || U_FAILURE(*status) || pDest==NULL || srcLen==0 || src == NULL){
234 dest =*pDest;