Home | History | Annotate | Download | only in fc-lang

Lines Matching refs:charset

40 class CharSet:
107 # Build a single charset from a source file
112 charset = CharSet()
133 charset.del_char(ucs4)
135 charset.add_char(ucs4)
137 assert charset.equals(charset) # sanity check for the equals function
139 return charset
179 charset = parse_orth_file(fn, lines)
181 sets.append(charset)
195 total_leaves += len(charset.leaves)
246 print('#define SET(n) (n * sizeof (FcLangCharSet) + offsetof (FcLangCharSet, charset))')