HomeSort by relevance Sort by last modified time
    Searched defs:IsAsciiDigit (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
string_util.h 341 inline bool IsAsciiDigit(Char c) {
  /external/v8/src/
dateparser.h 82 for (n = 0; IsAsciiDigit() && n < kMaxInt / 10 - 1; Next()) {
121 bool IsAsciiDigit() const { return IsDecimalDigit(ch_); }

Completed in 114 milliseconds