/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/docs/ |
harfbuzz-sections.txt | 95 hb_tag_from_string
|
/external/harfbuzz_ng/src/ |
hb-common.cc | 59 * hb_tag_from_string: 70 hb_tag_from_string (const char *str, int len) function 415 * corresponding #hb_script_t. Shorthand for hb_tag_from_string() then 426 return hb_script_from_iso15924_tag (hb_tag_from_string (str, len));
|
hb-graphite2.cc | 236 gr_feature_val *feats = gr_face_featureval_for_lang (grface, lang ? hb_tag_from_string (lang, lang_len) : 0);
|
hb-shape.cc | 145 feature->tag = hb_tag_from_string (p, *pp - p);
|
hb-buffer-serialize.cc | 70 return (hb_buffer_serialize_format_t) (hb_tag_from_string (str, len) & ~0x20202020u);
|
hb-common.h | 102 hb_tag_from_string (const char *str, int len);
|
hb-ot-tag.cc | [all...] |
/external/harfbuzz_ng/ |
NEWS | [all...] |