Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtimezone.cpp796 int32_t baseLen; in create() local
797 int32_t *baseMap = getMap(type, baseLen, ec); in create()
820 for (int32_t i = 0; i < baseLen; i++) { in create()
879 result = new TZEnumeration(baseMap, baseLen, FALSE); in create()
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c4549 int32_t baseLen = sizeof(base)/sizeof(*base); in TestBeforeRuleWithScriptReordering() local
4573 collResult = ucol_strcoll(myCollation, base, baseLen, before, beforeLen); in TestBeforeRuleWithScriptReordering()
4579 baseKeyLength = ucol_getSortKey(myCollation, base, baseLen, baseKey, 256); in TestBeforeRuleWithScriptReordering()
4593 collResult = ucol_strcoll(myCollation, base, baseLen, before, beforeLen); in TestBeforeRuleWithScriptReordering()
4599 ucol_getSortKey(myCollation, base, baseLen, baseKey, 256); in TestBeforeRuleWithScriptReordering()