Searched refs:pSrcLimit (Results 1 - 6 of 6) sorted by relevance
/third_party/icu/icu4c/source/common/ |
H A D | ustr_wcs.cpp | 82 const UChar *pSrcLimit =NULL; in _strToWCS() local 95 pSrcLimit = pSrc + srcLength; in _strToWCS() 102 ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCode); in _strToWCS() 309 const wchar_t* pSrcLimit = NULL; in _strFromWCS() local 342 pSrcLimit = src + srcLength; in _strFromWCS() 351 if((pSrc+nulLen) < pSrcLimit){ in _strFromWCS()
|
H A D | ustrtrns.cpp | 665 const uint8_t *pSrcLimit = (pSrc!=NULL)?(pSrc + srcLength):NULL; in u_strFromUTF8Lenient() local 680 if((pSrcLimit - pSrc) >= 4) { in u_strFromUTF8Lenient() 681 pSrcLimit -= 3; /* temporarily reduce pSrcLimit */ in u_strFromUTF8Lenient() 709 } while(pSrc < pSrcLimit); in u_strFromUTF8Lenient() 711 pSrcLimit += 3; /* restore original pSrcLimit */ in u_strFromUTF8Lenient() 714 while(pSrc < pSrcLimit) { in u_strFromUTF8Lenient() 725 if(pSrc < pSrcLimit) { in u_strFromUTF8Lenient() 731 if((pSrcLimit in u_strFromUTF8Lenient() 897 const UChar *pSrcLimit = (pSrc!=NULL)?(pSrc+srcLength):NULL; u_strToUTF8WithSub() local 1324 const UChar *pSrcLimit; u_strToJavaModifiedUTF8() local [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ustr_wcs.cpp | 82 const char16_t *pSrcLimit =nullptr; in _strToWCS() local 95 pSrcLimit = pSrc + srcLength; in _strToWCS() 102 ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,nullptr,(UBool)(pSrc==pSrcLimit),pErrorCode); in _strToWCS() 309 const wchar_t* pSrcLimit = nullptr; in _strFromWCS() local 342 pSrcLimit = src + srcLength; in _strFromWCS() 351 if((pSrc+nulLen) < pSrcLimit){ in _strFromWCS()
|
H A D | ustrtrns.cpp | 665 const uint8_t *pSrcLimit = (pSrc!=nullptr)?(pSrc + srcLength):nullptr; in u_strFromUTF8Lenient() local 680 if((pSrcLimit - pSrc) >= 4) { in u_strFromUTF8Lenient() 681 pSrcLimit -= 3; /* temporarily reduce pSrcLimit */ in u_strFromUTF8Lenient() 709 } while(pSrc < pSrcLimit); in u_strFromUTF8Lenient() 711 pSrcLimit += 3; /* restore original pSrcLimit */ in u_strFromUTF8Lenient() 714 while(pSrc < pSrcLimit) { in u_strFromUTF8Lenient() 725 if(pSrc < pSrcLimit) { in u_strFromUTF8Lenient() 731 if((pSrcLimit in u_strFromUTF8Lenient() 897 const char16_t *pSrcLimit = (pSrc!=nullptr)?(pSrc+srcLength):nullptr; u_strToUTF8WithSub() local 1322 const char16_t *pSrcLimit; u_strToJavaModifiedUTF8() local [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ustr_wcs.cpp | 82 const UChar *pSrcLimit =NULL; in _strToWCS() local 95 pSrcLimit = pSrc + srcLength; in _strToWCS() 102 ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCode); in _strToWCS() 309 const wchar_t* pSrcLimit = NULL; in _strFromWCS() local 342 pSrcLimit = src + srcLength; in _strFromWCS() 351 if((pSrc+nulLen) < pSrcLimit){ in _strFromWCS()
|
H A D | ustrtrns.cpp | 665 const uint8_t *pSrcLimit = (pSrc!=NULL)?(pSrc + srcLength):NULL; in u_strFromUTF8Lenient() local 680 if((pSrcLimit - pSrc) >= 4) { in u_strFromUTF8Lenient() 681 pSrcLimit -= 3; /* temporarily reduce pSrcLimit */ in u_strFromUTF8Lenient() 709 } while(pSrc < pSrcLimit); in u_strFromUTF8Lenient() 711 pSrcLimit += 3; /* restore original pSrcLimit */ in u_strFromUTF8Lenient() 714 while(pSrc < pSrcLimit) { in u_strFromUTF8Lenient() 725 if(pSrc < pSrcLimit) { in u_strFromUTF8Lenient() 731 if((pSrcLimit in u_strFromUTF8Lenient() 897 const UChar *pSrcLimit = (pSrc!=NULL)?(pSrc+srcLength):NULL; u_strToUTF8WithSub() local 1324 const UChar *pSrcLimit; u_strToJavaModifiedUTF8() local [all...] |
Completed in 7 milliseconds