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

/external/javassist/src/main/javassist/bytecode/
H A DLineNumberAttribute.java45 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 DLocalVariableAttribute.java83 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 DExceptionsAttribute.java164 public int tableLength() { return info.length / 2 - 1; } method in class:ExceptionsAttribute
H A DInnerClassesAttribute.java54 public int tableLength() { return ByteArray.readU16bit(get(), 0); } method in class:InnerClassesAttribute
H A DClassFile.java315 int n = ica.tableLength();
/external/icu4c/common/
H A Drbbidata.cpp362 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 DCtNewNestedClass.java47 int n = ica.tableLength();
H A DCtClassType.java405 int n = ica.tableLength();
742 int n = ica.tableLength();
/external/icu4c/tools/gennorm/
H A Dstore.c1349 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 DOpenTypeUtilities.cpp232 unsigned tableLength = sfnt->tables[i].length; local
234 if (dataLength < tableOffset || dataLength < tableLength || dataLength < tableOffset + tableLength)
/external/javassist/src/main/javassist/compiler/
H A DJavac.java278 int n = va.tableLength();
308 int n = va.tableLength();

Completed in 192 milliseconds