Lines Matching refs:baseKey
4539 uint8_t baseKey[256]; in TestBeforeRuleWithScriptReordering() local
4575 baseKeyLength = ucol_getSortKey(myCollation, base, baseLen, baseKey, 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()
4595 ucol_getSortKey(myCollation, base, baseLen, baseKey, 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()
4613 uint8_t baseKey[256]; in TestNonLeadBytesDuringCollationReordering() local
4632 … baseKeyLength = ucol_getSortKey(myCollation, testString, UPRV_LENGTHOF(testString), baseKey, 256); in TestNonLeadBytesDuringCollationReordering()
4647 if (baseKey[i] != reorderKey[i]) { in TestNonLeadBytesDuringCollationReordering()
4661 … baseKeyLength = ucol_getSortKey(myCollation, testString, UPRV_LENGTHOF(testString), baseKey, 256); in TestNonLeadBytesDuringCollationReordering()
4676 if (baseKey[i] != reorderKey[i]) { in TestNonLeadBytesDuringCollationReordering()