Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Ducm.c418 int32_t *baseMap, *extMap; in checkBaseExtBytes() local
423 baseMap=base->reverseMap; in checkBaseExtBytes()
440 mb=base->mappings+baseMap[b]; in checkBaseExtBytes()
/external/icu/icu4c/source/i18n/
Dtimezone.cpp801 int32_t *baseMap = getMap(type, baseLen, ec); in create() local
825 int32_t zidx = baseMap[i]; in create()
883 result = new TZEnumeration(baseMap, baseLen, FALSE); in create()