Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dapicoll.cpp1135 const uint8_t *tempkey = key1.getByteArray(keylength); in TestSortKey() local
1136 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey()
1138 tempkey = key2.getByteArray(keylength); in TestSortKey()
1139 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey()
1141 tempkey = key3.getByteArray(keylength); in TestSortKey()
1142 doAssert(memcmp(tempkey, sortkey3, keylength) == 0, in TestSortKey()
1149 tempkey = key1.getByteArray(keylength); in TestSortKey()
1150 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey()
1152 tempkey = key2.getByteArray(keylength); in TestSortKey()
1153 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationAPITest.java135 byte tempkey[] = key2.toByteArray(); in TestCollationKey()
136 byte subkey2compat[] = new byte[tempkey.length]; in TestCollationKey()
137 System.arraycopy(key2identical, 0, subkey2compat, 0, tempkey.length); in TestCollationKey()
139 doAssert(Arrays.equals(tempkey, subkey2compat), in TestCollationKey()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java132 byte tempkey[] = key2.toByteArray(); in TestCollationKey()
133 byte subkey2compat[] = new byte[tempkey.length]; in TestCollationKey()
134 System.arraycopy(key2identical, 0, subkey2compat, 0, tempkey.length); in TestCollationKey()
136 doAssert(Arrays.equals(tempkey, subkey2compat), in TestCollationKey()