Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgunidecomp.c267 gint LIndex = a - LBase; in combine_hangul() local
273 if (0 <= LIndex && LIndex < LCount in combine_hangul()
276 *result = SBase + (LIndex * VCount + VIndex) * TCount; in combine_hangul()