Home
last modified time | relevance | path

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

/art/test/021-string2/src/
DMain.java337 int j_category = (j - 1) / 16; in testCompareToAndEquals() local
340 if (i_category == j_category) { in testCompareToAndEquals()
353 j_category == 3 || j_category == 6 || j_category == 9) { in testCompareToAndEquals()
359 (j_category == 0 && j_index < i_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()
369 (i_category == 8 && j_category == 7)))) { in testCompareToAndEquals()