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