Home
last modified time | relevance | path

Searched refs:HB_UNTAG (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/test/api/
Dtest-ot-tag.c42 …g_test_message ("Testing script %c%c%c%c: tag %s", HB_UNTAG (hb_script_to_iso15924_tag (script)), … in test_simple_tags()
59 …g_test_message ("Testing script %c%c%c%c: new tag %s, old tag %s", HB_UNTAG (hb_script_to_iso15924… in test_indic_tags()
/external/harfbuzz_ng/src/
Dhb-common.h94 #define HB_UNTAG(tag) ((uint8_t)((tag)>>24)), ((uint8_t)((tag)>>16)), ((uint8_t)((tag)>>8)), ((ui… macro
/external/harfbuzz_ng/
DNEWS439 HB_UNTAG()