Searched refs:TIndex (Results 1 – 2 of 2) sorted by relevance
159 int TIndex = ch[2] - Hangul_TBase; in hangul_shape_syllable() local162 TIndex >= 0 && TIndex < Hangul_TCount) in hangul_shape_syllable()163 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + TIndex + Hangul_SBase; in hangul_shape_syllable()
13 struct TIndex { struct