Lines Matching refs:baseKey
4541 uint8_t baseKey[256]; in TestBeforeRuleWithScriptReordering() local
4577 baseKeyLength = ucol_getSortKey(myCollation, base, baseLen, baseKey, 256); in TestBeforeRuleWithScriptReordering()
4579 if (baseKey[0] != beforeKey[0]) { in TestBeforeRuleWithScriptReordering()
4580 …. base character lead byte = %02x, before character lead byte = %02x\n", baseKey[0], beforeKey[0]); in TestBeforeRuleWithScriptReordering()
4597 ucol_getSortKey(myCollation, base, baseLen, baseKey, 256); in TestBeforeRuleWithScriptReordering()
4599 if (baseKey[0] != beforeKey[0]) { in TestBeforeRuleWithScriptReordering()
4600 …. base character lead byte = %02x, before character lead byte = %02x\n", baseKey[0], beforeKey[0]); in TestBeforeRuleWithScriptReordering()
4615 uint8_t baseKey[256]; in TestNonLeadBytesDuringCollationReordering() local
4634 … baseKeyLength = ucol_getSortKey(myCollation, testString, UPRV_LENGTHOF(testString), baseKey, 256); in TestNonLeadBytesDuringCollationReordering()
4649 if (baseKey[i] != reorderKey[i]) { in TestNonLeadBytesDuringCollationReordering()
4663 … baseKeyLength = ucol_getSortKey(myCollation, testString, UPRV_LENGTHOF(testString), baseKey, 256); in TestNonLeadBytesDuringCollationReordering()
4678 if (baseKey[i] != reorderKey[i]) { in TestNonLeadBytesDuringCollationReordering()