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

  /external/harfbuzz_ng/test/api/
test-common.c 118 g_assert_cmphex (hb_tag_from_string ("aBcDe", -1), ==, 0x61426344);
119 g_assert_cmphex (hb_tag_from_string ("aBcD", -1), ==, 0x61426344);
120 g_assert_cmphex (hb_tag_from_string ("aBc", -1), ==, 0x61426320);
121 g_assert_cmphex (hb_tag_from_string ("aB", -1), ==, 0x61422020);
122 g_assert_cmphex (hb_tag_from_string ("a", -1), ==, 0x61202020);
123 g_assert_cmphex (hb_tag_from_string ("aBcDe", 1), ==, 0x61202020);
124 g_assert_cmphex (hb_tag_from_string ("aBcDe", 2), ==, 0x61422020);
125 g_assert_cmphex (hb_tag_from_string ("aBcDe", 3), ==, 0x61426320);
126 g_assert_cmphex (hb_tag_from_string ("aBcDe", 4), ==, 0x61426344);
127 g_assert_cmphex (hb_tag_from_string ("aBcDe", 4), ==, 0x61426344)
    [all...]
test-ot-tag.c 43 tag = hb_tag_from_string (s, -1);
60 tag1 = hb_tag_from_string (s1, -1);
61 tag2 = hb_tag_from_string (s2, -1);
146 hb_tag_t tag = hb_tag_from_string (tag_s, -1);
158 hb_tag_t tag = hb_tag_from_string (tag_s, -1);
169 hb_tag_t tag = hb_tag_from_string (tag_s, -1);
  /external/harfbuzz_ng/src/
hb-common.cc 61 hb_tag_from_string (const char *s, int len) function
319 return hb_script_from_iso15924_tag (hb_tag_from_string (s, len));
hb-buffer-serialize.cc 46 return (hb_buffer_serialize_format_t) (hb_tag_from_string (str, len) & ~0x20202020);
hb-common.h 100 hb_tag_from_string (const char *str, int len);
hb-shape.cc 110 feature->tag = hb_tag_from_string (p, *pp - p);
hb-graphite2.cc 231 gr_feature_val *feats = gr_face_featureval_for_lang (grface, lang ? hb_tag_from_string (lang, lang_len) : 0);
hb-ot-tag.cc 671 return hb_tag_from_string (lang_str, s - lang_str) & ~0x20202000;
  /external/harfbuzz_ng/contrib/python/lib/
harfbuzz.pyx 30 hb_tag_t hb_tag_from_string (char *s)
145 scriptnum = hb_ot_tag_to_script(hb_tag_from_string(script))
206 aFeat.tag = hb_tag_from_string (k)

Completed in 60 milliseconds