Searched refs:hb_tag_from_string (Results 1 - 15 of 15) sorted by relevance

/external/harfbuzz_ng/test/api/
H A Dtest-common.c118 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 ("aBcD
[all...]
H A Dtest-ot-tag.c43 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/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-common.cc61 hb_tag_from_string (const char *s, int len) function
319 return hb_script_from_iso15924_tag (hb_tag_from_string (s, len));
H A Dhb-buffer-serialize.cc46 return (hb_buffer_serialize_format_t) (hb_tag_from_string (str, len) & ~0x20202020);
H A Dhb-common.h100 hb_tag_from_string (const char *str, int len);
H A Dhb-shape.cc110 feature->tag = hb_tag_from_string (p, *pp - p);
H A Dhb-graphite2.cc231 gr_feature_val *feats = gr_face_featureval_for_lang (grface, lang ? hb_tag_from_string (lang, lang_len) : 0);
H A Dhb-ot-tag.cc671 return hb_tag_from_string (lang_str, s - lang_str) & ~0x20202000;
/external/harfbuzz_ng/src/
H A Dhb-common.cc61 hb_tag_from_string (const char *s, int len) function
319 return hb_script_from_iso15924_tag (hb_tag_from_string (s, len));
H A Dhb-buffer-serialize.cc46 return (hb_buffer_serialize_format_t) (hb_tag_from_string (str, len) & ~0x20202020);
H A Dhb-common.h100 hb_tag_from_string (const char *str, int len);
H A Dhb-shape.cc110 feature->tag = hb_tag_from_string (p, *pp - p);
H A Dhb-graphite2.cc231 gr_feature_val *feats = gr_face_featureval_for_lang (grface, lang ? hb_tag_from_string (lang, lang_len) : 0);
H A Dhb-ot-tag.cc671 return hb_tag_from_string (lang_str, s - lang_str) & ~0x20202000;
/external/harfbuzz_ng/contrib/python/lib/
H A Dharfbuzz.pyx30 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 136 milliseconds