HomeSort by relevance Sort by last modified time
    Searched refs:pDestLimit (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/
ustrtrns.cpp 414 UChar *pDestLimit = dest+destCapacity;
458 while(((ch = *pSrc) != 0) && (pDest < pDestLimit)) {
495 if(pDest<pDestLimit) {
546 /* Faster loop without ongoing checking for pSrcLimit and pDestLimit. */
554 count = (int32_t)(pDestLimit - pDest);
622 while((pSrc<pSrcLimit) && (pDest<pDestLimit)) {
662 if(pDest<pDestLimit){
769 UChar *pDestLimit = (dest!=NULL)?(dest+destCapacity):NULL;
772 while(((ch = *pSrc) != 0) && (pDest < pDestLimit)) {
803 if(pDest < pDestLimit) {
    [all...]
utext.cpp     [all...]

Completed in 87 milliseconds