Home
last modified time | relevance | path

Searched defs:ch (Results 1 - 25 of 29) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/base/
H A Djson_helper.cpp69 auto ch = str[i]; in AppendValueToQuotedString() local
[all...]
H A Djson_helper.h65 static inline void AppendUnicodeEscape(int ch, CString& output) in AppendUnicodeEscape() argument
H A Dutf_helper.cpp36 bool IsUTF16HighSurrogate(uint16_t ch) in IsUTF16HighSurrogate() argument
41 bool IsUTF16LowSurrogate(uint16_t ch) in IsUTF16LowSurrogate() argument
H A Dutf_helper.h98 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 Dmaple_string_test.cpp95 char ch = 'o'; in TEST() local
/arkcompiler/ets_frontend/ets2panda/util/
H A Dustring.cpp87 char32_t ch = it.PeekCp(&size); in IsConvertibleToChar() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_global.h205 static bool IsUTF16HighSurrogate(uint16_t ch) in IsUTF16HighSurrogate() argument
210 static bool IsUTF16LowSurrogate(uint16_t ch) in IsUTF16LowSurrogate() argument
[all...]
H A Dbuiltins_string.h295 static bool IsUTF16HighSurrogate(uint16_t ch) in IsUTF16HighSurrogate() argument
299 static bool IsUTF16LowSurrogate(uint16_t ch) in IsUTF16LowSurrogate() argument
H A Dbuiltins_global.cpp117 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 Decma_string_table.h187 JSTaggedValue GetStringFromSingleCharTable(int32_t ch) in GetStringFromSingleCharTable() argument
H A Ddate_parse.h86 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 Ddata_protect.h168 void Append(char ch) in Append() argument
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dutf.h85 std::array<uint8_t, MAX_BYTES> ch; member
H A Dutf.cpp520 Utf8Char ch = ConvertUtf16ToUtf8(utf16In[i], next16Code, modify); in ConvertRegionUtf16ToUtf8() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
H A Dnamemangler.cpp34 static inline bool UpdatePrimType(bool primType, int splitNo, uint32_t ch) in UpdatePrimType() argument
/arkcompiler/ets_frontend/es2panda/lexer/
H A Dlexer.h424 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 Dlocale_helper.h114 static bool IsAsciiAlpha(char ch) in IsAsciiAlpha() argument
/arkcompiler/runtime_core/libpandabase/utils/
H A Dutf.cpp36 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 Dets_entrypoints.cpp273 extern "C" ObjectHeader *StringBuilderAppendCharEntrypoint(ObjectHeader *sb, uint16_t ch) in StringBuilderAppendCharEntrypoint() argument
/arkcompiler/ets_frontend/ets2panda/lexer/
H A Dlexer.h577 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 Dregexp.cpp691 char32_t ch = Next(); in ParseUnicodePropertyEscape() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcompiler_log.cpp66 std::vector<std::string> AotMethodLogList::spiltString(const std::string &str, const char ch) in spiltString() argument
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
H A Dregexp.cpp689 char32_t ch = Next(); in ParseUnicodePropertyEscape() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
H A Dcodegen_intrinsics_ets.cpp426 auto ch = src[FIRST_OPERAND]; in CreateCharIsWhiteSpace() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_String.cpp405 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

Completed in 18 milliseconds

12