Searched refs:UISC (Results 1 – 1 of 1) sorted by relevance
/external/harfbuzz_ng/src/ |
D | gen-use-table.py | 145 def is_BASE(U, UISC, UGC): argument 146 return (UISC in [Number, Consonant, Consonant_Head_Letter, 151 (UGC == Lo and UISC in [Avagraha, Bindu, Consonant_Final, Consonant_Medial, 153 def is_BASE_IND(U, UISC, UGC): argument 155 return (UISC in [Consonant_Dead, Modifying_Letter] or 159 def is_BASE_NUM(U, UISC, UGC): argument 160 return UISC == Brahmi_Joining_Number 161 def is_BASE_OTHER(U, UISC, UGC): argument 162 if UISC == Consonant_Placeholder: return True #SPEC-DRAFT 165 def is_CGJ(U, UISC, UGC): argument [all …]
|