Searched defs:IsAsciiAlpha (Results 1 – 3 of 3) sorted by relevance
272 inline bool IsAsciiAlpha(Char c) { in IsAsciiAlpha() function
329 bool IsAsciiAlpha(char ch) { in IsAsciiAlpha() function
115164 static bool IsAsciiAlpha(char16_t aChar) { return NS_IsAsciiAlpha(aChar); } in IsAsciiAlpha() function in nsCRT