Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.h67 * IsOneByte - checks whether a charactor in a utf8 string is a one byte coding or not
71 bool IsOneByte(uint8_t u8Char);
H A Dconverter.cpp26 bool IsOneByte(uint8_t u8Char) in IsOneByte() function
65 if (IsOneByte(c1)) { // only 1 byte represents the UNICODE code point in Utf8ToUtf16BE()
/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() function
183 if (IsOneByte(c1)) { in Utf8ToUtf16BE()

Completed in 3 milliseconds