Lines Matching refs:baseKey
5844 uint8_t baseKey[256]; in TestBeforeRuleWithScriptReordering() local
5878 baseKeyLength = ucol_getSortKey(myCollation, base, baseLen, baseKey, 256); in TestBeforeRuleWithScriptReordering()
5880 if (baseKey[0] != beforeKey[0]) { in TestBeforeRuleWithScriptReordering()
5881 …. base character lead byte = %02x, before character lead byte = %02x\n", baseKey[0], beforeKey[0]); in TestBeforeRuleWithScriptReordering()
5898 ucol_getSortKey(myCollation, base, baseLen, baseKey, 256); in TestBeforeRuleWithScriptReordering()
5900 if (baseKey[0] != beforeKey[0]) { in TestBeforeRuleWithScriptReordering()
5901 …. base character lead byte = %02x, before character lead byte = %02x\n", baseKey[0], beforeKey[0]); in TestBeforeRuleWithScriptReordering()
5916 uint8_t baseKey[256]; in TestNonLeadBytesDuringCollationReordering() local
5935 baseKeyLength = ucol_getSortKey(myCollation, testString, LEN(testString), baseKey, 256); in TestNonLeadBytesDuringCollationReordering()
5950 if (baseKey[i] != reorderKey[i]) { in TestNonLeadBytesDuringCollationReordering()
5964 baseKeyLength = ucol_getSortKey(myCollation, testString, LEN(testString), baseKey, 256); in TestNonLeadBytesDuringCollationReordering()
5979 if (baseKey[i] != reorderKey[i]) { in TestNonLeadBytesDuringCollationReordering()