Home
last modified time | relevance | path

Searched defs:ascii_isdigit (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h68 inline bool ascii_isdigit(char c) { in ascii_isdigit() function
/external/llvm/lib/Support/
DStringRef.cpp36 static bool ascii_isdigit(char x) { in ascii_isdigit() function