Searched refs:newNumericCodeMap (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | region.cpp | 83 …LocalUHashtablePointer newNumericCodeMap(uhash_open(uhash_hashLong,uhash_compareLong,nullptr,&stat… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local 185 uhash_iput(newNumericCodeMap.getAlias(),r->code,(void *)(r.getAlias()),&status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 255 … uhash_iput(newNumericCodeMap.getAlias(),aliasFromRegion->code,(void *)aliasFromRegion,&status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 303 uhash_iput(newNumericCodeMap.getAlias(),r->code,(void *)r,&status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 414 numericCodeMap = newNumericCodeMap.orphan(); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | region.cpp | 83 …LocalUHashtablePointer newNumericCodeMap(uhash_open(uhash_hashLong,uhash_compareLong,nullptr,&stat… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local 185 uhash_iput(newNumericCodeMap.getAlias(),r->code,(void *)(r.getAlias()),&status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 255 … uhash_iput(newNumericCodeMap.getAlias(),aliasFromRegion->code,(void *)aliasFromRegion,&status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 303 uhash_iput(newNumericCodeMap.getAlias(),r->code,(void *)r,&status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 414 numericCodeMap = newNumericCodeMap.orphan(); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|