Home
last modified time | relevance | path

Searched refs:high (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/ets_utils/js_util_module/util/
H A Djs_uuid.cpp174 unsigned char high = value & 0xF0; // Operate the mark in GetFormatUUID() local
175 if (high == 0) { in GetFormatUUID()
178 format += HexToChar(value % (value & high)); in GetFormatUUID()
/commonlibrary/ets_utils/platform/ohos/
H A Dutil_helper.cpp237 char16_t high = (wc >> 8) & 0x00FF; // 8:offset value in Utf16BEToLE() local
239 char16_t c16 = (low << 8) | high; // 8:offset value in Utf16BEToLE()
321 bool IsValidLowSurrogate(char16_t high) in IsValidLowSurrogate() argument
324 return (high >= 0xD800 && high <= 0xDBFF); in IsValidLowSurrogate()
329 // 0xDC00: minimum value of high proxy item. 0xDFFF: maximum value of high proxy item. in IsValidHighSurrogate()
/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.cpp114 char16_t high = (wc >> 8) & 0x00FF; in Utf16BEToLE() local
116 char16_t c16 = (low << 8) | high; in Utf16BEToLE()
H A Djs_buffer.cpp361 char high = static_cast<char>((c >> 8) & 0x00FF); in Utf16StrToStr() local
364 str.push_back(high); in Utf16StrToStr()

Completed in 4 milliseconds