| /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/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_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 | 385 static bool IsAsciiAlpha(char ch) in IsAsciiAlpha() 390 static char LocaleIndependentAsciiToUpper(char ch) in LocaleIndependentAsciiToUpper() 395 static char LocaleIndependentAsciiToLower(char ch) in LocaleIndependentAsciiToLower() 666 static bool IsAToZ(char ch) in IsAToZ()
|
| D | js_date_time_format.cpp | 1221 char16_t ch = pattern.charAt(i); in ChangeHourCyclePattern() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_global.cpp | 84 bool BuiltinsGlobal::IsUnescapedURI(uint16_t ch) in IsUnescapedURI() 92 bool BuiltinsGlobal::IsInUnescapedURISet(uint16_t ch) in IsInUnescapedURISet() 100 bool BuiltinsGlobal::IsInReservedURISet(uint16_t ch) in IsInReservedURISet() 108 bool BuiltinsGlobal::IsReservedURI(uint16_t ch) in IsReservedURI() 115 bool BuiltinsGlobal::IsInMarkURISet(uint16_t ch) in IsInMarkURISet() 122 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 | 35 bool IsUTF16HighSurrogate(uint16_t ch) in IsUTF16HighSurrogate() 40 bool IsUTF16LowSurrogate(uint16_t ch) in IsUTF16LowSurrogate()
|
| D | utf_helper.h | 66 std::array<uint8_t, MAX_BYTES> ch; member
|
| D | json_parser.h | 560 bool IsNumberCharacter(T ch) in IsNumberCharacter() 568 bool IsNumberSignalCharacter(T ch) in IsNumberSignalCharacter()
|
| /arkcompiler/ets_runtime/ecmascript/intl/ |
| D | locale_helper.h | 112 static bool IsAsciiAlpha(char ch) in IsAsciiAlpha()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | compiler_log.cpp | 66 std::vector<std::string> AotMethodLogList::spiltString(const std::string &str, const char ch) in spiltString()
|
| D | stub_builder.cpp | 1284 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/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|