Searched refs:IsRegExpWord (Results 1 – 3 of 3) sorted by relevance
70 inline bool IsRegExpWord(uc16 c) { in IsRegExpWord() function
25 inline bool IsRegExpWord(uc32 c);
562 return !IsRegExpWord(c); in NotWord()588 TestCharacterClassEscapes('w', IsRegExpWord); in TEST()