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

  /external/chromium_org/third_party/icu/source/common/
ustrtrns.c 402 UChar *pDestLimit = dest+destCapacity;
446 while(((ch = *pSrc) != 0) && (pDest < pDestLimit)) {
483 if(pDest<pDestLimit) {
534 /* Faster loop without ongoing checking for pSrcLimit and pDestLimit. */
542 count = (int32_t)(pDestLimit - pDest);
610 while((pSrc<pSrcLimit) && (pDest<pDestLimit)) {
650 if(pDest<pDestLimit){
757 UChar *pDestLimit = dest+destCapacity;
760 while(((ch = *pSrc) != 0) && (pDest < pDestLimit)) {
791 if(pDest < pDestLimit) {
    [all...]
utext.cpp     [all...]
  /external/icu4c/common/
utext.cpp     [all...]

Completed in 88 milliseconds