Searched refs:tableLength (Results 1 - 11 of 11) sorted by relevance
/external/javassist/src/main/javassist/bytecode/ |
H A D | LineNumberAttribute.java | 45 public int tableLength() { method in class:LineNumberAttribute 77 int n = tableLength(); 97 int n = tableLength(); 129 int n = tableLength(); 173 int n = tableLength();
|
H A D | LocalVariableAttribute.java | 83 ByteArray.write16bit(tableLength() + 1, newInfo, 0); 97 int n = tableLength(); 115 int n = tableLength(); 151 public int tableLength() { method in class:LocalVariableAttribute 181 int n = tableLength();
|
H A D | ExceptionsAttribute.java | 164 public int tableLength() { return info.length / 2 - 1; } method in class:ExceptionsAttribute
|
H A D | InnerClassesAttribute.java | 54 public int tableLength() { return ByteArray.readU16bit(get(), 0); } method in class:InnerClassesAttribute
|
H A D | ClassFile.java | 315 int n = ica.tableLength();
|
/external/icu4c/common/ |
H A D | rbbidata.cpp | 362 int32_t tableLength; local 381 tableLength = ds->readUInt32(rbbiDH->fFTableLen); 383 if (tableLength > 0) { 386 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, 392 tableLength = ds->readUInt32(rbbiDH->fRTableLen); 394 if (tableLength > 0) { 397 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, 403 tableLength = ds->readUInt32(rbbiDH->fSFTableLen); 405 if (tableLength > 0) { 408 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength [all...] |
/external/javassist/src/main/javassist/ |
H A D | CtNewNestedClass.java | 47 int n = ica.tableLength();
|
H A D | CtClassType.java | 405 int n = ica.tableLength(); 742 int n = ica.tableLength();
|
/external/icu4c/tools/gennorm/ |
H A D | store.c | 1349 int32_t c, tableLength; local 1358 tableLength=canonStartSets[_NORM_SET_INDEX_CANON_BMP_TABLE_LENGTH]; 1360 table[tableLength++]=(uint16_t)code; 1364 table[tableLength++]=(uint16_t)c; 1366 table[tableLength++]=(uint16_t)(_NORM_CANON_SET_BMP_IS_INDEX|canonStartSetsTop); 1369 canonStartSets[_NORM_SET_INDEX_CANON_BMP_TABLE_LENGTH]=(uint16_t)tableLength; 1372 tableLength=canonStartSets[_NORM_SET_INDEX_CANON_SUPP_TABLE_LENGTH]; 1374 table[tableLength++]=(uint16_t)(code>>16); 1375 table[tableLength++]=(uint16_t)code; 1379 table[tableLength [all...] |
/external/webkit/Source/WebCore/platform/graphics/opentype/ |
H A D | OpenTypeUtilities.cpp | 232 unsigned tableLength = sfnt->tables[i].length; local 234 if (dataLength < tableOffset || dataLength < tableLength || dataLength < tableOffset + tableLength)
|
/external/javassist/src/main/javassist/compiler/ |
H A D | Javac.java | 278 int n = va.tableLength(); 308 int n = va.tableLength();
|
Completed in 192 milliseconds