HomeSort by relevance Sort by last modified time
    Searched full:hb_tag_from_string (Results 1 - 10 of 10) 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 59 * hb_tag_from_string:
70 hb_tag_from_string (const char *str, int len) function
415 return hb_script_from_iso15924_tag (hb_tag_from_string (s, len));
hb-buffer-serialize.cc 66 return (hb_buffer_serialize_format_t) (hb_tag_from_string (str, len) & ~0x20202020u);
hb-shape.cc 134 feature->tag = hb_tag_from_string (p, *pp - p);
hb-common.h 102 hb_tag_from_string (const char *str, int len);
hb-graphite2.cc 229 gr_feature_val *feats = gr_face_featureval_for_lang (grface, lang ? hb_tag_from_string (lang, lang_len) : 0);
hb-ot-tag.cc     [all...]
  /external/harfbuzz_ng/docs/reference/
harfbuzz-sections.txt 106 hb_tag_from_string
  /external/harfbuzz_ng/
NEWS 787 - hb_tag_from_string()

Completed in 1300 milliseconds