Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dbytestrietest.cpp606 char intBytes1[5]; in TestDelta() local
623 memset(intBytes1, 1, sizeof(intBytes1)); in TestDelta()
625 int32_t length1 = BytesTrieBuilder::internalEncodeDelta(delta, intBytes1); in TestDelta()
632 uint8_t b1 = intBytes1[i]; in TestDelta()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DBytesTrieTest.java538 byte[] intBytes1 = new byte[5]; in TestDelta()
555 Arrays.fill(intBytes1, (byte)1); in TestDelta()
557 int length1 = BytesTrieBuilder.internalEncodeDelta(delta, intBytes1); in TestDelta()
563 byte b1 = intBytes1[i]; in TestDelta()