Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java3186 byte[] reorderKey; in TestNonLeadBytesDuringCollationReordering()
3196 reorderKey = myCollation.getCollationKey(testString).toByteArray(); in TestNonLeadBytesDuringCollationReordering()
3198 if (baseKey.length != reorderKey.length) { in TestNonLeadBytesDuringCollationReordering()
3203 if (baseKey[i] != reorderKey[i]) { in TestNonLeadBytesDuringCollationReordering()
3214 reorderKey = myCollation.getCollationKey(testString).toByteArray(); in TestNonLeadBytesDuringCollationReordering()
3216 if (baseKey.length != reorderKey.length) { in TestNonLeadBytesDuringCollationReordering()
3221 if (baseKey[i] != reorderKey[i]) { in TestNonLeadBytesDuringCollationReordering()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationMiscTest.java3189 byte[] reorderKey; in TestNonLeadBytesDuringCollationReordering()
3199 reorderKey = myCollation.getCollationKey(testString).toByteArray(); in TestNonLeadBytesDuringCollationReordering()
3201 if (baseKey.length != reorderKey.length) { in TestNonLeadBytesDuringCollationReordering()
3206 if (baseKey[i] != reorderKey[i]) { in TestNonLeadBytesDuringCollationReordering()
3217 reorderKey = myCollation.getCollationKey(testString).toByteArray(); in TestNonLeadBytesDuringCollationReordering()
3219 if (baseKey.length != reorderKey.length) { in TestNonLeadBytesDuringCollationReordering()
3224 if (baseKey[i] != reorderKey[i]) { in TestNonLeadBytesDuringCollationReordering()
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c4615 uint8_t reorderKey[256]; in TestNonLeadBytesDuringCollationReordering() local
4639 …erKeyLength = ucol_getSortKey(myCollation, testString, UPRV_LENGTHOF(testString), reorderKey, 256); in TestNonLeadBytesDuringCollationReordering()
4647 if (baseKey[i] != reorderKey[i]) { in TestNonLeadBytesDuringCollationReordering()
4668 …erKeyLength = ucol_getSortKey(myCollation, testString, UPRV_LENGTHOF(testString), reorderKey, 256); in TestNonLeadBytesDuringCollationReordering()
4676 if (baseKey[i] != reorderKey[i]) { in TestNonLeadBytesDuringCollationReordering()