Searched refs:newNumericCodeMap (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | region.cpp | 88 …LocalUHashtablePointer newNumericCodeMap(uhash_open(uhash_hashLong,uhash_compareLong,NULL,&status)… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local 197 uhash_iput(newNumericCodeMap.getAlias(),r->code,(void *)(r.getAlias()),&status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 234 … uhash_iput(newNumericCodeMap.getAlias(),aliasFromRegion->code,(void *)aliasFromRegion,&status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 282 uhash_iput(newNumericCodeMap.getAlias(),r->code,(void *)r,&status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 386 numericCodeMap = newNumericCodeMap.orphan(); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
/third_party/icu/icu4c/source/i18n/ |
D | region.cpp | 83 …LocalUHashtablePointer newNumericCodeMap(uhash_open(uhash_hashLong,uhash_compareLong,NULL,&status)… 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()
|
/third_party/node/deps/icu-small/source/i18n/ |
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()
|