Searched refs:reorderKey (Results 1 – 3 of 3) sorted by relevance
3186 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()
3189 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()
4617 uint8_t reorderKey[256]; in TestNonLeadBytesDuringCollationReordering() local4641 …erKeyLength = ucol_getSortKey(myCollation, testString, UPRV_LENGTHOF(testString), reorderKey, 256); in TestNonLeadBytesDuringCollationReordering()4649 if (baseKey[i] != reorderKey[i]) { in TestNonLeadBytesDuringCollationReordering()4670 …erKeyLength = ucol_getSortKey(myCollation, testString, UPRV_LENGTHOF(testString), reorderKey, 256); in TestNonLeadBytesDuringCollationReordering()4678 if (baseKey[i] != reorderKey[i]) { in TestNonLeadBytesDuringCollationReordering()