Home
last modified time | relevance | path

Searched refs:second_u (Results 1 – 5 of 5) sorted by relevance

/external/selinux/libsemanage/tests/
Dtest_user.cil12 (user second_u)
16 (userlevel second_u (s0))
19 (userrange second_u ((s0) (s0)))
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic-fallback.hh138 … hb_codepoint_t second_u = ligature_table[first_glyph_idx].ligatures[second_glyph_idx].second; in arabic_fallback_synthesize_lookup_ligature() local
141 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()
/external/mesa3d/src/gtest/src/
Dgtest.cc1808 const auto second_u = static_cast<UInt32>(second); in CreateCodePointFromUtf16SurrogatePair() local
1811 ? (((first_u & mask) << 10) | (second_u & mask)) + 0x10000 in CreateCodePointFromUtf16SurrogatePair()
/external/googletest/googletest/src/
Dgtest.cc1974 const auto second_u = static_cast<uint32_t>(second); in CreateCodePointFromUtf16SurrogatePair() local
1977 ? (((first_u & mask) << 10) | (second_u & mask)) + 0x10000 in CreateCodePointFromUtf16SurrogatePair()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc1912 const auto second_u = static_cast<uint32_t>(second); in CreateCodePointFromUtf16SurrogatePair() local
1915 ? (((first_u & mask) << 10) | (second_u & mask)) + 0x10000 in CreateCodePointFromUtf16SurrogatePair()