Lines Matching refs:slen
78 int slen = 1; in HB_HebrewShape() local
137 shapedChars[slen] = 0x25cc; in HB_HebrewShape()
138 attributes[slen].clusterStart = TRUE; in HB_HebrewShape()
139 attributes[slen].mark = FALSE; in HB_HebrewShape()
140 attributes[slen].combiningClass = 0; in HB_HebrewShape()
141 cluster_start = slen; in HB_HebrewShape()
142 ++slen; in HB_HebrewShape()
153 shapedChars[slen] = uc[i]; in HB_HebrewShape()
156 attributes[slen].clusterStart = TRUE; in HB_HebrewShape()
157 attributes[slen].mark = FALSE; in HB_HebrewShape()
158 attributes[slen].combiningClass = 0; in HB_HebrewShape()
159 attributes[slen].dontPrint = HB_IsControlChar(uc[i]); in HB_HebrewShape()
160 cluster_start = slen; in HB_HebrewShape()
162 attributes[slen].clusterStart = FALSE; in HB_HebrewShape()
163 attributes[slen].mark = TRUE; in HB_HebrewShape()
164 attributes[slen].combiningClass = cmb; in HB_HebrewShape()
166 ++slen; in HB_HebrewShape()
173 shapedChars, slen, in HB_HebrewShape()