Home
last modified time | relevance | path

Searched refs:overflowInParse (Results 1 – 3 of 3) sorted by relevance

/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2CellId.java458 if (overflowInParse(value, digit)) { in fromToken()
505 private static boolean overflowInParse(long current, int digit) { in overflowInParse() method in S2CellId
506 return overflowInParse(current, digit, 10); in overflowInParse()
516 private static boolean overflowInParse(long current, int digit, int radix) { in overflowInParse() method in S2CellId
/external/guava/guava/src/com/google/common/primitives/
DUnsignedLongs.java354 if (pos > maxSafePos && ParseOverflowDetection.overflowInParse(value, digit, radix)) { in parseUnsignedLong()
420 static boolean overflowInParse(long current, int digit, int radix) { in overflowInParse() method in UnsignedLongs.ParseOverflowDetection
/external/guava/android/guava/src/com/google/common/primitives/
DUnsignedLongs.java354 if (pos > maxSafePos && ParseOverflowDetection.overflowInParse(value, digit, radix)) { in parseUnsignedLong()
420 static boolean overflowInParse(long current, int digit, int radix) { in overflowInParse() method in UnsignedLongs.ParseOverflowDetection