Searched refs:baseKeyLength (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 4540 uint32_t baseKeyLength; in TestBeforeRuleWithScriptReordering() local 4556 (void)baseKeyLength; in TestBeforeRuleWithScriptReordering() 4575 baseKeyLength = ucol_getSortKey(myCollation, base, baseLen, baseKey, 256); in TestBeforeRuleWithScriptReordering() 4614 uint32_t baseKeyLength; in TestNonLeadBytesDuringCollationReordering() local 4632 … baseKeyLength = ucol_getSortKey(myCollation, testString, UPRV_LENGTHOF(testString), baseKey, 256); in TestNonLeadBytesDuringCollationReordering() 4641 if (baseKeyLength != reorderKeyLength) { in TestNonLeadBytesDuringCollationReordering() 4646 for (i = 1; i < baseKeyLength; i++) { in TestNonLeadBytesDuringCollationReordering() 4661 … baseKeyLength = ucol_getSortKey(myCollation, testString, UPRV_LENGTHOF(testString), baseKey, 256); in TestNonLeadBytesDuringCollationReordering() 4670 if (baseKeyLength != reorderKeyLength) { in TestNonLeadBytesDuringCollationReordering() 4675 for (i = 1; i < baseKeyLength; i++) { in TestNonLeadBytesDuringCollationReordering()
|