Home | History | Annotate | Download | only in src

Lines Matching defs:npoints

209   int npoints = 0;
219 codepoints, &npoints, state->gsingle_set ? 1 : len,
222 if(state->gsingle_set && npoints)
246 while(i < npoints && vterm_unicode_is_combining(codepoints[i])) {
269 for(; i < npoints; i++) {
273 for(glyph_ends = i + 1; glyph_ends < npoints; glyph_ends++)
319 if(i == npoints - 1) {