Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.cpp35 uint8_t c4 = data[++index]; // The forth byte in Utf8ToUtf16BEToData() local
42 (c4 & LOWER_6_BITS_MASK); in Utf8ToUtf16BEToData()
/commonlibrary/ets_utils/platform/ohos/
H A Dutil_helper.cpp191 uint8_t c4 = data[++i]; in Utf8ToUtf16BE() local
194 ((c3 & LOWER_6_BITS_MASK) << UTF8_VALID_BITS) | (c4 & LOWER_6_BITS_MASK); in Utf8ToUtf16BE()

Completed in 3 milliseconds