Home
last modified time | relevance | path

Searched refs:pDestLimit (Results 1 - 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Dustrtrns.cpp283 UChar *pDestLimit = dest+destCapacity; in u_strFromUTF8WithSub() local
308 for(i = 0; (c = (uint8_t)src[i]) != 0 && (pDest < pDestLimit);) { in u_strFromUTF8WithSub()
336 if(pDest<pDestLimit) { in u_strFromUTF8WithSub()
378 /* Faster loop without ongoing checking for srcLength and pDestLimit. */ in u_strFromUTF8WithSub()
388 int32_t count = (int32_t)(pDestLimit - pDest); in u_strFromUTF8WithSub()
448 while(i < srcLength && (pDest < pDestLimit)) { in u_strFromUTF8WithSub()
478 if(pDest<pDestLimit) { in u_strFromUTF8WithSub()
579 UChar *pDestLimit = (dest!=NULL)?(dest+destCapacity):NULL; in u_strFromUTF8Lenient() local
582 while(((ch = *pSrc) != 0) && (pDest < pDestLimit)) { in u_strFromUTF8Lenient()
613 if(pDest < pDestLimit) { in u_strFromUTF8Lenient()
803 uint8_t *pDestLimit = (pDest!=NULL)?(pDest + destCapacity):NULL; u_strToUTF8WithSub() local
1095 UChar *pDestLimit = dest+destCapacity; u_strFromJavaModifiedUTF8WithSub() local
1323 uint8_t *pDestLimit = pDest + destCapacity; u_strToJavaModifiedUTF8() local
[all...]
H A Dutext.cpp1428 UChar *pDestLimit = (dest!=NULL)?(dest+destCapacity):NULL;
1435 while((index < srcLength)&&(pDest<pDestLimit)){
1445 if(pDest<pDestLimit){
/third_party/node/deps/icu-small/source/common/
H A Dustrtrns.cpp283 char16_t *pDestLimit = dest+destCapacity; in u_strFromUTF8WithSub() local
308 for(i = 0; (c = (uint8_t)src[i]) != 0 && (pDest < pDestLimit);) { in u_strFromUTF8WithSub()
336 if(pDest<pDestLimit) { in u_strFromUTF8WithSub()
378 /* Faster loop without ongoing checking for srcLength and pDestLimit. */ in u_strFromUTF8WithSub()
388 int32_t count = (int32_t)(pDestLimit - pDest); in u_strFromUTF8WithSub()
448 while(i < srcLength && (pDest < pDestLimit)) { in u_strFromUTF8WithSub()
478 if(pDest<pDestLimit) { in u_strFromUTF8WithSub()
579 char16_t *pDestLimit = (dest!=nullptr)?(dest+destCapacity):nullptr; in u_strFromUTF8Lenient() local
582 while(((ch = *pSrc) != 0) && (pDest < pDestLimit)) { in u_strFromUTF8Lenient()
613 if(pDest < pDestLimit) { in u_strFromUTF8Lenient()
803 uint8_t *pDestLimit = (pDest!=nullptr)?(pDest + destCapacity):nullptr; u_strToUTF8WithSub() local
1095 char16_t *pDestLimit = dest+destCapacity; u_strFromJavaModifiedUTF8WithSub() local
1336 uint8_t *pDestLimit = pDest + destCapacity; u_strToJavaModifiedUTF8() local
[all...]
H A Dutext.cpp1431 char16_t *pDestLimit = (dest!=nullptr)?(dest+destCapacity):nullptr;
1438 while((index < srcLength)&&(pDest<pDestLimit)){
1448 if(pDest<pDestLimit){
/third_party/skia/third_party/externals/icu/source/common/
H A Dustrtrns.cpp283 UChar *pDestLimit = dest+destCapacity; in u_strFromUTF8WithSub() local
308 for(i = 0; (c = (uint8_t)src[i]) != 0 && (pDest < pDestLimit);) { in u_strFromUTF8WithSub()
336 if(pDest<pDestLimit) { in u_strFromUTF8WithSub()
378 /* Faster loop without ongoing checking for srcLength and pDestLimit. */ in u_strFromUTF8WithSub()
388 int32_t count = (int32_t)(pDestLimit - pDest); in u_strFromUTF8WithSub()
448 while(i < srcLength && (pDest < pDestLimit)) { in u_strFromUTF8WithSub()
478 if(pDest<pDestLimit) { in u_strFromUTF8WithSub()
579 UChar *pDestLimit = (dest!=NULL)?(dest+destCapacity):NULL; in u_strFromUTF8Lenient() local
582 while(((ch = *pSrc) != 0) && (pDest < pDestLimit)) { in u_strFromUTF8Lenient()
613 if(pDest < pDestLimit) { in u_strFromUTF8Lenient()
803 uint8_t *pDestLimit = (pDest!=NULL)?(pDest + destCapacity):NULL; u_strToUTF8WithSub() local
1095 UChar *pDestLimit = dest+destCapacity; u_strFromJavaModifiedUTF8WithSub() local
1323 uint8_t *pDestLimit = pDest + destCapacity; u_strToJavaModifiedUTF8() local
[all...]
H A Dutext.cpp1428 UChar *pDestLimit = (dest!=NULL)?(dest+destCapacity):NULL;
1435 while((index < srcLength)&&(pDest<pDestLimit)){
1445 if(pDest<pDestLimit){

Completed in 13 milliseconds