Home
last modified time | relevance | path

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/
DUnsignedLongTest.java110 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/
DUnsignedIntegerTest.java123 int[] radices = {2, 3, 5, 7, 10, 12, 16, 21, 31, 36}; in testToStringRadixQuick() local
124 for (int radix : radices) { in testToStringRadixQuick()
DUnsignedLongTest.java124 int[] radices = {2, 3, 5, 7, 10, 12, 16, 21, 31, 36}; in testToStringRadixQuick() local
125 for (int radix : radices) { in testToStringRadixQuick()