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

  /external/chromium_org/third_party/icu/source/common/
ustrtrns.cpp 410 UChar *pDestLimit = dest+destCapacity;
454 while(((ch = *pSrc) != 0) && (pDest < pDestLimit)) {
491 if(pDest<pDestLimit) {
542 /* Faster loop without ongoing checking for pSrcLimit and pDestLimit. */
550 count = (int32_t)(pDestLimit - pDest);
618 while((pSrc<pSrcLimit) && (pDest<pDestLimit)) {
658 if(pDest<pDestLimit){
765 UChar *pDestLimit = (dest!=NULL)?(dest+destCapacity):NULL;
768 while(((ch = *pSrc) != 0) && (pDest < pDestLimit)) {
799 if(pDest < pDestLimit) {
    [all...]
utext.cpp     [all...]
  /external/icu/icu4c/source/common/
ustrtrns.cpp 410 UChar *pDestLimit = dest+destCapacity;
454 while(((ch = *pSrc) != 0) && (pDest < pDestLimit)) {
491 if(pDest<pDestLimit) {
542 /* Faster loop without ongoing checking for pSrcLimit and pDestLimit. */
550 count = (int32_t)(pDestLimit - pDest);
618 while((pSrc<pSrcLimit) && (pDest<pDestLimit)) {
658 if(pDest<pDestLimit){
765 UChar *pDestLimit = (dest!=NULL)?(dest+destCapacity):NULL;
768 while(((ch = *pSrc) != 0) && (pDest < pDestLimit)) {
799 if(pDest < pDestLimit) {
    [all...]
utext.cpp     [all...]

Completed in 92 milliseconds