| /arkcompiler/ets_frontend/es2panda/lexer/ |
| D | lexer.h | 424 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/ |
| D | json_builder.cpp | 31 …std::find_if(string.begin(), string.end(), [](char ch) { return ch == '"' || ch == '\\' || ch < ' … in JsonEscape()
|
| D | utf.h | 85 std::array<uint8_t, MAX_BYTES> ch; member
|
| /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/ |
| D | date_parse.h | 85 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()
|
| D | js_locale.h | 386 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()
|
| D | ecma_string_table.h | 187 JSTaggedValue GetStringFromSingleCharTable(int32_t ch) in GetStringFromSingleCharTable()
|
| /arkcompiler/ets_frontend/ets2panda/lexer/ |
| D | lexer.h | 575 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/ |
| D | mergeProgram.cpp | 157 … 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/ |
| D | builtins_string.h | 295 static bool IsUTF16HighSurrogate(uint16_t ch) in IsUTF16HighSurrogate() 299 static bool IsUTF16LowSurrogate(uint16_t ch) in IsUTF16LowSurrogate()
|
| D | builtins_global.h | 205 static bool IsUTF16HighSurrogate(uint16_t ch) in IsUTF16HighSurrogate() 210 static bool IsUTF16LowSurrogate(uint16_t ch) in IsUTF16LowSurrogate()
|
| D | builtins_global.cpp | 117 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/ |
| D | ustring.cpp | 87 char32_t ch = it.PeekCp(&size); in IsConvertibleToChar() local
|
| D | ustring.h | 287 void Append(char32_t ch) noexcept in Append()
|
| /arkcompiler/runtime_core/assembler/ |
| D | context.cpp | 57 for (const auto &ch : p) { in ValidateRegisterName() local
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | context.cpp | 56 for (const auto &ch : p) { in ValidateFoundedRegisterName() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/cookbook_convertor/src/ |
| D | cookbook_convertor.ts | 201 for (const ch of s) { constant
|
| /arkcompiler/ets_runtime/ecmascript/intl/ |
| D | locale_helper.h | 114 static bool IsAsciiAlpha(char ch) in IsAsciiAlpha()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | utf_helper.cpp | 36 bool IsUTF16HighSurrogate(uint16_t ch) in IsUTF16HighSurrogate() 41 bool IsUTF16LowSurrogate(uint16_t ch) in IsUTF16LowSurrogate()
|
| D | utf_helper.h | 96 std::array<uint8_t, MAX_BYTES> ch; member
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_String.cpp | 369 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/ |
| D | data_protect.h | 168 void Append(char ch) in Append()
|
| /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()
|
| /arkcompiler/ets_frontend/es2panda/lexer/regexp/ |
| D | regexp.cpp | 689 char32_t ch = Next(); in ParseUnicodePropertyEscape() local
|