Searched refs:ascii_isdigit (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.cc81 if (ascii_isdigit(format[i+1])) {
115 if (ascii_isdigit(format[i+1])) {
H A Dstrutil.h58 // ascii_isdigit()
68 inline bool ascii_isdigit(char c) { function in namespace:google::protobuf
H A Dcommon_unittest.cc58 (ascii_isdigit(version[pos]) || version[pos] == '.')) {
/external/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.cc81 if (ascii_isdigit(format[i+1])) {
115 if (ascii_isdigit(format[i+1])) {
H A Dstrutil.h58 // ascii_isdigit()
68 inline bool ascii_isdigit(char c) { function in namespace:google::protobuf
H A Dcommon_unittest.cc58 (ascii_isdigit(version[pos]) || version[pos] == '.')) {
/external/llvm/lib/Support/
H A DStringRef.cpp35 static bool ascii_isdigit(char x) { function
76 if (ascii_isdigit(Data[I]) && ascii_isdigit(RHS.Data[I])) {
81 bool ld = J < Length && ascii_isdigit(Data[J]);
82 bool rd = J < RHS.Length && ascii_isdigit(RHS.Data[J]);
/external/llvm/include/llvm/TableGen/
H A DRecord.h1732 static bool ascii_isdigit(char x) { return x >= '0' && x <= '9'; } function in struct:llvm::LessRecordRegister
1744 bool isDigitPart = ascii_isdigit(Curr[0]);
1746 bool isDigit = ascii_isdigit(Curr[I]);
1751 isDigitPart = ascii_isdigit(Curr[I]);

Completed in 138 milliseconds