Home
last modified time | relevance | path

Searched refs:ascii_isdigit (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dsubstitute.cc81 if (ascii_isdigit(format[i+1])) { in SubstituteAndAppend()
115 if (ascii_isdigit(format[i+1])) { in SubstituteAndAppend()
Dcommon_unittest.cc58 (ascii_isdigit(version[pos]) || version[pos] == '.')) { in TEST()
Dstrutil.h68 inline bool ascii_isdigit(char c) { in ascii_isdigit() function
/external/llvm/lib/Support/
DStringRef.cpp35 static bool ascii_isdigit(char x) { in ascii_isdigit() function
76 if (ascii_isdigit(Data[I]) && ascii_isdigit(RHS.Data[I])) { in compare_numeric()
81 bool ld = J < Length && ascii_isdigit(Data[J]); in compare_numeric()
82 bool rd = J < RHS.Length && ascii_isdigit(RHS.Data[J]); in compare_numeric()
/external/llvm/include/llvm/TableGen/
DRecord.h1500 static bool ascii_isdigit(char x) { return x >= '0' && x <= '9'; } in ascii_isdigit() function
1512 bool isDigitPart = ascii_isdigit(Curr[0]); in RecordParts()
1514 bool isDigit = ascii_isdigit(Curr[I]); in RecordParts()
1519 isDigitPart = ascii_isdigit(Curr[I]); in RecordParts()