Searched refs:avalues (Results 1 – 1 of 1) sorted by relevance
159 int[] avalues = { in TestCodePointAtBefore() local171 for (int i = 0; i < avalues.length; ++i) { in TestCodePointAtBefore()172 if (UCharacter.codePointAt(s, i) != avalues[i]) in TestCodePointAtBefore()174 if (UCharacter.codePointAt(c, i) != avalues[i]) in TestCodePointAtBefore()176 if (UCharacter.codePointAt(b, i) != avalues[i]) in TestCodePointAtBefore()189 for (int i = 0; i < avalues.length; ++i) { in TestCodePointAtBefore()190 if (UCharacter.codePointAt(c, i, 4) != avalues[i]) in TestCodePointAtBefore()