HomeSort by relevance Sort by last modified time
    Searched refs:hb_set_get_empty (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz_ng/src/
hb-set.cc 46 return hb_set_get_empty ();
54 * hb_set_get_empty:
61 hb_set_get_empty (void) function
hb-set.h 51 hb_set_get_empty (void);
hb-ot-layout-gsubgpos-private.hh 159 if (output == hb_set_get_empty ())
169 before = input = after = hb_set_get_empty ();
201 before (glyphs_before ? glyphs_before : hb_set_get_empty ()),
202 input (glyphs_input ? glyphs_input : hb_set_get_empty ()),
203 after (glyphs_after ? glyphs_after : hb_set_get_empty ()),
204 output (glyphs_output ? glyphs_output : hb_set_get_empty ()),
    [all...]
  /external/harfbuzz_ng/test/api/
test-set.c 211 hb_set_t *b = hb_set_get_empty ();
213 g_assert (hb_set_get_empty ());
214 g_assert (hb_set_get_empty () == b);

Completed in 472 milliseconds