Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregion.cpp87 …LocalUHashtablePointer newNumericCodeMap(uhash_open(uhash_hashLong,uhash_compareLong,NULL,&status)… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
191 uhash_iput(newNumericCodeMap.getAlias(),r->code,(void *)(r.getAlias()),&status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
229 … uhash_iput(newNumericCodeMap.getAlias(),aliasFromRegion->code,(void *)aliasFromRegion,&status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
278 uhash_iput(newNumericCodeMap.getAlias(),r->code,(void *)r,&status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
382 numericCodeMap = newNumericCodeMap.orphan(); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()