Home
last modified time | relevance | path

Searched refs:IsAlpha (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/private/
Dbionic_ctype.h32 static inline bool IsAlpha(int ch) { in IsAlpha() function
/bionic/libc/bionic/
Dstrtol.cpp79 } else if (IsAlpha(c)) { in StrToI()
143 } else if (IsAlpha(c)) { in StrToU()