Home
last modified time | relevance | path

Searched refs:outLimit (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java1521 final long outLimit = outIx + length; in encodeUtf8() local
1542 if (c < 0x80 && outIx < outLimit) { in encodeUtf8()
1544 } else if (c < 0x800 && outIx <= outLimit - 2L) { // 11 bits, two UTF-8 bytes in encodeUtf8()
1547 } else if ((c < MIN_SURROGATE || MAX_SURROGATE < c) && outIx <= outLimit - 3L) { in encodeUtf8()
1552 } else if (outIx <= outLimit - 4L) { in encodeUtf8()
1583 final long outLimit = address + out.limit(); in encodeUtf8Direct() local
1585 if (inLimit > outLimit - outIx) { in encodeUtf8Direct()
1605 if (c < 0x80 && outIx < outLimit) { in encodeUtf8Direct()
1607 } else if (c < 0x800 && outIx <= outLimit - 2L) { // 11 bits, two UTF-8 bytes in encodeUtf8Direct()
1610 } else if ((c < MIN_SURROGATE || MAX_SURROGATE < c) && outIx <= outLimit - 3L) { in encodeUtf8Direct()
[all …]
/external/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp385 const UInt32 outLimit = 1 << 11; in Open() local
386 Byte outBuf[outLimit]; in Open()
388 SizeT outSize = outLimit; in Open()
/external/icu/icu4c/source/test/cintltst/
Dcnormtst.c1042 const UChar *expect, *outLimit, *in; in _testIter() local
1048 outLimit=out+outLength; in _testIter()
1053 expect=outLimit; in _testIter()
1076 while((expect+expectLength)!=outLimit && expect[expectLength]!=_PLUS) { in _testIter()
/external/error_prone/error_prone/
Derror_prone_core-2.3.2-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/dagger2/java/dagger/internal/codegen/kythe/
Dkythe_plugin_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...