Searched refs:checkLength (Results 1 – 3 of 3) sorted by relevance
166 checkLength(1); in putByte()199 checkLength(length); in putByteArray()249 checkLength(0); in putZeroLengthElement()265 checkLength(2); in putShort()283 checkLength(4); in putInt()334 private void checkLength(int dataLength) { in checkLength() method in TlvBufferUtils.TlvConstructor
665 final int checkLength = NUM_CHARS_TO_GET_BEFORE_CURSOR - 1; in getNgramContextFromNthPreviousWord() local666 final String reference = prev.length() <= checkLength ? prev.toString() in getNgramContextFromNthPreviousWord()667 : prev.subSequence(prev.length() - checkLength, prev.length()).toString(); in getNgramContextFromNthPreviousWord()673 if (internal.length() > checkLength) { in getNgramContextFromNthPreviousWord()674 internal.delete(0, internal.length() - checkLength); in getNgramContextFromNthPreviousWord()
227 Landroid/net/wifi/aware/TlvBufferUtils$TlvConstructor;->checkLength(I)V