Home
last modified time | relevance | path

Searched refs:UISC (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dgen-use-table.py162 def is_BASE(U, UISC, UGC): argument
163 return (UISC in [Number, Consonant, Consonant_Head_Letter,
168 (UGC == Lo and UISC in [Avagraha, Bindu, Consonant_Final, Consonant_Medial,
170 def is_BASE_IND(U, UISC, UGC): argument
172 return (UISC in [Consonant_Dead, Modifying_Letter] or
176 def is_BASE_NUM(U, UISC, UGC): argument
177 return UISC == Brahmi_Joining_Number
178 def is_BASE_OTHER(U, UISC, UGC): argument
179 if UISC == Consonant_Placeholder: return True #SPEC-DRAFT
182 def is_CGJ(U, UISC, UGC): argument
[all …]