Home
last modified time | relevance | path

Searched refs:tmpResult (Results 1 - 12 of 12) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A Dunits_complexconverter.cpp193 MaybeStackArray<Measure *, 4> tmpResult(unitsConverters_.length(), status); in convert()
198 // Package values into temporary Measure instances in tmpResult: in convert()
204 tmpResult[units_[i]->index] = new Measure(formattableQuantity, type, status); in convert()
209 tmpResult[units_[i]->index] = new Measure(formattableQuantity, type, status); in convert()
215 U_ASSERT(tmpResult[i] != nullptr); in convert()
216 result.emplaceBackAndCheckErrorCode(status, *tmpResult[i]); in convert()
217 delete tmpResult[i]; in convert()
H A Dzonemeta.cpp578 UVector *tmpResult = createMetazoneMappings(tzid); in getMetazoneMappings() local
579 if (tmpResult == NULL) { in getMetazoneMappings()
596 delete tmpResult; in getMetazoneMappings()
599 uhash_put(gOlsonToMeta, key, tmpResult, &status); in getMetazoneMappings()
603 delete tmpResult; in getMetazoneMappings()
605 result = tmpResult; in getMetazoneMappings()
610 delete tmpResult; in getMetazoneMappings()
H A Dmsgfmt.cpp1547 Formattable* tmpResult = parse(source, status, cnt); in parseObject() local
1548 if (tmpResult != NULL) in parseObject()
1549 result.adoptArray(tmpResult, cnt); in parseObject()
/third_party/node/deps/icu-small/source/i18n/
H A Dunits_complexconverter.cpp195 MaybeStackArray<Measure *, 4> tmpResult(unitsConverters_.length(), status); in convert()
200 // Package values into temporary Measure instances in tmpResult: in convert()
206 tmpResult[units_[i]->index] = new Measure(formattableQuantity, type, status); in convert()
211 tmpResult[units_[i]->index] = new Measure(formattableQuantity, type, status); in convert()
217 U_ASSERT(tmpResult[i] != nullptr); in convert()
218 result.emplaceBackAndCheckErrorCode(status, *tmpResult[i]); in convert()
219 delete tmpResult[i]; in convert()
H A Dzonemeta.cpp608 UVector *tmpResult = createMetazoneMappings(tzid); in getMetazoneMappings() local
609 if (tmpResult == nullptr) { in getMetazoneMappings()
626 delete tmpResult; in getMetazoneMappings()
629 uhash_put(gOlsonToMeta, key, tmpResult, &status); in getMetazoneMappings()
633 delete tmpResult; in getMetazoneMappings()
635 result = tmpResult; in getMetazoneMappings()
640 delete tmpResult; in getMetazoneMappings()
H A Dmsgfmt.cpp1548 Formattable* tmpResult = parse(source, status, cnt); in parseObject() local
1549 if (tmpResult != nullptr) in parseObject()
1550 result.adoptArray(tmpResult, cnt); in parseObject()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dunits_complexconverter.cpp193 MaybeStackArray<Measure *, 4> tmpResult(unitsConverters_.length(), status); in convert()
198 // Package values into temporary Measure instances in tmpResult: in convert()
204 tmpResult[units_[i]->index] = new Measure(formattableQuantity, type, status); in convert()
209 tmpResult[units_[i]->index] = new Measure(formattableQuantity, type, status); in convert()
216 U_ASSERT(tmpResult[i] != nullptr); in convert()
217 result.emplaceBackAndCheckErrorCode(status, *tmpResult[i]); in convert()
218 delete tmpResult[i]; in convert()
H A Dzonemeta.cpp586 UVector *tmpResult = createMetazoneMappings(tzid); in getMetazoneMappings() local
587 if (tmpResult == NULL) { in getMetazoneMappings()
604 delete tmpResult; in getMetazoneMappings()
607 uhash_put(gOlsonToMeta, key, tmpResult, &status); in getMetazoneMappings()
611 delete tmpResult; in getMetazoneMappings()
613 result = tmpResult; in getMetazoneMappings()
618 delete tmpResult; in getMetazoneMappings()
H A Dmsgfmt.cpp1545 Formattable* tmpResult = parse(source, status, cnt); in parseObject() local
1546 if (tmpResult != NULL) in parseObject()
1547 result.adoptArray(tmpResult, cnt); in parseObject()
/third_party/node/deps/icu-small/source/tools/pkgdata/
H A Dpkgdata.cpp854 int32_t tmpResult = 0; in initializePkgDataFlags() local
892 tmpResult = parseFlagsFile(o->options, pkgDataFlags, currentBufferSize, FLAG_NAMES, (int32_t)PKGDATA_FLAGS_SIZE, &status); in initializePkgDataFlags()
900 currentBufferSize = tmpResult; in initializePkgDataFlags()
/third_party/icu/icu4c/source/tools/pkgdata/
H A Dpkgdata.cpp851 int32_t tmpResult = 0; in initializePkgDataFlags() local
889 tmpResult = parseFlagsFile(o->options, pkgDataFlags, currentBufferSize, FLAG_NAMES, (int32_t)PKGDATA_FLAGS_SIZE, &status); in initializePkgDataFlags()
897 currentBufferSize = tmpResult; in initializePkgDataFlags()
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/
H A Dpkgdata.cpp851 int32_t tmpResult = 0; in initializePkgDataFlags() local
889 tmpResult = parseFlagsFile(o->options, pkgDataFlags, currentBufferSize, FLAG_NAMES, (int32_t)PKGDATA_FLAGS_SIZE, &status); in initializePkgDataFlags()
897 currentBufferSize = tmpResult; in initializePkgDataFlags()

Completed in 24 milliseconds