Home
last modified time | relevance | path

Searched defs:MaybeStackArray (Results 1 – 25 of 39) sorted by relevance

12

/third_party/icu/icu4c/source/i18n/
Dunits_complexconverter.h27 template class U_I18N_API MaybeStackArray<units::UnitsConverter*, 8>; variable
30 template class U_I18N_API MaybeStackArray<MeasureUnitImpl*, 8>; variable
33 template class U_I18N_API MaybeStackArray<MeasureUnit*, 8>; variable
Dunits_data.h55 template class U_I18N_API MaybeStackArray<units::ConversionRateInfo*, 8>; variable
148 template class U_I18N_API MaybeStackArray<units::UnitPreferenceMetadata*, 8>; variable
151 template class U_I18N_API MaybeStackArray<units::UnitPreference*, 8>; variable
Dnumparse_affixes.h55 template class U_I18N_API MaybeStackArray<numparse::impl::CodePointMatcher*, 8>; variable
56 template class U_I18N_API MaybeStackArray<UChar, 4>; variable
Dnumparse_compositions.h18 template class U_I18N_API MaybeStackArray<const numparse::impl::NumberParseMatcher*, 3>; variable
Dmeasunit_impl.h178 template class U_I18N_API MaybeStackArray<SingleUnitImpl *, 8>; variable
318 template class U_I18N_API MaybeStackArray<MeasureUnitImplWithIndex *, 8>; variable
Dunits_router.h86 template class U_I18N_API MaybeStackArray<units::ConverterPreference*, 8>; variable
/third_party/skia/third_party/externals/icu/source/i18n/
Dunits_complexconverter.h27 template class U_I18N_API MaybeStackArray<units::UnitsConverter*, 8>; variable
30 template class U_I18N_API MaybeStackArray<MeasureUnitImpl*, 8>; variable
33 template class U_I18N_API MaybeStackArray<MeasureUnit*, 8>; variable
Dunits_data.h55 template class U_I18N_API MaybeStackArray<units::ConversionRateInfo*, 8>; variable
148 template class U_I18N_API MaybeStackArray<units::UnitPreferenceMetadata*, 8>; variable
151 template class U_I18N_API MaybeStackArray<units::UnitPreference*, 8>; variable
Dnumparse_affixes.h55 template class U_I18N_API MaybeStackArray<numparse::impl::CodePointMatcher*, 8>; variable
56 template class U_I18N_API MaybeStackArray<UChar, 4>; variable
Dnumparse_compositions.h18 template class U_I18N_API MaybeStackArray<const numparse::impl::NumberParseMatcher*, 3>; variable
Dmeasunit_impl.h178 template class U_I18N_API MaybeStackArray<SingleUnitImpl *, 8>; variable
318 template class U_I18N_API MaybeStackArray<MeasureUnitImplWithIndex *, 8>; variable
Dunits_router.h86 template class U_I18N_API MaybeStackArray<units::ConverterPreference*, 8>; variable
/third_party/node/deps/icu-small/source/i18n/
Dunits_complexconverter.h27 template class U_I18N_API MaybeStackArray<units::UnitsConverter*, 8>; variable
30 template class U_I18N_API MaybeStackArray<MeasureUnitImpl*, 8>; variable
33 template class U_I18N_API MaybeStackArray<MeasureUnit*, 8>; variable
Dunits_data.h55 template class U_I18N_API MaybeStackArray<units::ConversionRateInfo*, 8>; variable
148 template class U_I18N_API MaybeStackArray<units::UnitPreferenceMetadata*, 8>; variable
151 template class U_I18N_API MaybeStackArray<units::UnitPreference*, 8>; variable
Dnumparse_affixes.h55 template class U_I18N_API MaybeStackArray<numparse::impl::CodePointMatcher*, 8>; variable
56 template class U_I18N_API MaybeStackArray<UChar, 4>; variable
Dnumparse_compositions.h18 template class U_I18N_API MaybeStackArray<const numparse::impl::NumberParseMatcher*, 3>; variable
Dmeasunit_impl.h205 template class U_I18N_API MaybeStackArray<SingleUnitImpl *, 8>; variable
354 template class U_I18N_API MaybeStackArray<MeasureUnitImplWithIndex *, 8>; variable
Dunits_router.h86 template class U_I18N_API MaybeStackArray<units::ConverterPreference*, 8>; variable
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dcmemory.h293 MaybeStackArray() : ptr(stackArray), capacity(stackCapacity), needToRelease(FALSE) {} in MaybeStackArray() function
299 MaybeStackArray(int32_t newCapacity) : MaybeStackArray() { in MaybeStackArray() function
400 MaybeStackArray(const MaybeStackArray & /*other*/) {} in MaybeStackArray() argument
419 icu::MaybeStackArray<T, stackCapacity>::MaybeStackArray( in MaybeStackArray() function
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumparse_compositions.h18 template class U_I18N_API MaybeStackArray<const numparse::impl::NumberParseMatcher*, 3>; variable
Dnumparse_affixes.h55 template class U_I18N_API MaybeStackArray<UChar, 4>; variable
56 template class U_I18N_API MaybeStackArray<numparse::impl::CodePointMatcher*, 3>; variable
/third_party/icu/icu4c/source/common/
Dcmemory.h344 MaybeStackArray() : ptr(stackArray), capacity(stackCapacity), needToRelease(false) {} in MaybeStackArray() function
350 MaybeStackArray(int32_t newCapacity, UErrorCode status) : MaybeStackArray() { in MaybeStackArray() function
477 icu::MaybeStackArray<T, stackCapacity>::MaybeStackArray( in MaybeStackArray() function
/third_party/skia/third_party/externals/icu/source/common/
Dcmemory.h344 MaybeStackArray() : ptr(stackArray), capacity(stackCapacity), needToRelease(false) {} in MaybeStackArray() function
350 MaybeStackArray(int32_t newCapacity, UErrorCode status) : MaybeStackArray() { in MaybeStackArray() function
477 icu::MaybeStackArray<T, stackCapacity>::MaybeStackArray( in MaybeStackArray() function
/third_party/node/deps/icu-small/source/common/
Dcmemory.h344 MaybeStackArray() : ptr(stackArray), capacity(stackCapacity), needToRelease(false) {} in MaybeStackArray() function
350 MaybeStackArray(int32_t newCapacity, UErrorCode status) : MaybeStackArray() { in MaybeStackArray() function
477 icu::MaybeStackArray<T, stackCapacity>::MaybeStackArray( in MaybeStackArray() function
Dcharstr.h27 template class U_COMMON_API MaybeStackArray<char, 40>; variable

12