Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dtimezone.cpp813 int32_t baseLen; in create() local
814 int32_t *baseMap = getMap(type, baseLen, ec); in create()
837 for (int32_t i = 0; i < baseLen; i++) { in create()
896 result = new TZEnumeration(baseMap, baseLen, FALSE); in create()
/external/icu4c/test/cintltst/
Dcmsccoll.c5850 int32_t baseLen = sizeof(base)/sizeof(*base); in TestBeforeRuleWithScriptReordering() local
5872 collResult = ucol_strcoll(myCollation, base, baseLen, before, beforeLen); in TestBeforeRuleWithScriptReordering()
5878 baseKeyLength = ucol_getSortKey(myCollation, base, baseLen, baseKey, 256); in TestBeforeRuleWithScriptReordering()
5892 collResult = ucol_strcoll(myCollation, base, baseLen, before, beforeLen); in TestBeforeRuleWithScriptReordering()
5898 ucol_getSortKey(myCollation, base, baseLen, baseKey, 256); in TestBeforeRuleWithScriptReordering()