Home
last modified time | relevance | path

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

/art/test/021-string2/src/
DMain.java335 int i_category = (i - 1) / 16; in testCompareToAndEquals() local
340 if (i_category == j_category) { in testCompareToAndEquals()
341 switch (i_category) { in testCompareToAndEquals()
352 } else if (i_category == 3 || i_category == 6 || i_category == 9 || in testCompareToAndEquals()
358 (i_category == 0 && i_index < j_index) || in testCompareToAndEquals()
364 ((i_category == 1 && j_category == 2) || in testCompareToAndEquals()
365 (i_category == 2 && j_category == 1) || in testCompareToAndEquals()
366 (i_category == 4 && j_category == 5) || in testCompareToAndEquals()
367 (i_category == 5 && j_category == 4) || in testCompareToAndEquals()
368 (i_category == 7 && j_category == 8) || in testCompareToAndEquals()
[all …]