Lines Matching refs:baseKey
4543 uint8_t baseKey[256]; in TestBeforeRuleWithScriptReordering() local
4579 baseKeyLength = ucol_getSortKey(myCollation, base, baseLen, baseKey, 256); in TestBeforeRuleWithScriptReordering()
4581 if (baseKey[0] != beforeKey[0]) { in TestBeforeRuleWithScriptReordering()
4582 …. base character lead byte = %02x, before character lead byte = %02x\n", baseKey[0], beforeKey[0]); in TestBeforeRuleWithScriptReordering()
4599 ucol_getSortKey(myCollation, base, baseLen, baseKey, 256); in TestBeforeRuleWithScriptReordering()
4601 if (baseKey[0] != beforeKey[0]) { in TestBeforeRuleWithScriptReordering()
4602 …. base character lead byte = %02x, before character lead byte = %02x\n", baseKey[0], beforeKey[0]); in TestBeforeRuleWithScriptReordering()
4617 uint8_t baseKey[256]; in TestNonLeadBytesDuringCollationReordering() local
4636 baseKeyLength = ucol_getSortKey(myCollation, testString, LEN(testString), baseKey, 256); in TestNonLeadBytesDuringCollationReordering()
4651 if (baseKey[i] != reorderKey[i]) { in TestNonLeadBytesDuringCollationReordering()
4665 baseKeyLength = ucol_getSortKey(myCollation, testString, LEN(testString), baseKey, 256); in TestNonLeadBytesDuringCollationReordering()
4680 if (baseKey[i] != reorderKey[i]) { in TestNonLeadBytesDuringCollationReordering()