Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.h410 inline uint32_t Lexer::HexValue(char32_t ch) in HexValue()
422 inline bool Lexer::IsHexDigit(char32_t ch) in IsHexDigit()
427 inline bool Lexer::IsBinaryDigit(char32_t ch) in IsBinaryDigit()
432 inline bool Lexer::IsOctalDigit(char32_t ch) in IsOctalDigit()
/arkcompiler/ets_frontend/merge_abc/src/
DmergeProgram.cpp141 … std::find_if(line.begin(), line.end(), [](unsigned char ch) { return std::isspace(ch) == 0; })); in CollectProtoFiles()
143 …line.erase(std::find_if(line.rbegin(), line.rend(), [](unsigned char ch) { return ch != CARRIAGE; … in CollectProtoFiles()
/arkcompiler/ets_runtime/ecmascript/
Ddate_parse.h80 char GetLower(char ch) in GetLower()
110 bool IsThisChar(char ch) const in IsThisChar()
131 bool IsChar(char ch) in IsChar()
181 bool IsSymbol(char ch) const in IsSymbol()
259 static DateUnit Symbol(char ch) in Symbol()
330 bool IgnoreSymbol(char ch) in IgnoreSymbol()
Djs_locale.h409 static bool IsAsciiAlpha(char ch) in IsAsciiAlpha()
414 static char LocaleIndependentAsciiToUpper(char ch) in LocaleIndependentAsciiToUpper()
419 static char LocaleIndependentAsciiToLower(char ch) in LocaleIndependentAsciiToLower()
697 static bool IsAToZ(char ch) in IsAToZ()
Djs_date_time_format.cpp1198 char16_t ch = pattern.charAt(i); in ChangeHourCyclePattern() local
/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/builtins/
Dbuiltins_global.cpp82 bool BuiltinsGlobal::IsUnescapedURI(uint16_t ch) in IsUnescapedURI()
90 bool BuiltinsGlobal::IsInUnescapedURISet(uint16_t ch) in IsInUnescapedURISet()
98 bool BuiltinsGlobal::IsInReservedURISet(uint16_t ch) in IsInReservedURISet()
106 bool BuiltinsGlobal::IsReservedURI(uint16_t ch) in IsReservedURI()
113 bool BuiltinsGlobal::IsInMarkURISet(uint16_t ch) in IsInMarkURISet()
120 bool BuiltinsGlobal::IsHexDigits(uint16_t ch) in IsHexDigits()
/arkcompiler/runtime_core/assembler/
Dcontext.cpp57 for (const auto &ch : p) { in ValidateRegisterName() local
/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp33 bool IsUTF16HighSurrogate(uint16_t ch) in IsUTF16HighSurrogate()
38 bool IsUTF16LowSurrogate(uint16_t ch) in IsUTF16LowSurrogate()
Dutf_helper.h64 std::array<uint8_t, MAX_BYTES> ch; member
Djson_parser.h540 bool IsNumberCharacter(T ch) in IsNumberCharacter()
548 bool IsNumberSignalCharacter(T ch) in IsNumberSignalCharacter()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompiler_log.cpp65 std::vector<std::string> AotMethodLogList::spiltString(const std::string &str, const char ch) in spiltString()
Dstub_builder.cpp1098 GateRef StubBuilder::IsDigit(GateRef ch) in IsDigit()
/arkcompiler/ets_frontend/es2panda/util/
Dustring.h273 void Append(char32_t ch) noexcept in Append()
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.cpp687 char32_t ch = Next(); in ParseUnicodePropertyEscape() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp1231 void Aarch64Encoder::HandleChar(int32_t ch, const vixl::aarch64::Register &tmp, vixl::aarch64::Labe… in HandleChar()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property