Home
last modified time | relevance | path

Searched defs:tableLength (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DOpenTypeTableWriter.java25 private int tableLength; field in OpenTypeTableWriter.OpenTypeTableDumper
/external/javassist/src/main/javassist/bytecode/
DLineNumberAttribute.java45 public int tableLength() { in tableLength() method in LineNumberAttribute
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
DLocalVariableAttribute.java151 public int tableLength() { in tableLength() method in LocalVariableAttribute
/external/icu/icu4c/source/common/
Drbbidata.cpp392 int32_t tableLength; in ubrk_swap() local
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationDataReader.java390 int tableLength = length / 2 - headerLength; in read() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationDataReader.java391 int tableLength = length / 2 - headerLength; in read() local
/external/icu/icu4c/source/test/intltest/
Dnumberformattesttuple.cpp72 int32_t tableLength, in toEnum()
94 int32_t tableLength, in fromEnum()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp1604 FT_ULong tableLength = 0; in onGetTableData() local