Searched refs:JOINING_TABLE_FIRST (Results 1 – 4 of 4) sorted by relevance
60 if (likely (hb_in_range<hb_codepoint_t> (u, JOINING_TABLE_FIRST, JOINING_TABLE_LAST))) { in get_joining_type()61 unsigned int j_type = joining_table[u - JOINING_TABLE_FIRST]; in get_joining_type()
726 #define JOINING_TABLE_FIRST 0x0600 macro