Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1808 const auto second_u = static_cast<UInt32>(second); in CreateCodePointFromUtf16SurrogatePair() local
1811 ? (((first_u & mask) << 10) | (second_u & mask)) + 0x10000 in CreateCodePointFromUtf16SurrogatePair()