Searched refs:first_code (Results 1 – 3 of 3) sorted by relevance
136 int const first_code = direction_code(m_p1, m_p2, first.point); in operator ()() local140 return first_code != second_code in operator ()()141 ? first_code < second_code in operator ()()
651 unsigned int first_code = 0; in utf16_literal_to_utf8() local665 first_code = parse_hex4(first_sequence + 2); in utf16_literal_to_utf8()668 if (((first_code >= 0xDC00) && (first_code <= 0xDFFF))) in utf16_literal_to_utf8()674 if ((first_code >= 0xD800) && (first_code <= 0xDBFF)) in utf16_literal_to_utf8()703 codepoint = 0x10000 + (((first_code & 0x3FF) << 10) | (second_code & 0x3FF)); in utf16_literal_to_utf8()708 codepoint = first_code; in utf16_literal_to_utf8()
660 unsigned int first_code = 0; in utf16_literal_to_utf8() local674 first_code = parse_hex4(first_sequence + 2); in utf16_literal_to_utf8()677 if (((first_code >= 0xDC00) && (first_code <= 0xDFFF))) in utf16_literal_to_utf8()683 if ((first_code >= 0xD800) && (first_code <= 0xDBFF)) in utf16_literal_to_utf8()712 codepoint = 0x10000 + (((first_code & 0x3FF) << 10) | (second_code & 0x3FF)); in utf16_literal_to_utf8()717 codepoint = first_code; in utf16_literal_to_utf8()