Searched refs:radices (Results 1 – 3 of 3) sorted by relevance
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/ |
D | UnsignedLongTest.java | 110 int[] radices = {2, 3, 5, 7, 10, 12, 16, 21, 31, 36}; in testToStringRadixQuick() local 111 for (int radix : radices) { in testToStringRadixQuick()
|
/external/guava/guava-tests/test/com/google/common/primitives/ |
D | UnsignedIntegerTest.java | 123 int[] radices = {2, 3, 5, 7, 10, 12, 16, 21, 31, 36}; in testToStringRadixQuick() local 124 for (int radix : radices) { in testToStringRadixQuick()
|
D | UnsignedLongTest.java | 124 int[] radices = {2, 3, 5, 7, 10, 12, 16, 21, 31, 36}; in testToStringRadixQuick() local 125 for (int radix : radices) { in testToStringRadixQuick()
|