Searched refs:subtableCount (Results 1 – 2 of 2) sorted by relevance
21 private int subtableCount; field in Lookup56 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()
973 unsigned int count = subtableCount; in apply()1053 unsigned int count = subtableCount; in sanitize()1068 HBUINT subtableCount; /* The number of subtables in the chain. */ member