Searched refs:bvalues (Results 1 – 1 of 1) sorted by relevance
164 int[] bvalues = { in TestCodePointAtBefore() local179 if (UCharacter.codePointBefore(s, i + 1) != bvalues[i]) in TestCodePointAtBefore()181 if (UCharacter.codePointBefore(c, i + 1) != bvalues[i]) in TestCodePointAtBefore()183 if (UCharacter.codePointBefore(b, i + 1) != bvalues[i]) in TestCodePointAtBefore()192 if (UCharacter.codePointBefore(c, i + 1, 0) != bvalues[i]) in TestCodePointAtBefore()