Searched refs:newSubtables (Results 1 – 1 of 1) sorted by relevance
60 LookupSubtable[] newSubtables = new LookupSubtable[subtables.length + 5]; in addSubtable() local62 System.arraycopy(subtables, 0, newSubtables, 0, subtables.length); in addSubtable()63 subtables = newSubtables; in addSubtable()