Searched refs:intArr (Results 1 – 2 of 2) sorted by relevance
390 const char* intArr = "new int[] {\n"; in intvector_write_java() local412 T_FileStream_write(out, intArr, (int32_t)uprv_strlen(intArr)); in intvector_write_java()
1752 int [] intArr = {10, 5, 134, 7, 19}; in test_hashCode$LI() local1755 for (int i = 0; i < intArr.length; i++) { in test_hashCode$LI()1756 listOfInteger.add(new Integer(intArr[i])); in test_hashCode$LI()1759 arrayHashCode = Arrays.hashCode(intArr); in test_hashCode$LI()1763 assertEquals(Arrays.hashCode(intArr2), Arrays.hashCode(intArr)); in test_hashCode$LI()