Home | History | Annotate | Download | only in common

Lines Matching refs:pDestLimit

1403     UChar *pDestLimit = (dest!=NULL)?(dest+destCapacity):NULL;
1410 while((index < srcLength)&&(pDest<pDestLimit)){
1420 if(pDest<pDestLimit){