Home
last modified time | relevance | path

Searched defs:breaks (Results 1 – 17 of 17) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DsilentNeverPropagation.js32 var breaks = convert(createModule({ a: 12 }, { foo: function () { return true; } })); variable
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DDataDrivenNumberFormatTestUtility.java290 private boolean breaks(char code) { in breaks() method in DataDrivenNumberFormatTestUtility
291 String breaks = tuple.breaks == null ? "" : tuple.breaks; in breaks() local
DDataDrivenNumberFormatTestData.java135 public String breaks = null; field in DataDrivenNumberFormatTestData
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDataDrivenNumberFormatTestUtility.java287 private boolean breaks(char code) { in breaks() method in DataDrivenNumberFormatTestUtility
288 String breaks = tuple.breaks == null ? "" : tuple.breaks; in breaks() local
DDataDrivenNumberFormatTestData.java132 public String breaks = null; field in DataDrivenNumberFormatTestData
/third_party/skia/src/pathops/
DSkOpEdgeBuilder.cpp267 int breaks = SkDCubic::ComplexBreak(pointsPtr, splitT); in walk() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSimpleFilteredSentenceBreakIterator.java312 ICUResourceBundle breaks = rb.findWithFallback("exceptions/SentenceBreak"); in Builder() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DSimpleFilteredSentenceBreakIterator.java299 ICUResourceBundle breaks = rb.findWithFallback("exceptions/SentenceBreak"); in Builder() local
/third_party/ffmpeg/libavfilter/
Dvf_pullup.h33 int breaks; member
/third_party/icu/icu4c/source/test/intltest/
Dnumberformattesttuple.h99 UnicodeString breaks; variable
/third_party/skia/tests/
DPathOpsCubicIntersectionTest.cpp650 int breaks = SkDCubic::ComplexBreak(c, loopT); in selfOneOff() local
/third_party/icu/icu4c/source/common/
Dfilteredbrk.cpp527 …LocalUResourceBundlePointer breaks(ures_getByKeyWithFallback(exceptions.getAlias(), "SentenceBreak… in SimpleFilteredBreakIteratorBuilder() local
/third_party/skia/third_party/externals/icu/source/common/
Dfilteredbrk.cpp528 …LocalUResourceBundlePointer breaks(ures_getByKeyWithFallback(exceptions.getAlias(), "SentenceBreak… in SimpleFilteredBreakIteratorBuilder() local
/third_party/node/deps/icu-small/source/common/
Dfilteredbrk.cpp527 …LocalUResourceBundlePointer breaks(ures_getByKeyWithFallback(exceptions.getAlias(), "SentenceBreak… in SimpleFilteredBreakIteratorBuilder() local
/third_party/icu/icu4c/source/test/cintltst/
Dcbiapts.c644 … char breaks[] = "** ** * ** *"; /* * the expected break positions */ in TestBreakIteratorRules() local
/third_party/python/Lib/
Dpdb.py1294 def _print_lines(self, lines, start, breaks=(), frame=None): argument
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
Dhash_test.cc521 size_t breaks[possible_breaks] = {1, 512, 1023, 1024, 1025, in TEST() local