Searched refs:second_u (Results 1 – 5 of 5) sorted by relevance
12 (user second_u)16 (userlevel second_u (s0))19 (userrange second_u ((s0) (s0)))
138 … hb_codepoint_t second_u = ligature_table[first_glyph_idx].ligatures[second_glyph_idx].second; in arabic_fallback_synthesize_lookup_ligature() local141 if (!second_u || in arabic_fallback_synthesize_lookup_ligature()142 !hb_font_get_glyph (font, second_u, 0, &second_glyph) || in arabic_fallback_synthesize_lookup_ligature()
1808 const auto second_u = static_cast<UInt32>(second); in CreateCodePointFromUtf16SurrogatePair() local1811 ? (((first_u & mask) << 10) | (second_u & mask)) + 0x10000 in CreateCodePointFromUtf16SurrogatePair()
1974 const auto second_u = static_cast<uint32_t>(second); in CreateCodePointFromUtf16SurrogatePair() local1977 ? (((first_u & mask) << 10) | (second_u & mask)) + 0x10000 in CreateCodePointFromUtf16SurrogatePair()
1912 const auto second_u = static_cast<uint32_t>(second); in CreateCodePointFromUtf16SurrogatePair() local1915 ? (((first_u & mask) << 10) | (second_u & mask)) + 0x10000 in CreateCodePointFromUtf16SurrogatePair()