Searched refs:outLimit (Results 1 – 5 of 5) sorted by relevance
1521 final long outLimit = outIx + length; in encodeUtf8() local1542 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() local1585 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 …]
385 const UInt32 outLimit = 1 << 11; in Open() local386 Byte outBuf[outLimit]; in Open()388 SizeT outSize = outLimit; in Open()
1042 const UChar *expect, *outLimit, *in; in _testIter() local1048 outLimit=out+outLength; in _testIter()1053 expect=outLimit; in _testIter()1076 while((expect+expectLength)!=outLimit && expect[expectLength]!=_PLUS) { in _testIter()
META-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...