Home
last modified time | relevance | path

Searched refs:subtableCount (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DLookup.java21 private int subtableCount; field in Lookup
56 subtableCount = 0; in Lookup()
61 if (subtableCount >= subtables.length) { in addSubtable()
68 subtables[subtableCount] = subtable; in addSubtable()
69 subtableCount += 1; in addSubtable()
78 writer.writeData(subtableCount); in writeLookup()
82 for (int i = 0; i < subtableCount; i += 1) { in writeLookup()
86 for (int i = 0; i < subtableCount; i += 1) { in writeLookup()
/external/harfbuzz_ng/src/
Dhb-aat-layout-morx-table.hh973 unsigned int count = subtableCount; in apply()
1053 unsigned int count = subtableCount; in sanitize()
1068 HBUINT subtableCount; /* The number of subtables in the chain. */ member