Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.cpp116 char16_t c16 = (low << 8) | high; in Utf16BEToLE() local
117 str16.push_back(c16); in Utf16BEToLE()
/commonlibrary/ets_utils/platform/ohos/
H A Dutil_helper.cpp239 char16_t c16 = (low << 8) | high; // 8:offset value in Utf16BEToLE() local
240 str16.push_back(c16); in Utf16BEToLE()

Completed in 3 milliseconds