Searched refs:lastLen (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/ |
D | ChannelCrypterNettyTestBase.java | 131 int lastLen = 2; in encryptDecryptComposite() local 134 ByteBuf plain1 = getDirectBuffer(messageBytes.length - lastLen, ref); in encryptDecryptComposite() 135 ByteBuf plain2 = getDirectBuffer(lastLen, ref); in encryptDecryptComposite() 136 plain1.writeBytes(messageBytes, 0, messageBytes.length - lastLen); in encryptDecryptComposite() 137 plain2.writeBytes(messageBytes, messageBytes.length - lastLen, lastLen); in encryptDecryptComposite() 148 ByteBuf cipher1 = getDirectBuffer(outLen - lastLen - tagLen, ref); in encryptDecryptComposite() 149 ByteBuf cipher2 = getDirectBuffer(lastLen, ref); in encryptDecryptComposite() 150 cipher1.writeBytes(out, 0, outLen - lastLen - tagLen); in encryptDecryptComposite() 151 cipher2.writeBytes(out, outLen - tagLen - lastLen, lastLen); in encryptDecryptComposite()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | Pick.java | 659 int lastLen = items.length; in addInternal() local 662 items[lastLen + i] = objs[i]; in addInternal()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UnicodeSet.java | 1046 int lastLen = -1; in matchesAt() local 1063 if (lastLen > tempLen) break strings; in matchesAt() 1064 lastLen = tempLen; in matchesAt() 1070 if (lastLen < 2) { in matchesAt() 1072 if (contains(cp)) lastLen = UTF16.getCharCount(cp); in matchesAt() 1075 return offset+lastLen; in matchesAt()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | UnicodeSet.java | 1021 int lastLen = -1; in matchesAt() local 1038 if (lastLen > tempLen) break strings; in matchesAt() 1039 lastLen = tempLen; in matchesAt() 1045 if (lastLen < 2) { in matchesAt() 1047 if (contains(cp)) lastLen = UTF16.getCharCount(cp); in matchesAt() 1050 return offset+lastLen; in matchesAt()
|
/external/skqp/samplecode/ |
D | SampleAAGeometry.cpp | 1041 SkScalar lastLen = lastVector.length(); in draw_bisect() local 1044 if (lastLen < nextLen) { in draw_bisect() 1047 nextV.setLength(lastLen); in draw_bisect()
|
/external/skqp/tools/bookmaker/ |
D | bmhParser.cpp | 1125 size_t lastLen = result.length() - startPos; in extractText() local 1134 … if (firstTime && lastLen + len + 1 < 100) { // FIXME: make 100 global const or something in extractText()
|