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, 149 (UGC == Lo and UISC in [Avagraha, Bindu, Consonant_Final, Consonant_Medial, 151 def is_BASE_VOWEL(U, UISC, UGC): argument 152 return UISC == Vowel_Independent 153 def is_BASE_IND(U, UISC, UGC): argument 155 return (UISC in [Consonant_Dead, Modifying_Letter] or 156 (UGC == Po and not is_BASE_OTHER(U, UISC, UGC))) # for 104E 157 def is_BASE_NUM(U, UISC, UGC): argument 158 return UISC == Brahmi_Joining_Number [all …]
|