Home | History | Annotate | Download | only in common

Lines Matching refs:destLimit

49     UChar *destLimit;
71 destLimit = (dest!=NULL)?(dest + destCapacity):NULL;
80 if(pDest < destLimit) {
101 if(pDest < destLimit) {
108 if(pDest!=NULL && ((pDest + 2) <= destLimit)) {
164 UChar32 *destLimit;
186 destLimit = (dest!=NULL)?(dest + destCapacity):NULL;
194 if(pDest < destLimit) {
224 if(pDest < destLimit) {