Searched refs:baseLen (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | timezone.cpp | 799 int32_t baseLen; in create() local 800 int32_t *baseMap = getMap(type, baseLen, ec); in create() 823 for (int32_t i = 0; i < baseLen; i++) { in create() 882 result = new TZEnumeration(baseMap, baseLen, FALSE); in create()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 4545 int32_t baseLen = UPRV_LENGTHOF(base); in TestBeforeRuleWithScriptReordering() local 4569 collResult = ucol_strcoll(myCollation, base, baseLen, before, beforeLen); in TestBeforeRuleWithScriptReordering() 4575 baseKeyLength = ucol_getSortKey(myCollation, base, baseLen, baseKey, 256); in TestBeforeRuleWithScriptReordering() 4589 collResult = ucol_strcoll(myCollation, base, baseLen, before, beforeLen); in TestBeforeRuleWithScriptReordering() 4595 ucol_getSortKey(myCollation, base, baseLen, baseKey, 256); in TestBeforeRuleWithScriptReordering()
|