Home | History | Annotate | Download | only in common

Lines Matching refs:pDestLimit

1398     UChar *pDestLimit = (dest!=NULL)?(dest+destCapacity):NULL;
1405 while((index < srcLength)&&(pDest<pDestLimit)){
1415 if(pDest<pDestLimit){