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.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/
ustrtrns.cpp 408 UChar *pDestLimit = dest+destCapacity;
452 while(((ch = *pSrc) != 0) && (pDest < pDestLimit)) {
489 if(pDest<pDestLimit) {
540 /* Faster loop without ongoing checking for pSrcLimit and pDestLimit. */
548 count = (int32_t)(pDestLimit - pDest);
616 while((pSrc<pSrcLimit) && (pDest<pDestLimit)) {
656 if(pDest<pDestLimit){
763 UChar *pDestLimit = (dest!=NULL)?(dest+destCapacity):NULL;
766 while(((ch = *pSrc) != 0) && (pDest < pDestLimit)) {
797 if(pDest < pDestLimit) {
    [all...]
utext.cpp     [all...]

Completed in 205 milliseconds