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

  /external/v8/src/
conversions.h 26 const int kMaxSignificantDigits = 772;
dateparser.h 46 static const int kMaxSignificantDigits = 9;
68 // kMaxSignificantDigits, but skip remaining digits if the numeral
74 if (i < kMaxSignificantDigits) n = n * 10 + ch_ - '0';

Completed in 79 milliseconds