Searched defs:utf8CharTemp (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | utf_helper_test.cpp | 164 Utf8Char utf8CharTemp = {0, {0x00U}}; in HWTEST_F_L0() local 174 Utf8Char utf8CharTemp = {2, {UTF8_2B_FIRST, UTF8_2B_SECOND}}; in HWTEST_F_L0() local 201 Utf8Char utf8CharTemp = {3, {UTF8_3B_FIRST | static_cast<uint8_t>(0xD800 >> 12), in HWTEST_F_L0() local 222 Utf8Char utf8CharTemp = {3, {UTF8_3B_FIRST | static_cast<uint8_t>(0x800 >> 12), in HWTEST_F_L0() local 258 Utf8Char utf8CharTemp = {4, {static_cast<uint8_t>((codePoint >> 18) | UTF8_4B_FIRST), in HWTEST_F_L0() local 272 Utf8Char utf8CharTemp = {4, {static_cast<uint8_t>((codePoint >> 18) | UTF8_4B_FIRST), in HWTEST_F_L0() local
|