Searched refs:tableLength (Results 1 – 11 of 11) sorted by relevance
/external/icu4c/common/ |
D | rbbidata.cpp | 362 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/ |
D | LineNumberAttribute.java | 45 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()
|
D | LocalVariableAttribute.java | 83 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()
|
D | ExceptionsAttribute.java | 164 public int tableLength() { return info.length / 2 - 1; } in tableLength() method in ExceptionsAttribute
|
D | InnerClassesAttribute.java | 54 public int tableLength() { return ByteArray.readU16bit(get(), 0); } in tableLength() method in InnerClassesAttribute
|
D | ClassFile.java | 315 int n = ica.tableLength(); in getInnerAccessFlags()
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/ |
D | HttpZipLocator.java | 64 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/ |
D | CtNewNestedClass.java | 47 int n = ica.tableLength(); in updateInnerEntry()
|
D | CtClassType.java | 405 int n = ica.tableLength(); in getNestedClasses() 742 int n = ica.tableLength(); in getDeclaringClass()
|
/external/webkit/Source/WebCore/platform/graphics/opentype/ |
D | OpenTypeUtilities.cpp | 232 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/ |
D | Javac.java | 278 int n = va.tableLength(); in recordLocalVariables() 308 int n = va.tableLength(); in recordParamNames()
|