Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_util_module/util/
Djs_uuid.cpp164 unsigned char high = value & 0xF0; // Operate the mark in GetFormatUUID() local
/commonlibrary/ets_utils/js_api_module/buffer/
Dconverter.cpp111 char16_t high = (wc >> 8) & 0x00FF; in Utf16BEToLE() local
Djs_buffer.cpp339 char high = (char)((c >> 8) & 0x00FF); in Utf16StrToStr() local