Home
last modified time | relevance | path

Searched refs:LEX_CHAR_ZWNJ (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/lexer/token/
Dletters.h144 #define LEX_CHAR_ZWNJ 0x200C /* zero width non-joiner */ macro
/arkcompiler/ets_frontend/es2panda/lexer/
DkeywordsUtil.cpp196 …return (u_hasBinaryProperty(uchar, UCHAR_ID_CONTINUE) || cp == LEX_CHAR_ZWNJ || cp == LEX_CHAR_ZWJ… in IsIdentifierPart()
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.cpp829 …return u_isIDPart(uchar) != 0 || cp == LEX_CHAR_DOLLAR_SIGN || cp == LEX_CHAR_ZWNJ || cp == LEX_CH… in IsIdCont()