Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.h68 * @u8Char: a uint8_t char
69 * Returns: if the highest bit of u8Char is 0, return true, else ,return false;
71 bool IsOneByte(uint8_t u8Char);
H A Dconverter.cpp26 bool IsOneByte(uint8_t u8Char) in IsOneByte() argument
28 return (u8Char & 0x80) == 0; in IsOneByte()
/commonlibrary/ets_utils/platform/
H A Dutil_helper.h86 bool IsOneByte(uint8_t u8Char);
/commonlibrary/ets_utils/platform/ohos/
H A Dutil_helper.cpp169 bool IsOneByte(uint8_t u8Char) in IsOneByte() argument
171 return (u8Char & 0x80) == 0; in IsOneByte()

Completed in 4 milliseconds