Home
last modified time | relevance | path

Searched defs:high (Results 1 – 4 of 4) sorted by relevance

/commonlibrary/ets_utils/js_util_module/util/
Djs_uuid.cpp168 unsigned char high = value & 0xF0; // Operate the mark in GetFormatUUID() local
/commonlibrary/ets_utils/platform/ohos/
Dutil_helper.cpp237 char16_t high = (wc >> 8) & 0x00FF; // 8:offset value in Utf16BEToLE() local
321 bool IsValidLowSurrogate(char16_t high) in IsValidLowSurrogate()
/commonlibrary/ets_utils/js_api_module/buffer/
Dconverter.cpp114 char16_t high = (wc >> 8) & 0x00FF; in Utf16BEToLE() local
Djs_buffer.cpp361 char high = static_cast<char>((c >> 8) & 0x00FF); in Utf16StrToStr() local