Searched refs:ClassEntry (Results 1 – 2 of 2) sorted by relevance
21 static class ClassEntry class in ClassTable26 public ClassEntry(int glyphID, int classID) in ClassEntry() method in ClassTable.ClassEntry42 public int compareTo(ClassEntry that) in compareTo()50 public static void sort(ClassEntry[] table, Vector unsorted) in sort()54 ClassEntry v = (ClassEntry) unsorted.elementAt(e); in sort()68 public static int search(ClassEntry[] table, int glyphID) in search()124 private ClassEntry[] classTable;137 ClassEntry entry = new ClassEntry(charID, classID); in addMapping()151 int index = ClassEntry.search(classTable, glyphID); in getGlyphClassID()164 classTable = new ClassEntry[snapshotSize]; in snapshot()[all …]
95 class ClassEntry: class111 def match(self, search_string: str) -> List[ClassEntry]:139 def _entries_for(self, class_name) -> List[ClassEntry]:140 return [ClassEntry(class_name, target) for target in self._class_index.get(class_name)]