| /arkcompiler/ets_frontend/es2panda/lexer/ |
| D | lexer.h | 410 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/ |
| D | mergeProgram.cpp | 141 … 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/ |
| D | date_parse.h | 80 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()
|
| D | js_locale.h | 409 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()
|
| D | js_date_time_format.cpp | 1198 char16_t ch = pattern.charAt(i); in ChangeHourCyclePattern() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | json_builder.cpp | 31 …std::find_if(string.begin(), string.end(), [](char ch) { return ch == '"' || ch == '\\' || ch < ' … in JsonEscape()
|
| D | utf.cpp | 36 std::array<uint8_t, CONST_4> ch; member 169 MUtf8Char ch = ConvertUtf16ToMUtf8(utf16_in[i], next16Code); in ConvertRegionUtf16ToMUtf8() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_global.cpp | 82 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/ |
| D | context.cpp | 57 for (const auto &ch : p) { in ValidateRegisterName() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | utf_helper.cpp | 33 bool IsUTF16HighSurrogate(uint16_t ch) in IsUTF16HighSurrogate() 38 bool IsUTF16LowSurrogate(uint16_t ch) in IsUTF16LowSurrogate()
|
| D | utf_helper.h | 64 std::array<uint8_t, MAX_BYTES> ch; member
|
| D | json_parser.h | 546 bool IsNumberCharacter(T ch) in IsNumberCharacter() 554 bool IsNumberSignalCharacter(T ch) in IsNumberSignalCharacter()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | compiler_log.cpp | 65 std::vector<std::string> AotMethodLogList::spiltString(const std::string &str, const char ch) in spiltString()
|
| D | stub_builder.cpp | 1098 GateRef StubBuilder::IsDigit(GateRef ch) in IsDigit()
|
| /arkcompiler/ets_frontend/es2panda/lexer/regexp/ |
| D | regexp.cpp | 687 char32_t ch = Next(); in ParseUnicodePropertyEscape() local
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | ustring.h | 273 void Append(char32_t ch) noexcept in Append()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | encode.cpp | 1231 void Aarch64Encoder::HandleChar(int32_t ch, const vixl::aarch64::Register &tmp, vixl::aarch64::Labe… in HandleChar()
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property
|