Searched refs:keyLength (Results 1 – 3 of 3) sorted by relevance
149 int keyLength = readByte(constraintData, index); in ExtendedMetadataParser() local157 String strKey = readMultipleBytes(constraintData, keyLength, index); in ExtendedMetadataParser()158 index += keyLength; in ExtendedMetadataParser()
408 final int keyLength = keyBytes.length; in Item() local409 if (keyLength > Character.MAX_VALUE - 1) { in Item()414 mHeaderSize = 4 + 4 + 2 + 2 + keyLength + 1 + 4 + 4 + 8; // see format above. in Item()430 .putChar((char) (keyLength + 1)) // length, with zero termination in Item()791 final int keyLength = keyBytes.length; in reserveProperty() local792 if (keyLength > Character.MAX_VALUE) { in reserveProperty()803 + keyLength + 1 /* key length with zero termination */ in reserveProperty()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...