Home
last modified time | relevance | path

Searched refs:UNICODE_INVALID_CP (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
H A Dregexp.cpp722 if (Peek() != LEX_CHAR_LEFT_PAREN || Peek() != LEX_CHAR_BACKSLASH || Peek() != UNICODE_INVALID_CP) { in ValidateNamedBackreference()
739 if (cp == UNICODE_INVALID_CP && !groupNames_.empty()) { in ValidateGroupNameElement()
872 if (!IsIdStart(cp) && cp != UNICODE_INVALID_CP && backReferences_.empty()) { in ParseIdent()
899 if (cp == UNICODE_INVALID_CP) { in ParseIdent()
/arkcompiler/ets_frontend/es2panda/lexer/token/
H A Dletters.h156 #define UNICODE_INVALID_CP UINT32_MAX macro
/arkcompiler/ets_frontend/ets2panda/lexer/token/
H A Dletters.h150 inline constexpr char32_t UNICODE_INVALID_CP = UINT32_MAX; member
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSNolintParser.cpp51 while (cp != lexer::LEX_CHAR_EOS && cp != lexer::UNICODE_CODE_POINT_MAX && cp != lexer::UNICODE_INVALID_CP) { in CollectETSNolints()

Completed in 4 milliseconds