Home
last modified time | relevance | path

Searched refs:buildInstance (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/common/
Dbrkiter.cpp55 BreakIterator::buildInstance(const Locale& loc, const char *type, UErrorCode &status) in buildInstance() function in BreakIterator
415 result = BreakIterator::buildInstance(loc, "grapheme", status); in makeInstance()
418 result = BreakIterator::buildInstance(loc, "word", status); in makeInstance()
431 result = BreakIterator::buildInstance(loc, lbType, status); in makeInstance()
434 result = BreakIterator::buildInstance(loc, "sentence", status); in makeInstance()
451 result = BreakIterator::buildInstance(loc, "title", status); in makeInstance()
/third_party/skia/third_party/externals/icu/source/common/
Dbrkiter.cpp56 BreakIterator::buildInstance(const Locale& loc, const char *type, UErrorCode &status) in buildInstance() function in BreakIterator
418 result = BreakIterator::buildInstance(loc, "grapheme", status); in makeInstance()
425 result = BreakIterator::buildInstance(loc, "word", status); in makeInstance()
440 result = BreakIterator::buildInstance(loc, lbType, status); in makeInstance()
449 result = BreakIterator::buildInstance(loc, "sentence", status); in makeInstance()
468 result = BreakIterator::buildInstance(loc, "title", status); in makeInstance()
/third_party/node/deps/icu-small/source/common/
Dbrkiter.cpp56 BreakIterator::buildInstance(const Locale& loc, const char *type, UErrorCode &status) in buildInstance() function in BreakIterator
418 result = BreakIterator::buildInstance(loc, "grapheme", status); in makeInstance()
425 result = BreakIterator::buildInstance(loc, "word", status); in makeInstance()
440 result = BreakIterator::buildInstance(loc, lbType, status); in makeInstance()
449 result = BreakIterator::buildInstance(loc, "sentence", status); in makeInstance()
468 result = BreakIterator::buildInstance(loc, "title", status); in makeInstance()
/third_party/icu/icu4c/source/common/
Dbrkiter.cpp56 BreakIterator::buildInstance(const Locale& loc, const char *type, UErrorCode &status) in buildInstance() function in BreakIterator
418 result = BreakIterator::buildInstance(loc, "grapheme", status); in makeInstance()
425 result = BreakIterator::buildInstance(loc, "word", status); in makeInstance()
440 result = BreakIterator::buildInstance(loc, lbType, status); in makeInstance()
449 result = BreakIterator::buildInstance(loc, "sentence", status); in makeInstance()
468 result = BreakIterator::buildInstance(loc, "title", status); in makeInstance()
/third_party/flutter/flutter/packages/flutter_tools/lib/src/build_system/
Dbuild_system.dart475 final _BuildInstance buildInstance = _BuildInstance(environment, fileCache, buildSystemConfig);
478 passed = await buildInstance.invokeTarget(target);
491 buildInstance.inputFiles.removeWhere((String path, File file) {
496 buildInstance.outputFiles.removeWhere((String path, File file) {
504 exceptions: buildInstance.exceptionMeasurements,
505 performance: buildInstance.stepTimings,
506 inputFiles: buildInstance.inputFiles.values.toList()
508 outputFiles: buildInstance.outputFiles.values.toList()
/third_party/icu/icu4c/source/common/unicode/
Dbrkiter.h626 static BreakIterator* buildInstance(const Locale& loc, const char *type, UErrorCode& status);
/third_party/node/deps/icu-small/source/common/unicode/
Dbrkiter.h626 static BreakIterator* buildInstance(const Locale& loc, const char *type, UErrorCode& status);
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dbrkiter.h618 static BreakIterator* buildInstance(const Locale& loc, const char *type, UErrorCode& status);
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dbrkiter.h626 static BreakIterator* buildInstance(const Locale& loc, const char *type, UErrorCode& status);