Lines Matching refs:slen
364 int slen = 1; in HB_GreekShape() local
376 hb_uint16 base = shapedChars[slen-1]; in HB_GreekShape()
399 shapedChars[slen-1] = shaped; in HB_GreekShape()
408 shapedChars[slen] = uc[i]; in HB_GreekShape()
411 attributes[slen].clusterStart = TRUE; in HB_GreekShape()
412 attributes[slen].mark = FALSE; in HB_GreekShape()
413 attributes[slen].combiningClass = 0; in HB_GreekShape()
414 attributes[slen].dontPrint = HB_IsControlChar(uc[i]); in HB_GreekShape()
415 cluster_start = slen; in HB_GreekShape()
417 attributes[slen].clusterStart = FALSE; in HB_GreekShape()
418 attributes[slen].mark = TRUE; in HB_GreekShape()
419 attributes[slen].combiningClass = cmb; in HB_GreekShape()
421 ++slen; in HB_GreekShape()
428 shapedChars, slen, in HB_GreekShape()