Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dtimezone.cpp824 int32_t baseLen; in create() local
825 int32_t *baseMap = getMap(type, baseLen, ec); in create()
848 for (int32_t i = 0; i < baseLen; i++) { in create()
907 result = new TZEnumeration(baseMap, baseLen, FALSE); in create()
/external/icu4c/test/cintltst/
Dcmsccoll.c5860 int32_t baseLen = sizeof(base)/sizeof(*base); in TestBeforeRuleWithScriptReordering() local
5882 collResult = ucol_strcoll(myCollation, base, baseLen, before, beforeLen); in TestBeforeRuleWithScriptReordering()
5888 baseKeyLength = ucol_getSortKey(myCollation, base, baseLen, baseKey, 256); in TestBeforeRuleWithScriptReordering()
5902 collResult = ucol_strcoll(myCollation, base, baseLen, before, beforeLen); in TestBeforeRuleWithScriptReordering()
5908 ucol_getSortKey(myCollation, base, baseLen, baseKey, 256); in TestBeforeRuleWithScriptReordering()