Searched refs:isSyntaxOrWhiteSpace (Results 1 – 3 of 3) sorted by relevance
135 PatternProps::isSyntaxOrWhiteSpace(UChar32 c) { in isSyntaxOrWhiteSpace() function in PatternProps202 if(isSyntaxOrWhiteSpace(*s++)) { in isIdentifier()211 while(length>0 && !isSyntaxOrWhiteSpace(*s)) { in skipIdentifier()
51 static UBool isSyntaxOrWhiteSpace(UChar32 c);
404 if(PatternProps::isSyntaxOrWhiteSpace(c)) { in TestPatternProperties()