Home
last modified time | relevance | path

Searched defs:ch (Results 1 – 25 of 37) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.h424 inline uint32_t Lexer::HexValue(char32_t ch) in HexValue()
436 inline bool Lexer::IsHexDigit(char32_t ch) in IsHexDigit()
441 inline bool Lexer::IsBinaryDigit(char32_t ch) in IsBinaryDigit()
446 inline bool Lexer::IsOctalDigit(char32_t ch) in IsOctalDigit()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Djson_builder.cpp31 …std::find_if(string.begin(), string.end(), [](char ch) { return ch == '"' || ch == '\\' || ch < ' … in JsonEscape()
Dutf.h85 std::array<uint8_t, MAX_BYTES> ch; member
/arkcompiler/runtime_core/libpandabase/utils/
Djson_builder.cpp31 …std::find_if(string.begin(), string.end(), [](char ch) { return ch == '"' || ch == '\\' || ch < ' … in JsonEscape()
Dutf.cpp36 std::array<uint8_t, CONST_4> ch; member
169 MUtf8Char ch = ConvertUtf16ToMUtf8(utf16_in[i], next16Code); in ConvertRegionUtf16ToMUtf8() local
/arkcompiler/ets_runtime/ecmascript/
Ddate_parse.h85 char GetLower(char ch) in GetLower()
115 bool IsThisChar(char ch) const in IsThisChar()
136 bool IsChar(char ch) in IsChar()
186 bool IsSymbol(char ch) const in IsSymbol()
264 static DateUnit Symbol(char ch) in Symbol()
335 bool IgnoreSymbol(char ch) in IgnoreSymbol()
Djs_locale.h386 static bool IsAsciiAlpha(char ch) in IsAsciiAlpha()
391 static char LocaleIndependentAsciiToUpper(char ch) in LocaleIndependentAsciiToUpper()
396 static char LocaleIndependentAsciiToLower(char ch) in LocaleIndependentAsciiToLower()
673 static bool IsAToZ(char ch) in IsAToZ()
Decma_string_table.h187 JSTaggedValue GetStringFromSingleCharTable(int32_t ch) in GetStringFromSingleCharTable()
/arkcompiler/ets_frontend/ets2panda/lexer/
Dlexer.h575 inline uint32_t Lexer::HexValue(char32_t ch) in HexValue()
587 inline bool Lexer::IsHexDigit(char32_t ch) in IsHexDigit()
592 inline bool Lexer::IsBinaryDigit(char32_t ch) in IsBinaryDigit()
597 inline bool Lexer::IsOctalDigit(char32_t ch) in IsOctalDigit()
/arkcompiler/ets_frontend/merge_abc/src/
DmergeProgram.cpp157 … std::find_if(line.begin(), line.end(), [](unsigned char ch) { return std::isspace(ch) == 0; })); in CollectProtoFiles()
159 …line.erase(std::find_if(line.rbegin(), line.rend(), [](unsigned char ch) { return ch != CARRIAGE; … in CollectProtoFiles()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.h295 static bool IsUTF16HighSurrogate(uint16_t ch) in IsUTF16HighSurrogate()
299 static bool IsUTF16LowSurrogate(uint16_t ch) in IsUTF16LowSurrogate()
Dbuiltins_global.h205 static bool IsUTF16HighSurrogate(uint16_t ch) in IsUTF16HighSurrogate()
210 static bool IsUTF16LowSurrogate(uint16_t ch) in IsUTF16LowSurrogate()
Dbuiltins_global.cpp117 bool BuiltinsGlobal::IsUnescapedURI(uint16_t ch) in IsUnescapedURI()
125 bool BuiltinsGlobal::IsInUnescapedURISet(uint16_t ch) in IsInUnescapedURISet()
133 bool BuiltinsGlobal::IsInReservedURISet(uint16_t ch) in IsInReservedURISet()
141 bool BuiltinsGlobal::IsReservedURI(uint16_t ch) in IsReservedURI()
148 bool BuiltinsGlobal::IsInMarkURISet(uint16_t ch) in IsInMarkURISet()
155 bool BuiltinsGlobal::IsHexDigits(uint16_t ch) in IsHexDigits()
339 uint16_t ch = EcmaStringAccessor(string).Get(i); in GetValueFromHexString() local
/arkcompiler/ets_frontend/ets2panda/util/
Dustring.cpp87 char32_t ch = it.PeekCp(&size); in IsConvertibleToChar() local
Dustring.h287 void Append(char32_t ch) noexcept in Append()
/arkcompiler/runtime_core/assembler/
Dcontext.cpp57 for (const auto &ch : p) { in ValidateRegisterName() local
/arkcompiler/runtime_core/static_core/assembler/
Dcontext.cpp56 for (const auto &ch : p) { in ValidateFoundedRegisterName() local
/arkcompiler/ets_frontend/ets2panda/linter/cookbook_convertor/src/
Dcookbook_convertor.ts201 for (const ch of s) { constant
/arkcompiler/ets_runtime/ecmascript/intl/
Dlocale_helper.h114 static bool IsAsciiAlpha(char ch) in IsAsciiAlpha()
/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp36 bool IsUTF16HighSurrogate(uint16_t ch) in IsUTF16HighSurrogate()
41 bool IsUTF16LowSurrogate(uint16_t ch) in IsUTF16LowSurrogate()
Dutf_helper.h96 std::array<uint8_t, MAX_BYTES> ch; member
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_String.cpp369 ets_int StdCoreStringIndexOfAfter(EtsString *s, uint16_t ch, ets_int fromIndex) in StdCoreStringIndexOfAfter()
374 ets_int StdCoreStringIndexOf(EtsString *s, uint16_t ch) in StdCoreStringIndexOf()
/arkcompiler/runtime_core/libpandafile/
Ddata_protect.h168 void Append(char ch) in Append()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompiler_log.cpp66 std::vector<std::string> AotMethodLogList::spiltString(const std::string &str, const char ch) in spiltString()
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.cpp689 char32_t ch = Next(); in ParseUnicodePropertyEscape() local

12