Home
last modified time | relevance | path

Searched refs:baseKeyLength (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c4542 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
4634baseKeyLength = 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()
4663baseKeyLength = 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()