Home | History | Annotate | Download | only in genrb

Lines Matching full:pdest

221 static char* convertAndEscape(char** pDest, int32_t destCap, int32_t* destLength,
229 if(status==NULL || U_FAILURE(*status) || pDest==NULL || srcLen==0 || src == NULL){
232 dest =*pDest;