Searched refs:lindex (Results 1 – 4 of 4) sorted by relevance
93 my $lindex = int( $sindex / NCount);97 LBase + $lindex,
139 UV lindex = uv - Hangul_LBase; in composite_uv() local141 return(Hangul_SBase + (lindex * Hangul_VCount + vindex) * in composite_uv()179 UV lindex = sindex / Hangul_NCount; in pv_cat_decompHangul() local186 d = uvchr_to_utf8(d, (lindex + Hangul_LBase)); in pv_cat_decompHangul()
227 UV sindex, lindex, vindex, tindex;232 lindex = sindex / Hangul_NCount;237 PUSHs(sv_2mortal(newSVuv(lindex + Hangul_LBase)));
334 int findex, lindex; local338 findex = lindex = header->index;