Searched defs:cmb (Results 1 - 6 of 6) sorted by relevance

/external/harfbuzz/src/
H A Dharfbuzz-hebrew.c152 int cmb; local
154 HB_GetUnicodeCharProperties(uc[i], &category, &cmb);
164 attributes[slen].combiningClass = cmb;
H A Dharfbuzz-greek.c407 int cmb; local
409 HB_GetUnicodeCharProperties(uc[i], &category, &cmb);
419 attributes[slen].combiningClass = cmb;
H A Dharfbuzz-shaper.cpp286 unsigned char cmb = attributes[gfrom+i].combiningClass; local
290 if (cmb < 200) {
297 if (cmb >= 27 && cmb <= 36 && offset < 3)
300 if ((cmb >= 10 && cmb <= 18) ||
301 cmb == 20 || cmb == 22 ||
302 cmb == 29 || cmb
490 int cmb; local
[all...]
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-hebrew.c152 int cmb; local
154 HB_GetUnicodeCharProperties(uc[i], &category, &cmb);
164 attributes[slen].combiningClass = cmb;
H A Dharfbuzz-greek.c407 int cmb; local
409 HB_GetUnicodeCharProperties(uc[i], &category, &cmb);
419 attributes[slen].combiningClass = cmb;
H A Dharfbuzz-shaper.cpp86 unsigned char cmb = attributes[gfrom+i].combiningClass; local
90 if (cmb < 200) {
97 if (cmb >= 27 && cmb <= 36 && offset < 3)
100 if ((cmb >= 10 && cmb <= 18) ||
101 cmb == 20 || cmb == 22 ||
102 cmb == 29 || cmb
279 int cmb; local
[all...]

Completed in 120 milliseconds