Home
last modified time | relevance | path

Searched defs:fromData (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/common/
DColor.h26 static Color fromData(const T *data) { return Color(data[0], data[1], data[2], data[3]); } in fromData() function
/third_party/skia/third_party/externals/angle2/src/common/
DColor.h26 static Color fromData(const T *data) { return Color(data[0], data[1], data[2], data[3]); } in fromData() function
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DIntlTestDecimalFormatSymbols.java336 … DecimalFormatSymbols fromData = DecimalFormatSymbols.getInstance(new ULocale("en@numbers=osma")); in testDigitSymbols() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDecimalFormatSymbols.java333 … DecimalFormatSymbols fromData = DecimalFormatSymbols.getInstance(new ULocale("en@numbers=osma")); in testDigitSymbols() local
/third_party/icu/icu4c/source/test/intltest/
Dtsdcfmsy.cpp319 DecimalFormatSymbols fromData(Locale("en@numbers=osma"), status); in testDigitSymbols() local
/third_party/node/deps/npm/node_modules/ssri/
Dindex.js197 function fromData (data, opts) { function