Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterSurrogateTest.java164 int[] bvalues = { in TestCodePointAtBefore() local
179 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()