Searched defs:isIdentifier (Results 1 – 9 of 9) sorted by relevance
152 public static boolean isIdentifier(CharSequence s) { in isIdentifier() method in PatternProps172 public static boolean isIdentifier(CharSequence s, int start, int limit) { in isIdentifier() method in PatternProps
150 public static boolean isIdentifier(CharSequence s) { in isIdentifier() method in PatternProps170 public static boolean isIdentifier(CharSequence s, int start, int limit) { in isIdentifier() method in PatternProps
208 PatternProps::isIdentifier(const UChar *s, int32_t length) { in isIdentifier() function in PatternProps
169 internal val String.isIdentifier get() = IDENTIFIER_REGEX.matches(this) constant
471 bool isIdentifier() const { return !Qualifier.getInt(); } in isIdentifier() function
199 bool isIdentifier() const { return getStoredNameKind() == StoredIdentifier; } in isIdentifier() function
1395 bool isIdentifier = Tok.is(tok::identifier); in isCXXDeclarationSpecifier() local
227 public boolean isIdentifier() { in isIdentifier() method in JavaToken.Category