Searched refs:IsLowerLetter (Results 1 – 1 of 1) sorted by relevance
177 static bool IsLowerLetter(char ch) { return ch >= 'a' && ch <= 'z'; } in IsLowerLetter() function216 return IsLowerLetter(ch) || IsDigit(ch); in Matches()218 return IsLowerLetter(ch) || IsDigit(ch) || ch == '_'; in Matches()