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