Home
last modified time | relevance | path

Searched refs:createData (Results 1 – 11 of 11) sorted by relevance

/third_party/icu/icu4c/source/tools/gentest/
Dgentest.c52 static void createData(const char*, UErrorCode *);
97 createData(options[2].value, &errorCode); in main()
104 createData(const char* outputDirectory, UErrorCode *errorCode) { in createData() function
/third_party/skia/third_party/externals/icu/source/tools/gentest/
Dgentest.c52 static void createData(const char*, UErrorCode *);
97 createData(options[2].value, &errorCode); in main()
104 createData(const char* outputDirectory, UErrorCode *errorCode) { in createData() function
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DTestUtil.java289 LSTMBreakEngine.createData(UScript.THAI); in lstmDataIsBuilt()
295 LSTMBreakEngine.createData(UScript.MYANMAR); in lstmDataIsBuilt()
/third_party/skia/bench/
DPathBench.cpp307 void createData(int minVerbs, in createData() function in RandomPathBench
412 this->createData(10, 100); in onDelayedSetup()
441 this->createData(10, 100); in onDelayedSetup()
478 this->createData(10, 100); in onDelayedSetup()
526 this->createData(10, 100); in onDelayedSetup()
590 this->createData(10, 100, allowMoves); in onDelayedSetup()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
DLSTMBreakEngine.java416 public static LSTMData createData(UResourceBundle bundle) {
425 public static LSTMData createData(int script) {
435 return createData(rb);
/third_party/node/deps/npm/node_modules/qrcode-terminal/vendor/QRCode/
Dindex.js106 this.dataCache = QRCode.createData(this.typeNumber, this.errorCorrectLevel, this.dataList);
343 QRCode.createData = function(typeNumber, errorCorrectLevel, dataList) { function in QRCode
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBILSTMTest.java65 String actualModelName = LSTMBreakEngine.createData(script).fName; in runTestFromFile()
DLSTMBreakEngineTest.java56 return LSTMBreakEngine.create(script, LSTMBreakEngine.createData(bundle)); in createEngineFromTestData()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_pasteboard.js173 createData: function (...args) { method
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRuleBasedBreakIterator.java759 eng = LSTMBreakEngine.create(script, LSTMBreakEngine.createData(script)); in getLanguageBreakEngine()
769 eng = LSTMBreakEngine.create(script, LSTMBreakEngine.createData(script)); in getLanguageBreakEngine()
/third_party/icu/docs/userguide/icu_data/
Dindex.md990 * Binary format: test.icu: see `createData()` in