Searched defs:ch2 (Results 1 – 4 of 4) sorted by relevance
109 auto ch2 = static_cast<uint8_t>(MUTF8_3B_THIRD | (d0 & MASK_6BIT)); in ConvertUtf16ToMUtf8() local127 auto ch2 = static_cast<uint8_t>(MUTF8_3B_THIRD | (d0 & MASK_6BIT)); in ConvertUtf16ToMUtf8() local135 auto ch2 = static_cast<uint8_t>(((codePoint >> DATA_WIDTH) & MASK_6BIT) | MASK1); in ConvertUtf16ToMUtf8() local
168 auto ch2 = static_cast<uint8_t>(UTF8_3B_THIRD | (d0 & MASK_6BIT)); in ConvertUtf16ToUtf8() local194 auto ch2 = static_cast<uint8_t>(UTF8_3B_THIRD | (d0 & MASK_6BIT)); in ConvertUtf16ToUtf8() local207 auto ch2 = static_cast<uint8_t>(((codePoint >> UtfOffset::SIX) & MASK_6BIT) | MASK1); in ConvertUtf16ToUtf8() local
421 auto ch2 = static_cast<uint8_t>(UTF8_3B_THIRD | (d0 & MASK_6BIT)); in ConvertUtf16ToUtf8() local443 auto ch2 = static_cast<uint8_t>(UTF8_3B_THIRD | (d0 & MASK_6BIT)); in ConvertUtf16ToUtf8() local455 auto ch2 = static_cast<uint8_t>(((codePoint >> UtfOffset::SIX) & MASK_6BIT) | MASK1); in ConvertUtf16ToUtf8() local
1247 Operand *ch2 = &insn.GetOperand(7); in EmitStringIndexOf() local