OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HB_TAG_CHAR4
(Results
1 - 9
of
9
) sorted by null
/external/harfbuzz_ng/test/api/
test-ot-tag.c
77
g_assert_cmphex (
HB_TAG_CHAR4
("DFLT"), ==, HB_OT_TAG_DEFAULT_SCRIPT);
82
g_assert_cmphex (t1, ==,
HB_TAG_CHAR4
("kana"));
88
g_assert_cmphex (hb_ot_tag_to_script (
HB_TAG_CHAR4
("be ")), ==, hb_script_from_string ("Beee", -1));
179
g_assert_cmphex (
HB_TAG_CHAR4
("dflt"), ==, HB_OT_TAG_DEFAULT_LANGUAGE);
test-common.c
137
hb_tag_t arab =
HB_TAG_CHAR4
("arab");
138
hb_tag_t Arab =
HB_TAG_CHAR4
("Arab");
139
hb_tag_t ARAB =
HB_TAG_CHAR4
("ARAB");
141
hb_tag_t wWyZ =
HB_TAG_CHAR4
("wWyZ");
142
hb_tag_t Wwyz =
HB_TAG_CHAR4
("Wwyz");
144
hb_tag_t x123 =
HB_TAG_CHAR4
("x123");
hb-test.h
47
#define
HB_TAG_CHAR4
(s) (HB_TAG(((const char *) s)[0], \
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-common.cc
87
return
HB_TAG_CHAR4
(tag);
hb-ot-tag.cc
639
return
HB_TAG_CHAR4
(tag);
hb-private.hh
549
#define
HB_TAG_CHAR4
(s) (HB_TAG(((const char *) s)[0], \
/external/harfbuzz_ng/src/
hb-common.cc
76
return
HB_TAG_CHAR4
(tag);
hb-ot-tag.cc
639
return
HB_TAG_CHAR4
(tag);
hb-private.hh
538
#define
HB_TAG_CHAR4
(s) (HB_TAG(((const char *) s)[0], \
Completed in 212 milliseconds