Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dsort_by_side.hpp136 int const first_code = direction_code(m_p1, m_p2, first.point); in operator ()() local
140 return first_code != second_code in operator ()()
141 ? first_code < second_code in operator ()()
/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.c651 unsigned int first_code = 0; in utf16_literal_to_utf8() local
665 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()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON.cpp660 unsigned int first_code = 0; in utf16_literal_to_utf8() local
674 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()