Home
last modified time | relevance | path

Searched refs:LEX_CHAR_ZWJ (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/lexer/token/
H A Dletters.h145 #define LEX_CHAR_ZWJ 0x200D /* zero width joiner */ macro
/arkcompiler/ets_frontend/ets2panda/lexer/token/
H A Dletters.h141 inline constexpr char32_t LEX_CHAR_ZWJ = 0x200D; /* zero width joiner */ member
/arkcompiler/ets_frontend/ets2panda/lexer/
H A DkeywordsUtil.cpp192 return (u_hasBinaryProperty(uchar, UCHAR_ID_CONTINUE) || cp == LEX_CHAR_ZWNJ || cp == LEX_CHAR_ZWJ); in IsIdentifierPart()
/arkcompiler/ets_frontend/es2panda/lexer/
H A DkeywordsUtil.cpp196 return (u_hasBinaryProperty(uchar, UCHAR_ID_CONTINUE) || cp == LEX_CHAR_ZWNJ || cp == LEX_CHAR_ZWJ); in IsIdentifierPart()
/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
H A Dregexp.cpp854 uchar == LEX_CHAR_BACKSLASH || uchar == LEX_CHAR_ZWNJ || uchar == LEX_CHAR_ZWJ; in IsIdCont()
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
H A Dregexp.cpp831 return u_isIDPart(uchar) != 0 || cp == LEX_CHAR_DOLLAR_SIGN || cp == LEX_CHAR_ZWNJ || cp == LEX_CHAR_ZWJ; in IsIdCont()

Completed in 5 milliseconds