Searched refs:VIndex (Results 1 – 4 of 4) sorted by relevance
152 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local154 VIndex >= 0 && VIndex < Hangul_VCount) in hangul_shape_syllable()155 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + Hangul_SBase; in hangul_shape_syllable()158 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local161 VIndex >= 0 && VIndex < Hangul_VCount && in hangul_shape_syllable()163 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + TIndex + Hangul_SBase; in hangul_shape_syllable()
270 gint VIndex = b - VBase; in combine_hangul() local274 && 0 <= VIndex && VIndex < VCount) in combine_hangul()276 *result = SBase + (LIndex * VCount + VIndex) * TCount; in combine_hangul()
719 unsigned VK, unsigned VIndex, in createMethod() argument738 ConstantInt::get(Type::getInt32Ty(VMContext), VIndex), in createMethod()
742 unsigned VIndex = 0; in CreateCXXMemberFunction() local753 VIndex = CGM.getVTables().getMethodVTableIndex(Method); in CreateCXXMemberFunction()781 Virtuality, VIndex, ContainingType, in CreateCXXMemberFunction()