Home
last modified time | relevance | path

Searched refs:tableLength (Results 1 – 11 of 11) sorted by relevance

/external/icu4c/common/
Drbbidata.cpp362 int32_t tableLength; in ubrk_swap() local
381 tableLength = ds->readUInt32(rbbiDH->fFTableLen); in ubrk_swap()
383 if (tableLength > 0) { in ubrk_swap()
386 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap()
392 tableLength = ds->readUInt32(rbbiDH->fRTableLen); in ubrk_swap()
394 if (tableLength > 0) { in ubrk_swap()
397 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap()
403 tableLength = ds->readUInt32(rbbiDH->fSFTableLen); in ubrk_swap()
405 if (tableLength > 0) { in ubrk_swap()
408 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap()
[all …]
/external/javassist/src/main/javassist/bytecode/
DLineNumberAttribute.java45 public int tableLength() { in tableLength() method in LineNumberAttribute
77 int n = tableLength(); in toLineNumber()
97 int n = tableLength(); in toStartPc()
129 int n = tableLength(); in toNearPc()
173 int n = tableLength(); in shiftPc()
DLocalVariableAttribute.java83 ByteArray.write16bit(tableLength() + 1, newInfo, 0); in addEntry()
97 int n = tableLength(); in renameClass()
115 int n = tableLength(); in renameClass()
151 public int tableLength() { in tableLength() method in LocalVariableAttribute
181 int n = tableLength(); in shiftPc()
DExceptionsAttribute.java164 public int tableLength() { return info.length / 2 - 1; } in tableLength() method in ExceptionsAttribute
DInnerClassesAttribute.java54 public int tableLength() { return ByteArray.readU16bit(get(), 0); } in tableLength() method in InnerClassesAttribute
DClassFile.java315 int n = ica.tableLength(); in getInnerAccessFlags()
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
DHttpZipLocator.java64 private int tableLength; field in HttpZipLocator
255 InputStream in = readData(tableOffset, tableLength);
256 byte[] header = new byte[tableLength];
309 tableLength = get32(header, offset + ENDSIZ);
/external/javassist/src/main/javassist/
DCtNewNestedClass.java47 int n = ica.tableLength(); in updateInnerEntry()
DCtClassType.java405 int n = ica.tableLength(); in getNestedClasses()
742 int n = ica.tableLength(); in getDeclaringClass()
/external/webkit/Source/WebCore/platform/graphics/opentype/
DOpenTypeUtilities.cpp232 unsigned tableLength = sfnt->tables[i].length; in getEOTHeader() local
234 …if (dataLength < tableOffset || dataLength < tableLength || dataLength < tableOffset + tableLength) in getEOTHeader()
/external/javassist/src/main/javassist/compiler/
DJavac.java278 int n = va.tableLength(); in recordLocalVariables()
308 int n = va.tableLength(); in recordParamNames()