Home
last modified time | relevance | path

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

/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/flutter/skia/src/pathops/
DSkOpEdgeBuilder.cpp273 int breaks = SkDCubic::ComplexBreak(pointsPtr, splitT); in walk() 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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSimpleFilteredSentenceBreakIterator.java312 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/flutter/skia/tests/
DPathOpsCubicIntersectionTest.cpp651 int breaks = SkDCubic::ComplexBreak(c, loopT); in selfOneOff() local
/third_party/skia/tests/
DPathOpsCubicIntersectionTest.cpp650 int breaks = SkDCubic::ComplexBreak(c, loopT); in selfOneOff() local
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dfilteredbrk.cpp501 …LocalUResourceBundlePointer breaks(ures_getByKeyWithFallback(exceptions.getAlias(), "SentenceBreak… in SimpleFilteredBreakIteratorBuilder() local
/third_party/grpc/third_party/upb/upbc/
Dprotoc-gen-upb.cc776 std::vector<size_t> breaks = {64, 128, 192, 256}; in TryFillTableEntry() 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/common/
Dfilteredbrk.cpp528 …LocalUResourceBundlePointer breaks(ures_getByKeyWithFallback(exceptions.getAlias(), "SentenceBreak… in SimpleFilteredBreakIteratorBuilder() local
/third_party/icu/icu4c/source/test/cintltst/
Dcbiapts.c643 … char breaks[] = "** ** * ** *"; /* * the expected break positions */ in TestBreakIteratorRules() local
/third_party/flutter/skia/src/sksl/
DSkSLByteCodeGenerator.cpp1343 std::vector<DeferredLocation>& breaks = fBreakTargets.top(); in setBreakTargets() local
/third_party/python/Lib/
Dpdb.py1294 def _print_lines(self, lines, start, breaks=(), frame=None): argument
/third_party/abseil-cpp/absl/hash/
Dhash_test.cc521 size_t breaks[possible_breaks] = {1, 512, 1023, 1024, 1025, in TEST() local
/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
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph_txt.cc360 const int* breaks = breaker_.getBreaks(); in ComputeLineBreaks() local