Home
last modified time | relevance | path

Searched refs:second_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.hpp137 int const second_code = direction_code(m_p1, m_p2, second.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.c677 unsigned int second_code = 0; in utf16_literal_to_utf8() local
693 second_code = parse_hex4(second_sequence + 2); in utf16_literal_to_utf8()
695 if ((second_code < 0xDC00) || (second_code > 0xDFFF)) in utf16_literal_to_utf8()
703 codepoint = 0x10000 + (((first_code & 0x3FF) << 10) | (second_code & 0x3FF)); in utf16_literal_to_utf8()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON.cpp686 unsigned int second_code = 0; in utf16_literal_to_utf8() local
702 second_code = parse_hex4(second_sequence + 2); in utf16_literal_to_utf8()
704 if ((second_code < 0xDC00) || (second_code > 0xDFFF)) in utf16_literal_to_utf8()
712 codepoint = 0x10000 + (((first_code & 0x3FF) << 10) | (second_code & 0x3FF)); in utf16_literal_to_utf8()