Searched defs:isDigit (Results 1 – 3 of 3) sorted by relevance
160 TEST(CharInfoTest, isDigit) { in TEST() argument
94 LLVM_READONLY static inline bool isDigit(unsigned char c) { in isDigit() function
1759 bool isDigit = ascii_isdigit(Curr[I]); in RecordParts() local