Searched refs:IsRegExpNewline (Results 1 – 3 of 3) sorted by relevance
42 inline bool IsRegExpNewline(uc32 c);
81 inline bool IsRegExpNewline(uc16 c) { in IsRegExpNewline() function
479 TestCharacterClassEscapes('.', IsRegExpNewline); in TEST()