Home
last modified time | relevance | path

Searched refs:c3 (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.cpp34 uint8_t c3 = data[++index]; // The third byte in Utf8ToUtf16BEToData() local
41 ((c3 & LOWER_6_BITS_MASK) << UTF8_VALID_BITS) | in Utf8ToUtf16BEToData()
76 uint8_t c3 = data[++i]; // The third byte in Utf8ToUtf16BE() local
82 (c3 & LOWER_6_BITS_MASK); in Utf8ToUtf16BE()
/commonlibrary/ets_utils/platform/ohos/
H A Dutil_helper.cpp190 uint8_t c3 = data[++i]; in Utf8ToUtf16BE() local
194 ((c3 & LOWER_6_BITS_MASK) << UTF8_VALID_BITS) | (c4 & LOWER_6_BITS_MASK); in Utf8ToUtf16BE()
206 uint8_t c3 = data[++i]; in Utf8ToUtf16BE() local
208 ((c2 & LOWER_6_BITS_MASK) << UTF8_VALID_BITS) | (c3 & LOWER_6_BITS_MASK); in Utf8ToUtf16BE()

Completed in 3 milliseconds