Home
last modified time | relevance | path

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

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DOpenTypeTableWriter.java23 private int tableLength; field in OpenTypeTableWriter.OpenTypeTableDumper
/external/javassist/src/main/javassist/bytecode/
DExceptionsAttribute.java164 public int tableLength() { return info.length / 2 - 1; } in tableLength() method in ExceptionsAttribute
DLineNumberAttribute.java45 public int tableLength() { in tableLength() method in LineNumberAttribute
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.cpp390 int32_t tableLength; in ubrk_swap() local
/external/icu/icu4c/source/test/intltest/
Dnumberformattesttuple.cpp70 int32_t tableLength, in toEnum()
92 int32_t tableLength, in fromEnum()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationDataReader.java388 int tableLength = length / 2 - headerLength; in read() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationDataReader.java389 int tableLength = length / 2 - headerLength; in read() local
/external/opencv3/3rdparty/openexr/IlmImf/
DImfHuf.cpp1021 int tableLength = tableEnd - tableStart; in hufCompress() local
/external/skia/src/ports/
DSkFontHost_FreeType.cpp1571 FT_ULong tableLength = 0; in onGetTableData() local