isUnicodeIdentifierPart 129 eval/eval-lex-inlines.h return (c < 128 && (char_attrs[c] & CHAR_ATTR_SUBSEQUENT) == 0) || !isUnicodeIdentifierPart(c); isUnicodeIdentifierPart 241 eval/eval-lex-xml.cpp return isUnicodeIdentifierPart(c) || c == ':' || c == '.' || c == '-'; isUnicodeIdentifierPart 177 eval/eval-lex.cpp while (isUnicodeIdentifierPart(c = *idx)) { isUnicodeIdentifierPart 1362 eval/eval-lex.cpp if (!(idx == start ? isUnicodeIdentifierStart(c) : isUnicodeIdentifierPart(c))) isUnicodeIdentifierPart 1374 eval/eval-lex.cpp if (!(compiler->liberal_idents || (idx == start ? isUnicodeIdentifierStart(c) : isUnicodeIdentifierPart(c)))) isUnicodeIdentifierPart 379 eval/eval-lex.h bool isUnicodeIdentifierPart(int c);