Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c4541 uint8_t beforeKey[256]; in TestBeforeRuleWithScriptReordering() local
4576 beforeKeyLength = ucol_getSortKey(myCollation, before, beforeLen, beforeKey, 256); in TestBeforeRuleWithScriptReordering()
4577 if (baseKey[0] != beforeKey[0]) { in TestBeforeRuleWithScriptReordering()
4578 …. base character lead byte = %02x, before character lead byte = %02x\n", baseKey[0], beforeKey[0]); in TestBeforeRuleWithScriptReordering()
4596 ucol_getSortKey(myCollation, before, beforeLen, beforeKey, 256); in TestBeforeRuleWithScriptReordering()
4597 if (baseKey[0] != beforeKey[0]) { in TestBeforeRuleWithScriptReordering()
4598 …. base character lead byte = %02x, before character lead byte = %02x\n", baseKey[0], beforeKey[0]); in TestBeforeRuleWithScriptReordering()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java3150 CollationKey beforeKey = myCollation.getCollationKey(before); in TestBeforeRuleWithScriptReordering() local
3152 byte[] beforeKeyBytes = beforeKey.toByteArray(); in TestBeforeRuleWithScriptReordering()
3169 beforeKey = myCollation.getCollationKey(before); in TestBeforeRuleWithScriptReordering()
3171 beforeKeyBytes = beforeKey.toByteArray(); in TestBeforeRuleWithScriptReordering()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationMiscTest.java3153 CollationKey beforeKey = myCollation.getCollationKey(before); in TestBeforeRuleWithScriptReordering() local
3155 byte[] beforeKeyBytes = beforeKey.toByteArray(); in TestBeforeRuleWithScriptReordering()
3172 beforeKey = myCollation.getCollationKey(before); in TestBeforeRuleWithScriptReordering()
3174 beforeKeyBytes = beforeKey.toByteArray(); in TestBeforeRuleWithScriptReordering()