Home
last modified time | relevance | path

Searched refs:pSrcLimit (Results 1 – 6 of 6) sorted by relevance

/external/cronet/tot/third_party/icu/source/common/
Dustrtrns.cpp665 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 - pSrc) >= 2) { in u_strFromUTF8Lenient()
740 if((pSrcLimit - pSrc) >= 3) { in u_strFromUTF8Lenient()
897 const char16_t *pSrcLimit = (pSrc!=nullptr)?(pSrc+srcLength):nullptr; in u_strToUTF8WithSub() local
[all …]
Dustr_wcs.cpp82 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),pErro… in _strToWCS()
309 const wchar_t* pSrcLimit = nullptr; in _strFromWCS() local
342 pSrcLimit = src + srcLength; in _strFromWCS()
351 if((pSrc+nulLen) < pSrcLimit){ in _strFromWCS()
/external/icu/icu4c/source/common/
Dustrtrns.cpp665 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 - pSrc) >= 2) { in u_strFromUTF8Lenient()
740 if((pSrcLimit - pSrc) >= 3) { in u_strFromUTF8Lenient()
897 const char16_t *pSrcLimit = (pSrc!=nullptr)?(pSrc+srcLength):nullptr; in u_strToUTF8WithSub() local
[all …]
Dustr_wcs.cpp82 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),pErro… in _strToWCS()
309 const wchar_t* pSrcLimit = nullptr; in _strFromWCS() local
342 pSrcLimit = src + srcLength; in _strFromWCS()
351 if((pSrc+nulLen) < pSrcLimit){ in _strFromWCS()
/external/cronet/stable/third_party/icu/source/common/
Dustrtrns.cpp665 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 - pSrc) >= 2) { in u_strFromUTF8Lenient()
740 if((pSrcLimit - pSrc) >= 3) { in u_strFromUTF8Lenient()
897 const char16_t *pSrcLimit = (pSrc!=nullptr)?(pSrc+srcLength):nullptr; in u_strToUTF8WithSub() local
[all …]
Dustr_wcs.cpp82 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),pErro… in _strToWCS()
309 const wchar_t* pSrcLimit = nullptr; in _strFromWCS() local
342 pSrcLimit = src + srcLength; in _strFromWCS()
351 if((pSrc+nulLen) < pSrcLimit){ in _strFromWCS()