/external/harfbuzz_ng/test/api/ |
test-set.c | 40 g_assert (!hb_set_next (s, &next)); 51 g_assert (hb_set_next (s, &next)); 166 g_assert (hb_set_next (s, &next)); 168 g_assert (hb_set_next (s, &next)); 170 g_assert (hb_set_next (s, &next)); 171 g_assert (hb_set_next (s, &next)); 172 g_assert (hb_set_next (s, &next)); 174 g_assert (hb_set_next (s, &next)); 175 g_assert (hb_set_next (s, &next)); 177 g_assert (hb_set_next (s, &next)) [all...] |
/external/harfbuzz_ng/util/ |
hb-ot-shape-closure.cc | 76 for (hb_codepoint_t i = -1; hb_set_next (glyphs, &i);)
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-set.h | 142 hb_set_next (const hb_set_t *set,
|
hb-set.cc | 435 * hb_set_next: 446 hb_set_next (const hb_set_t *set, function
|
hb-ot-layout-common-private.hh | 963 if (!hb_set_next (glyphs, &g)) 968 if (hb_set_next (glyphs, &g)) 1021 if (!hb_set_next (glyphs, &g)) 1027 if (g != (hb_codepoint_t) -1 && hb_set_next (glyphs, &g)) [all...] |
hb-ot-shape.cc | 696 for (hb_codepoint_t lookup_index = -1; hb_set_next (&lookups, &lookup_index);)
|
/external/harfbuzz_ng/src/ |
hb-set.h | 140 hb_set_next (const hb_set_t *set,
|
hb-set.cc | 216 hb_set_next (const hb_set_t *set, function
|
hb-ot-shape.cc | 649 for (hb_codepoint_t lookup_index = -1; hb_set_next (&lookups, &lookup_index);)
|