| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | json_helper.cpp | 69 auto ch = str[i]; in AppendValueToQuotedString() local [all...] |
| H A D | json_helper.h | 65 static inline void AppendUnicodeEscape(int ch, CString& output) in AppendUnicodeEscape() argument
|
| H A D | utf_helper.cpp | 36 bool IsUTF16HighSurrogate(uint16_t ch) in IsUTF16HighSurrogate() argument 41 bool IsUTF16LowSurrogate(uint16_t ch) in IsUTF16LowSurrogate() argument
|
| H A D | utf_helper.h | 98 std::array<uint8_t, MAX_BYTES> ch; member 144 static inline bool IsHexDigits(uint16_t ch) in IsHexDigits() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/mempool/ |
| H A D | maple_string_test.cpp | 95 char ch = 'o'; in TEST() local
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| H A D | ustring.cpp | 87 char32_t ch = it.PeekCp(&size); in IsConvertibleToChar() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_global.h | 205 static bool IsUTF16HighSurrogate(uint16_t ch) in IsUTF16HighSurrogate() argument 210 static bool IsUTF16LowSurrogate(uint16_t ch) in IsUTF16LowSurrogate() argument [all...] |
| H A D | builtins_string.h | 295 static bool IsUTF16HighSurrogate(uint16_t ch) in IsUTF16HighSurrogate() argument 299 static bool IsUTF16LowSurrogate(uint16_t ch) in IsUTF16LowSurrogate() argument
|
| H A D | builtins_global.cpp | 117 bool BuiltinsGlobal::IsUnescapedURI(uint16_t ch) in IsUnescapedURI() argument 125 bool BuiltinsGlobal::IsInUnescapedURISet(uint16_t ch) in IsInUnescapedURISet() argument 133 IsInReservedURISet(uint16_t ch) IsInReservedURISet() argument 141 IsReservedURI(uint16_t ch) IsReservedURI() argument 148 IsInMarkURISet(uint16_t ch) IsInMarkURISet() argument 155 IsHexDigits(uint16_t ch) IsHexDigits() argument 339 uint16_t ch = EcmaStringAccessor(string).Get(i); GetValueFromHexString() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | ecma_string_table.h | 187 JSTaggedValue GetStringFromSingleCharTable(int32_t ch) in GetStringFromSingleCharTable() argument
|
| H A D | date_parse.h | 86 char GetLower(char ch)
in GetLower() argument 137 bool IsChar(char ch)
in IsChar() argument 265 Symbol(char ch) Symbol() argument 336 IgnoreSymbol(char ch) IgnoreSymbol() argument [all...] |
| /arkcompiler/runtime_core/libpandafile/ |
| H A D | data_protect.h | 168 void Append(char ch) in Append() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| H A D | utf.h | 85 std::array<uint8_t, MAX_BYTES> ch; member
|
| H A D | utf.cpp | 520 Utf8Char ch = ConvertUtf16ToUtf8(utf16In[i], next16Code, modify); in ConvertRegionUtf16ToUtf8() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
| H A D | namemangler.cpp | 34 static inline bool UpdatePrimType(bool primType, int splitNo, uint32_t ch) in UpdatePrimType() argument
|
| /arkcompiler/ets_frontend/es2panda/lexer/ |
| H A D | lexer.h | 424 inline uint32_t Lexer::HexValue(char32_t ch) in HexValue() argument 436 inline bool Lexer::IsHexDigit(char32_t ch) in IsHexDigit() argument 441 IsBinaryDigit(char32_t ch) IsBinaryDigit() argument 446 IsOctalDigit(char32_t ch) IsOctalDigit() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/intl/ |
| H A D | locale_helper.h | 114 static bool IsAsciiAlpha(char ch) in IsAsciiAlpha() argument
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| H A D | utf.cpp | 36 std::array<uint8_t, CONST_4> ch; member 169 MUtf8Char ch = ConvertUtf16ToMUtf8(utf16_in[i], next16Code); in ConvertRegionUtf16ToMUtf8() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A D | ets_entrypoints.cpp | 273 extern "C" ObjectHeader *StringBuilderAppendCharEntrypoint(ObjectHeader *sb, uint16_t ch) in StringBuilderAppendCharEntrypoint() argument
|
| /arkcompiler/ets_frontend/ets2panda/lexer/ |
| H A D | lexer.h | 577 inline uint32_t Lexer::HexValue(char32_t ch) in HexValue() argument 589 inline bool Lexer::IsHexDigit(char32_t ch) in IsHexDigit() argument 594 IsBinaryDigit(char32_t ch) IsBinaryDigit() argument 599 IsOctalDigit(char32_t ch) IsOctalDigit() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/lexer/regexp/ |
| H A D | regexp.cpp | 691 char32_t ch = Next(); in ParseUnicodePropertyEscape() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | compiler_log.cpp | 66 std::vector<std::string> AotMethodLogList::spiltString(const std::string &str, const char ch) in spiltString() argument
|
| /arkcompiler/ets_frontend/es2panda/lexer/regexp/ |
| H A D | regexp.cpp | 689 char32_t ch = Next(); in ParseUnicodePropertyEscape() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/ |
| H A D | codegen_intrinsics_ets.cpp | 426 auto ch = src[FIRST_OPERAND]; in CreateCharIsWhiteSpace() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | std_core_String.cpp | 405 ets_int StdCoreStringIndexOfAfter(EtsString *s, uint16_t ch, ets_int fromIndex) in StdCoreStringIndexOfAfter() argument 410 ets_int StdCoreStringIndexOf(EtsString *s, uint16_t ch) in StdCoreStringIndexOf() argument
|