/third_party/icu/icu4c/source/common/ |
H A D | cmemory.h | 324 * WARNING: MaybeStackArray only works with primitive (plain-old data) types. 332 class MaybeStackArray { class 344 MaybeStackArray() : ptr(stackArray), capacity(stackCapacity), needToRelease(false) {} in MaybeStackArray() function in MaybeStackArray 350 MaybeStackArray(int32_t newCapacity, UErrorCode status) : MaybeStackArray() { in MaybeStackArray() function in MaybeStackArray 363 ~MaybeStackArray() { releaseArray(); } in ~MaybeStackArray() 367 MaybeStackArray(MaybeStackArray<T, stackCapacity> &&src) U_NOEXCEPT; 371 MaybeStackArray<T, stackCapacity> &operator=(MaybeStackArray< [all...] |
H A D | charstr.h | 24 // Windows needs us to DLL-export the MaybeStackArray template specialization, 27 template class U_COMMON_API MaybeStackArray<char, 40>; variable 175 MaybeStackArray<char, 40> buffer;
|
/third_party/node/deps/icu-small/source/common/ |
H A D | cmemory.h | 324 * WARNING: MaybeStackArray only works with primitive (plain-old data) types. 332 class MaybeStackArray { class 344 MaybeStackArray() : ptr(stackArray), capacity(stackCapacity), needToRelease(false) {} in MaybeStackArray() function in MaybeStackArray 350 MaybeStackArray(int32_t newCapacity, UErrorCode status) : MaybeStackArray() { in MaybeStackArray() function in MaybeStackArray 363 ~MaybeStackArray() { releaseArray(); } in ~MaybeStackArray() 367 MaybeStackArray(MaybeStackArray<T, stackCapacity> &&src) noexcept; 371 MaybeStackArray<T, stackCapacity> &operator=(MaybeStackArray< [all...] |
H A D | charstr.h | 24 // Windows needs us to DLL-export the MaybeStackArray template specialization, 27 template class U_COMMON_API MaybeStackArray<char, 40>; variable 175 MaybeStackArray<char, 40> buffer;
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | cmemory.h | 324 * WARNING: MaybeStackArray only works with primitive (plain-old data) types. 332 class MaybeStackArray { class 344 MaybeStackArray() : ptr(stackArray), capacity(stackCapacity), needToRelease(false) {} in MaybeStackArray() function in MaybeStackArray 350 MaybeStackArray(int32_t newCapacity, UErrorCode status) : MaybeStackArray() { in MaybeStackArray() function in MaybeStackArray 363 ~MaybeStackArray() { releaseArray(); } in ~MaybeStackArray() 367 MaybeStackArray(MaybeStackArray<T, stackCapacity> &&src) U_NOEXCEPT; 371 MaybeStackArray<T, stackCapacity> &operator=(MaybeStackArray< [all...] |
H A D | charstr.h | 24 // Windows needs us to DLL-export the MaybeStackArray template specialization, 27 template class U_COMMON_API MaybeStackArray<char, 40>; variable 175 MaybeStackArray<char, 40> buffer;
|
/third_party/icu/icu4c/source/i18n/ |
H A D | units_complexconverter.h | 20 // Export explicit template instantiations of MaybeStackArray, MemoryPool and 27 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 127 void applyRounder(MaybeStackArray<int64_t, 5> &intValues, double &quantity,
|
H A D | number_microprops.h | 32 class IntMeasures : public MaybeStackArray<int64_t, 2> { 40 IntMeasures() : MaybeStackArray<int64_t, 2>() {} in IntMeasures() 48 IntMeasures(const IntMeasures &other) : MaybeStackArray<int64_t, 2>() { in IntMeasures()
|
H A D | units_data.h | 48 // Export explicit template instantiations of MaybeStackArray, MemoryPool and 55 template class U_I18N_API MaybeStackArray<units::ConversionRateInfo*, 8>; variable 148 // Export explicit template instantiations of MaybeStackArray, MemoryPool and 155 template class U_I18N_API MaybeStackArray<units::UnitPreferenceMetadata*, 8>; variable 158 template class U_I18N_API MaybeStackArray<units::UnitPreference*, 8>; variable
|
H A D | numparse_compositions.h | 14 // Export an explicit template instantiation of the MaybeStackArray that is used as a data member of ArraySeriesMatcher. 15 // When building DLLs for Windows this is required even though no direct access to the MaybeStackArray leaks out of the i18n library. 18 template class U_I18N_API MaybeStackArray<const numparse::impl::NumberParseMatcher*, 3>; variable 99 typedef MaybeStackArray<const NumberParseMatcher*, 3> MatcherArray;
|
H A D | numparse_impl.h | 25 // Export an explicit template instantiation of the MaybeStackArray that is used as a data member of NumberParserImpl. 26 // When building DLLs for Windows this is required even though no direct access to the MaybeStackArray leaks out of the i18n library. 29 template class U_I18N_API MaybeStackArray<const numparse::impl::NumberParseMatcher*, 10>; variable 69 MaybeStackArray<const NumberParseMatcher*, 10> fMatchers;
|
H A D | units_complexconverter.cpp | 156 MaybeStackArray<int64_t, 5> intValues(unitsConverters_.length() - 1, status); in convert() 191 // Initialize empty result. We use a MaybeStackArray directly so we can in convert() 193 MaybeStackArray<Measure *, 4> tmpResult(unitsConverters_.length(), status); in convert() 223 void ComplexUnitsConverter::applyRounder(MaybeStackArray<int64_t, 5> &intValues, double &quantity, in applyRounder()
|
H A D | measunit_impl.h | 201 // Export explicit template instantiations of MaybeStackArray, MemoryPool and 205 template class U_I18N_API MaybeStackArray<SingleUnitImpl *, 8>; variable 350 // Export explicit template instantiations of MaybeStackArray, MemoryPool and 354 template class U_I18N_API MaybeStackArray<MeasureUnitImplWithIndex *, 8>; variable
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | units_complexconverter.h | 20 // Export explicit template instantiations of MaybeStackArray, MemoryPool and 27 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 127 void applyRounder(MaybeStackArray<int64_t, 5> &intValues, double &quantity,
|
H A D | number_microprops.h | 32 class IntMeasures : public MaybeStackArray<int64_t, 2> { 40 IntMeasures() : MaybeStackArray<int64_t, 2>() {} in IntMeasures() 48 IntMeasures(const IntMeasures &other) : MaybeStackArray<int64_t, 2>() { in IntMeasures()
|
H A D | units_data.h | 49 // Export explicit template instantiations of MaybeStackArray, MemoryPool and 56 template class U_I18N_API MaybeStackArray<units::ConversionRateInfo*, 8>; variable 149 // Export explicit template instantiations of MaybeStackArray, MemoryPool and 156 template class U_I18N_API MaybeStackArray<units::UnitPreferenceMetadata*, 8>; variable 159 template class U_I18N_API MaybeStackArray<units::UnitPreference*, 8>; variable
|
H A D | numparse_compositions.h | 14 // Export an explicit template instantiation of the MaybeStackArray that is used as a data member of ArraySeriesMatcher. 15 // When building DLLs for Windows this is required even though no direct access to the MaybeStackArray leaks out of the i18n library. 18 template class U_I18N_API MaybeStackArray<const numparse::impl::NumberParseMatcher*, 3>; variable 99 typedef MaybeStackArray<const NumberParseMatcher*, 3> MatcherArray;
|
H A D | numparse_impl.h | 25 // Export an explicit template instantiation of the MaybeStackArray that is used as a data member of NumberParserImpl. 26 // When building DLLs for Windows this is required even though no direct access to the MaybeStackArray leaks out of the i18n library. 29 template class U_I18N_API MaybeStackArray<const numparse::impl::NumberParseMatcher*, 10>; variable 69 MaybeStackArray<const NumberParseMatcher*, 10> fMatchers;
|
H A D | units_complexconverter.cpp | 156 MaybeStackArray<int64_t, 5> intValues(unitsConverters_.length() - 1, status); in convert() 193 // Initialize empty result. We use a MaybeStackArray directly so we can in convert() 195 MaybeStackArray<Measure *, 4> tmpResult(unitsConverters_.length(), status); in convert() 225 void ComplexUnitsConverter::applyRounder(MaybeStackArray<int64_t, 5> &intValues, double &quantity, in applyRounder()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | units_complexconverter.h | 20 // Export explicit template instantiations of MaybeStackArray, MemoryPool and 27 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 125 void applyRounder(MaybeStackArray<int64_t, 5> &intValues, double &quantity,
|
H A D | number_microprops.h | 31 class IntMeasures : public MaybeStackArray<int64_t, 2> { 39 IntMeasures() : MaybeStackArray<int64_t, 2>() {} in IntMeasures() 47 IntMeasures(const IntMeasures &other) : MaybeStackArray<int64_t, 2>() { in IntMeasures()
|
H A D | units_data.h | 48 // Export explicit template instantiations of MaybeStackArray, MemoryPool and 55 template class U_I18N_API MaybeStackArray<units::ConversionRateInfo*, 8>; variable 141 // Export explicit template instantiations of MaybeStackArray, MemoryPool and 148 template class U_I18N_API MaybeStackArray<units::UnitPreferenceMetadata*, 8>; variable 151 template class U_I18N_API MaybeStackArray<units::UnitPreference*, 8>; variable
|
H A D | numparse_compositions.h | 14 // Export an explicit template instantiation of the MaybeStackArray that is used as a data member of ArraySeriesMatcher. 15 // When building DLLs for Windows this is required even though no direct access to the MaybeStackArray leaks out of the i18n library. 18 template class U_I18N_API MaybeStackArray<const numparse::impl::NumberParseMatcher*, 3>; variable 99 typedef MaybeStackArray<const NumberParseMatcher*, 3> MatcherArray;
|
H A D | numparse_impl.h | 25 // Export an explicit template instantiation of the MaybeStackArray that is used as a data member of NumberParserImpl. 26 // When building DLLs for Windows this is required even though no direct access to the MaybeStackArray leaks out of the i18n library. 29 template class U_I18N_API MaybeStackArray<const numparse::impl::NumberParseMatcher*, 10>; variable 69 MaybeStackArray<const NumberParseMatcher*, 10> fMatchers;
|
H A D | units_complexconverter.cpp | 156 MaybeStackArray<int64_t, 5> intValues(unitsConverters_.length() - 1, status); in convert() 191 // Initialize empty result. We use a MaybeStackArray directly so we can in convert() 193 MaybeStackArray<Measure *, 4> tmpResult(unitsConverters_.length(), status); in convert() 224 void ComplexUnitsConverter::applyRounder(MaybeStackArray<int64_t, 5> &intValues, double &quantity, in applyRounder()
|