Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregion.cpp88 …LocalUHashtablePointer newNumericCodeMap(uhash_open(uhash_hashLong,uhash_compareLong,NULL,&status)… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
192 uhash_iput(newNumericCodeMap.getAlias(),r->code,(void *)(r.getAlias()),&status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
230 … uhash_iput(newNumericCodeMap.getAlias(),aliasFromRegion->code,(void *)aliasFromRegion,&status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
279 uhash_iput(newNumericCodeMap.getAlias(),r->code,(void *)r,&status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
383 numericCodeMap = newNumericCodeMap.orphan(); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()