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

  /external/guava/guava/src/com/google/common/primitives/
UnsignedLongs.java 272 if (pos > max_safe_pos && overflowInParse(value, digit, radix)) {
287 private static boolean overflowInParse(long current, int digit, int radix) {
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 37 milliseconds