HomeSort by relevance Sort by last modified time
    Searched refs:ascii_isdigit (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
substitute.cc 81 if (ascii_isdigit(format[i+1])) {
115 if (ascii_isdigit(format[i+1])) {
strutil.h 58 // ascii_isdigit()
68 inline bool ascii_isdigit(char c) { function in namespace:google::protobuf
common_unittest.cc 58 (ascii_isdigit(version[pos]) || version[pos] == '.')) {
  /external/protobuf/src/google/protobuf/stubs/
substitute.cc 81 if (ascii_isdigit(format[i+1])) {
115 if (ascii_isdigit(format[i+1])) {
strutil.h 58 // ascii_isdigit()
68 inline bool ascii_isdigit(char c) { function in namespace:google::protobuf
common_unittest.cc 58 (ascii_isdigit(version[pos]) || version[pos] == '.')) {
  /external/llvm/lib/Support/
StringRef.cpp 36 static bool ascii_isdigit(char x) { function
58 if (ascii_isdigit(Data[I]) && ascii_isdigit(RHS.Data[I])) {
63 bool ld = J < Length && ascii_isdigit(Data[J]);
64 bool rd = J < RHS.Length && ascii_isdigit(RHS.Data[J]);
  /external/llvm/include/llvm/TableGen/
Record.h 1736 static bool ascii_isdigit(char x) { return x >= '0' && x <= '9'; } function in struct:llvm::LessRecordRegister
    [all...]

Completed in 99 milliseconds