HB_TAG             93 third_party/harfbuzz-ng/src/hb-common.h #define HB_TAG(c1,c2,c3,c4) ((hb_tag_t)((((uint8_t)(c1))<<24)|(((uint8_t)(c2))<<16)|(((uint8_t)(c3))<<8)|((uint8_t)(c4))))
HB_TAG            157 third_party/harfbuzz-ng/src/hb-common.h   /*1.1*/ HB_SCRIPT_COMMON			= HB_TAG ('Z','y','y','y'),
HB_TAG            158 third_party/harfbuzz-ng/src/hb-common.h   /*1.1*/ HB_SCRIPT_INHERITED			= HB_TAG ('Z','i','n','h'),
HB_TAG            159 third_party/harfbuzz-ng/src/hb-common.h   /*5.0*/ HB_SCRIPT_UNKNOWN			= HB_TAG ('Z','z','z','z'),
HB_TAG            161 third_party/harfbuzz-ng/src/hb-common.h   /*1.1*/ HB_SCRIPT_ARABIC			= HB_TAG ('A','r','a','b'),
HB_TAG            162 third_party/harfbuzz-ng/src/hb-common.h   /*1.1*/ HB_SCRIPT_ARMENIAN			= HB_TAG ('A','r','m','n'),
HB_TAG            163 third_party/harfbuzz-ng/src/hb-common.h   /*1.1*/ HB_SCRIPT_BENGALI			= HB_TAG ('B','e','n','g'),
HB_TAG            164 third_party/harfbuzz-ng/src/hb-common.h   /*1.1*/ HB_SCRIPT_CYRILLIC			= HB_TAG ('C','y','r','l'),
HB_TAG            165 third_party/harfbuzz-ng/src/hb-common.h   /*1.1*/ HB_SCRIPT_DEVANAGARI			= HB_TAG ('D','e','v','a'),
HB_TAG            166 third_party/harfbuzz-ng/src/hb-common.h   /*1.1*/ HB_SCRIPT_GEORGIAN			= HB_TAG ('G','e','o','r'),
HB_TAG            167 third_party/harfbuzz-ng/src/hb-common.h   /*1.1*/ HB_SCRIPT_GREEK			= HB_TAG ('G','r','e','k'),
HB_TAG            168 third_party/harfbuzz-ng/src/hb-common.h   /*1.1*/ HB_SCRIPT_GUJARATI			= HB_TAG ('G','u','j','r'),
HB_TAG            169 third_party/harfbuzz-ng/src/hb-common.h   /*1.1*/ HB_SCRIPT_GURMUKHI			= HB_TAG ('G','u','r','u'),
HB_TAG            170 third_party/harfbuzz-ng/src/hb-common.h   /*1.1*/ HB_SCRIPT_HANGUL			= HB_TAG ('H','a','n','g'),
HB_TAG            171 third_party/harfbuzz-ng/src/hb-common.h   /*1.1*/ HB_SCRIPT_HAN				= HB_TAG ('H','a','n','i'),
HB_TAG            172 third_party/harfbuzz-ng/src/hb-common.h   /*1.1*/ HB_SCRIPT_HEBREW			= HB_TAG ('H','e','b','r'),
HB_TAG            173 third_party/harfbuzz-ng/src/hb-common.h   /*1.1*/ HB_SCRIPT_HIRAGANA			= HB_TAG ('H','i','r','a'),
HB_TAG            174 third_party/harfbuzz-ng/src/hb-common.h   /*1.1*/ HB_SCRIPT_KANNADA			= HB_TAG ('K','n','d','a'),
HB_TAG            175 third_party/harfbuzz-ng/src/hb-common.h   /*1.1*/ HB_SCRIPT_KATAKANA			= HB_TAG ('K','a','n','a'),
HB_TAG            176 third_party/harfbuzz-ng/src/hb-common.h   /*1.1*/ HB_SCRIPT_LAO				= HB_TAG ('L','a','o','o'),
HB_TAG            177 third_party/harfbuzz-ng/src/hb-common.h   /*1.1*/ HB_SCRIPT_LATIN			= HB_TAG ('L','a','t','n'),
HB_TAG            178 third_party/harfbuzz-ng/src/hb-common.h   /*1.1*/ HB_SCRIPT_MALAYALAM			= HB_TAG ('M','l','y','m'),
HB_TAG            179 third_party/harfbuzz-ng/src/hb-common.h   /*1.1*/ HB_SCRIPT_ORIYA			= HB_TAG ('O','r','y','a'),
HB_TAG            180 third_party/harfbuzz-ng/src/hb-common.h   /*1.1*/ HB_SCRIPT_TAMIL			= HB_TAG ('T','a','m','l'),
HB_TAG            181 third_party/harfbuzz-ng/src/hb-common.h   /*1.1*/ HB_SCRIPT_TELUGU			= HB_TAG ('T','e','l','u'),
HB_TAG            182 third_party/harfbuzz-ng/src/hb-common.h   /*1.1*/ HB_SCRIPT_THAI			= HB_TAG ('T','h','a','i'),
HB_TAG            184 third_party/harfbuzz-ng/src/hb-common.h   /*2.0*/ HB_SCRIPT_TIBETAN			= HB_TAG ('T','i','b','t'),
HB_TAG            186 third_party/harfbuzz-ng/src/hb-common.h   /*3.0*/ HB_SCRIPT_BOPOMOFO			= HB_TAG ('B','o','p','o'),
HB_TAG            187 third_party/harfbuzz-ng/src/hb-common.h   /*3.0*/ HB_SCRIPT_BRAILLE			= HB_TAG ('B','r','a','i'),
HB_TAG            188 third_party/harfbuzz-ng/src/hb-common.h   /*3.0*/ HB_SCRIPT_CANADIAN_SYLLABICS		= HB_TAG ('C','a','n','s'),
HB_TAG            189 third_party/harfbuzz-ng/src/hb-common.h   /*3.0*/ HB_SCRIPT_CHEROKEE			= HB_TAG ('C','h','e','r'),
HB_TAG            190 third_party/harfbuzz-ng/src/hb-common.h   /*3.0*/ HB_SCRIPT_ETHIOPIC			= HB_TAG ('E','t','h','i'),
HB_TAG            191 third_party/harfbuzz-ng/src/hb-common.h   /*3.0*/ HB_SCRIPT_KHMER			= HB_TAG ('K','h','m','r'),
HB_TAG            192 third_party/harfbuzz-ng/src/hb-common.h   /*3.0*/ HB_SCRIPT_MONGOLIAN			= HB_TAG ('M','o','n','g'),
HB_TAG            193 third_party/harfbuzz-ng/src/hb-common.h   /*3.0*/ HB_SCRIPT_MYANMAR			= HB_TAG ('M','y','m','r'),
HB_TAG            194 third_party/harfbuzz-ng/src/hb-common.h   /*3.0*/ HB_SCRIPT_OGHAM			= HB_TAG ('O','g','a','m'),
HB_TAG            195 third_party/harfbuzz-ng/src/hb-common.h   /*3.0*/ HB_SCRIPT_RUNIC			= HB_TAG ('R','u','n','r'),
HB_TAG            196 third_party/harfbuzz-ng/src/hb-common.h   /*3.0*/ HB_SCRIPT_SINHALA			= HB_TAG ('S','i','n','h'),
HB_TAG            197 third_party/harfbuzz-ng/src/hb-common.h   /*3.0*/ HB_SCRIPT_SYRIAC			= HB_TAG ('S','y','r','c'),
HB_TAG            198 third_party/harfbuzz-ng/src/hb-common.h   /*3.0*/ HB_SCRIPT_THAANA			= HB_TAG ('T','h','a','a'),
HB_TAG            199 third_party/harfbuzz-ng/src/hb-common.h   /*3.0*/ HB_SCRIPT_YI				= HB_TAG ('Y','i','i','i'),
HB_TAG            201 third_party/harfbuzz-ng/src/hb-common.h   /*3.1*/ HB_SCRIPT_DESERET			= HB_TAG ('D','s','r','t'),
HB_TAG            202 third_party/harfbuzz-ng/src/hb-common.h   /*3.1*/ HB_SCRIPT_GOTHIC			= HB_TAG ('G','o','t','h'),
HB_TAG            203 third_party/harfbuzz-ng/src/hb-common.h   /*3.1*/ HB_SCRIPT_OLD_ITALIC			= HB_TAG ('I','t','a','l'),
HB_TAG            205 third_party/harfbuzz-ng/src/hb-common.h   /*3.2*/ HB_SCRIPT_BUHID			= HB_TAG ('B','u','h','d'),
HB_TAG            206 third_party/harfbuzz-ng/src/hb-common.h   /*3.2*/ HB_SCRIPT_HANUNOO			= HB_TAG ('H','a','n','o'),
HB_TAG            207 third_party/harfbuzz-ng/src/hb-common.h   /*3.2*/ HB_SCRIPT_TAGALOG			= HB_TAG ('T','g','l','g'),
HB_TAG            208 third_party/harfbuzz-ng/src/hb-common.h   /*3.2*/ HB_SCRIPT_TAGBANWA			= HB_TAG ('T','a','g','b'),
HB_TAG            210 third_party/harfbuzz-ng/src/hb-common.h   /*4.0*/ HB_SCRIPT_CYPRIOT			= HB_TAG ('C','p','r','t'),
HB_TAG            211 third_party/harfbuzz-ng/src/hb-common.h   /*4.0*/ HB_SCRIPT_LIMBU			= HB_TAG ('L','i','m','b'),
HB_TAG            212 third_party/harfbuzz-ng/src/hb-common.h   /*4.0*/ HB_SCRIPT_LINEAR_B			= HB_TAG ('L','i','n','b'),
HB_TAG            213 third_party/harfbuzz-ng/src/hb-common.h   /*4.0*/ HB_SCRIPT_OSMANYA			= HB_TAG ('O','s','m','a'),
HB_TAG            214 third_party/harfbuzz-ng/src/hb-common.h   /*4.0*/ HB_SCRIPT_SHAVIAN			= HB_TAG ('S','h','a','w'),
HB_TAG            215 third_party/harfbuzz-ng/src/hb-common.h   /*4.0*/ HB_SCRIPT_TAI_LE			= HB_TAG ('T','a','l','e'),
HB_TAG            216 third_party/harfbuzz-ng/src/hb-common.h   /*4.0*/ HB_SCRIPT_UGARITIC			= HB_TAG ('U','g','a','r'),
HB_TAG            218 third_party/harfbuzz-ng/src/hb-common.h   /*4.1*/ HB_SCRIPT_BUGINESE			= HB_TAG ('B','u','g','i'),
HB_TAG            219 third_party/harfbuzz-ng/src/hb-common.h   /*4.1*/ HB_SCRIPT_COPTIC			= HB_TAG ('C','o','p','t'),
HB_TAG            220 third_party/harfbuzz-ng/src/hb-common.h   /*4.1*/ HB_SCRIPT_GLAGOLITIC			= HB_TAG ('G','l','a','g'),
HB_TAG            221 third_party/harfbuzz-ng/src/hb-common.h   /*4.1*/ HB_SCRIPT_KHAROSHTHI			= HB_TAG ('K','h','a','r'),
HB_TAG            222 third_party/harfbuzz-ng/src/hb-common.h   /*4.1*/ HB_SCRIPT_NEW_TAI_LUE			= HB_TAG ('T','a','l','u'),
HB_TAG            223 third_party/harfbuzz-ng/src/hb-common.h   /*4.1*/ HB_SCRIPT_OLD_PERSIAN			= HB_TAG ('X','p','e','o'),
HB_TAG            224 third_party/harfbuzz-ng/src/hb-common.h   /*4.1*/ HB_SCRIPT_SYLOTI_NAGRI		= HB_TAG ('S','y','l','o'),
HB_TAG            225 third_party/harfbuzz-ng/src/hb-common.h   /*4.1*/ HB_SCRIPT_TIFINAGH			= HB_TAG ('T','f','n','g'),
HB_TAG            227 third_party/harfbuzz-ng/src/hb-common.h   /*5.0*/ HB_SCRIPT_BALINESE			= HB_TAG ('B','a','l','i'),
HB_TAG            228 third_party/harfbuzz-ng/src/hb-common.h   /*5.0*/ HB_SCRIPT_CUNEIFORM			= HB_TAG ('X','s','u','x'),
HB_TAG            229 third_party/harfbuzz-ng/src/hb-common.h   /*5.0*/ HB_SCRIPT_NKO				= HB_TAG ('N','k','o','o'),
HB_TAG            230 third_party/harfbuzz-ng/src/hb-common.h   /*5.0*/ HB_SCRIPT_PHAGS_PA			= HB_TAG ('P','h','a','g'),
HB_TAG            231 third_party/harfbuzz-ng/src/hb-common.h   /*5.0*/ HB_SCRIPT_PHOENICIAN			= HB_TAG ('P','h','n','x'),
HB_TAG            233 third_party/harfbuzz-ng/src/hb-common.h   /*5.1*/ HB_SCRIPT_CARIAN			= HB_TAG ('C','a','r','i'),
HB_TAG            234 third_party/harfbuzz-ng/src/hb-common.h   /*5.1*/ HB_SCRIPT_CHAM			= HB_TAG ('C','h','a','m'),
HB_TAG            235 third_party/harfbuzz-ng/src/hb-common.h   /*5.1*/ HB_SCRIPT_KAYAH_LI			= HB_TAG ('K','a','l','i'),
HB_TAG            236 third_party/harfbuzz-ng/src/hb-common.h   /*5.1*/ HB_SCRIPT_LEPCHA			= HB_TAG ('L','e','p','c'),
HB_TAG            237 third_party/harfbuzz-ng/src/hb-common.h   /*5.1*/ HB_SCRIPT_LYCIAN			= HB_TAG ('L','y','c','i'),
HB_TAG            238 third_party/harfbuzz-ng/src/hb-common.h   /*5.1*/ HB_SCRIPT_LYDIAN			= HB_TAG ('L','y','d','i'),
HB_TAG            239 third_party/harfbuzz-ng/src/hb-common.h   /*5.1*/ HB_SCRIPT_OL_CHIKI			= HB_TAG ('O','l','c','k'),
HB_TAG            240 third_party/harfbuzz-ng/src/hb-common.h   /*5.1*/ HB_SCRIPT_REJANG			= HB_TAG ('R','j','n','g'),
HB_TAG            241 third_party/harfbuzz-ng/src/hb-common.h   /*5.1*/ HB_SCRIPT_SAURASHTRA			= HB_TAG ('S','a','u','r'),
HB_TAG            242 third_party/harfbuzz-ng/src/hb-common.h   /*5.1*/ HB_SCRIPT_SUNDANESE			= HB_TAG ('S','u','n','d'),
HB_TAG            243 third_party/harfbuzz-ng/src/hb-common.h   /*5.1*/ HB_SCRIPT_VAI				= HB_TAG ('V','a','i','i'),
HB_TAG            245 third_party/harfbuzz-ng/src/hb-common.h   /*5.2*/ HB_SCRIPT_AVESTAN			= HB_TAG ('A','v','s','t'),
HB_TAG            246 third_party/harfbuzz-ng/src/hb-common.h   /*5.2*/ HB_SCRIPT_BAMUM			= HB_TAG ('B','a','m','u'),
HB_TAG            247 third_party/harfbuzz-ng/src/hb-common.h   /*5.2*/ HB_SCRIPT_EGYPTIAN_HIEROGLYPHS	= HB_TAG ('E','g','y','p'),
HB_TAG            248 third_party/harfbuzz-ng/src/hb-common.h   /*5.2*/ HB_SCRIPT_IMPERIAL_ARAMAIC		= HB_TAG ('A','r','m','i'),
HB_TAG            249 third_party/harfbuzz-ng/src/hb-common.h   /*5.2*/ HB_SCRIPT_INSCRIPTIONAL_PAHLAVI	= HB_TAG ('P','h','l','i'),
HB_TAG            250 third_party/harfbuzz-ng/src/hb-common.h   /*5.2*/ HB_SCRIPT_INSCRIPTIONAL_PARTHIAN	= HB_TAG ('P','r','t','i'),
HB_TAG            251 third_party/harfbuzz-ng/src/hb-common.h   /*5.2*/ HB_SCRIPT_JAVANESE			= HB_TAG ('J','a','v','a'),
HB_TAG            252 third_party/harfbuzz-ng/src/hb-common.h   /*5.2*/ HB_SCRIPT_KAITHI			= HB_TAG ('K','t','h','i'),
HB_TAG            253 third_party/harfbuzz-ng/src/hb-common.h   /*5.2*/ HB_SCRIPT_LISU			= HB_TAG ('L','i','s','u'),
HB_TAG            254 third_party/harfbuzz-ng/src/hb-common.h   /*5.2*/ HB_SCRIPT_MEETEI_MAYEK		= HB_TAG ('M','t','e','i'),
HB_TAG            255 third_party/harfbuzz-ng/src/hb-common.h   /*5.2*/ HB_SCRIPT_OLD_SOUTH_ARABIAN		= HB_TAG ('S','a','r','b'),
HB_TAG            256 third_party/harfbuzz-ng/src/hb-common.h   /*5.2*/ HB_SCRIPT_OLD_TURKIC			= HB_TAG ('O','r','k','h'),
HB_TAG            257 third_party/harfbuzz-ng/src/hb-common.h   /*5.2*/ HB_SCRIPT_SAMARITAN			= HB_TAG ('S','a','m','r'),
HB_TAG            258 third_party/harfbuzz-ng/src/hb-common.h   /*5.2*/ HB_SCRIPT_TAI_THAM			= HB_TAG ('L','a','n','a'),
HB_TAG            259 third_party/harfbuzz-ng/src/hb-common.h   /*5.2*/ HB_SCRIPT_TAI_VIET			= HB_TAG ('T','a','v','t'),
HB_TAG            261 third_party/harfbuzz-ng/src/hb-common.h   /*6.0*/ HB_SCRIPT_BATAK			= HB_TAG ('B','a','t','k'),
HB_TAG            262 third_party/harfbuzz-ng/src/hb-common.h   /*6.0*/ HB_SCRIPT_BRAHMI			= HB_TAG ('B','r','a','h'),
HB_TAG            263 third_party/harfbuzz-ng/src/hb-common.h   /*6.0*/ HB_SCRIPT_MANDAIC			= HB_TAG ('M','a','n','d'),
HB_TAG            265 third_party/harfbuzz-ng/src/hb-common.h   /*6.1*/ HB_SCRIPT_CHAKMA			= HB_TAG ('C','a','k','m'),
HB_TAG            266 third_party/harfbuzz-ng/src/hb-common.h   /*6.1*/ HB_SCRIPT_MEROITIC_CURSIVE		= HB_TAG ('M','e','r','c'),
HB_TAG            267 third_party/harfbuzz-ng/src/hb-common.h   /*6.1*/ HB_SCRIPT_MEROITIC_HIEROGLYPHS	= HB_TAG ('M','e','r','o'),
HB_TAG            268 third_party/harfbuzz-ng/src/hb-common.h   /*6.1*/ HB_SCRIPT_MIAO			= HB_TAG ('P','l','r','d'),
HB_TAG            269 third_party/harfbuzz-ng/src/hb-common.h   /*6.1*/ HB_SCRIPT_SHARADA			= HB_TAG ('S','h','r','d'),
HB_TAG            270 third_party/harfbuzz-ng/src/hb-common.h   /*6.1*/ HB_SCRIPT_SORA_SOMPENG		= HB_TAG ('S','o','r','a'),
HB_TAG            271 third_party/harfbuzz-ng/src/hb-common.h   /*6.1*/ HB_SCRIPT_TAKRI			= HB_TAG ('T','a','k','r'),