Searched refs:first_u (Results 1 – 1 of 1) sorted by relevance
2058 const auto first_u = static_cast<uint32_t>(first); in CreateCodePointFromUtf16SurrogatePair() local2062 ? (((first_u & mask) << 10) | (second_u & mask)) + 0x10000 in CreateCodePointFromUtf16SurrogatePair()2066 first_u; in CreateCodePointFromUtf16SurrogatePair()