Searched refs:baseKeyLength (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 4542 uint32_t baseKeyLength; in TestBeforeRuleWithScriptReordering() local 4558 (void)baseKeyLength; in TestBeforeRuleWithScriptReordering() 4577 baseKeyLength = ucol_getSortKey(myCollation, base, baseLen, baseKey, 256); in TestBeforeRuleWithScriptReordering() 4616 uint32_t baseKeyLength; in TestNonLeadBytesDuringCollationReordering() local 4634 … baseKeyLength = ucol_getSortKey(myCollation, testString, UPRV_LENGTHOF(testString), baseKey, 256); in TestNonLeadBytesDuringCollationReordering() 4643 if (baseKeyLength != reorderKeyLength) { in TestNonLeadBytesDuringCollationReordering() 4648 for (i = 1; i < baseKeyLength; i++) { in TestNonLeadBytesDuringCollationReordering() 4663 … baseKeyLength = ucol_getSortKey(myCollation, testString, UPRV_LENGTHOF(testString), baseKey, 256); in TestNonLeadBytesDuringCollationReordering() 4672 if (baseKeyLength != reorderKeyLength) { in TestNonLeadBytesDuringCollationReordering() 4677 for (i = 1; i < baseKeyLength; i++) { in TestNonLeadBytesDuringCollationReordering()
|