Searched refs:first_u (Results 1 – 5 of 5) sorted by relevance
11 (user first_u)14 (userrole first_u object_r)15 (userlevel first_u (s0))18 (userrange first_u ((s0) (s0)))24 (sidcontext security (first_u object_r test_t ((s0) (s0))))
118 hb_codepoint_t first_u = ligature_table[first_glyph_idx].first; in arabic_fallback_synthesize_lookup_ligature() local120 if (!hb_font_get_glyph (font, first_u, 0, &first_glyph)) in arabic_fallback_synthesize_lookup_ligature()
1807 const auto first_u = static_cast<UInt32>(first); in CreateCodePointFromUtf16SurrogatePair() local1811 ? (((first_u & mask) << 10) | (second_u & mask)) + 0x10000 in CreateCodePointFromUtf16SurrogatePair()1815 first_u; in CreateCodePointFromUtf16SurrogatePair()
1973 const auto first_u = static_cast<uint32_t>(first); in CreateCodePointFromUtf16SurrogatePair() local1977 ? (((first_u & mask) << 10) | (second_u & mask)) + 0x10000 in CreateCodePointFromUtf16SurrogatePair()1981 first_u; in CreateCodePointFromUtf16SurrogatePair()
1911 const auto first_u = static_cast<uint32_t>(first); in CreateCodePointFromUtf16SurrogatePair() local1915 ? (((first_u & mask) << 10) | (second_u & mask)) + 0x10000 in CreateCodePointFromUtf16SurrogatePair()1919 first_u; in CreateCodePointFromUtf16SurrogatePair()