Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/lexer/token/
H A Dletters.h144 #define LEX_CHAR_ZWNJ 0x200C /* zero width non-joiner */ macro
/arkcompiler/ets_frontend/ets2panda/lexer/token/
H A Dletters.h140 inline constexpr char32_t LEX_CHAR_ZWNJ = 0x200C; /* zero width non-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