Home
last modified time | relevance | path

Searched refs:getSegment (Results 1 - 17 of 17) sorted by relevance

/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DRbPath.java89 while (n < maxLength && lhs.getSegment(n).equals(rhs.getSegment(n))) { in getCommonPrefixLength()
138 public String getSegment(int n) { in getSegment() method in RbPath
171 if (!path.getSegment(i).equals(getSegment(i + offset))) { in matchesSublist()
207 String lastElement = getSegment(length() - 1); in typeSuffixIsAnyOf()
H A DIcuTextWriter.java131 open(path.getSegment(depth - 1), out); in openNextPath()
270 && rbPath.getSegment(1).startsWith("set"); in mustBeArray()
274 && !rbPath.getSegment(rbPath.length() - 1).endsWith(":alias") in mustBeArray()
H A DIcuDataDumper.java203 getPathFromStack().extendBy(getSegment(match.get(0))), in processLine()
213 pathStack.push(getSegment(match.get(0))); in processLine()
273 private String getSegment(String segmentOrNull) { in getSegment() method in IcuDataDumper.IcuDataParser
H A DLdmlConverter.java320 String rootName = getBaseSegmentName(p.getSegment(0)); in processLdml()
/third_party/skia/fuzz/
H A DFuzzPathMeasure.cpp34 ignoreResult(measure.getSegment(distance[1], distance[2], &dst, (bits >> 1) & 1)); in DEF_FUZZ()
37 ignoreResult(measure.getSegment(distance[4], distance[5], &dst, (bits >> 2) & 1)); in DEF_FUZZ()
/third_party/skia/src/core/
H A DSkPathMeasure.cpp38 bool SkPathMeasure::getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, bool startWithMoveTo) { in getSegment() function in SkPathMeasure
39 return fContour && fContour->getSegment(startD, stopD, dst, startWithMoveTo); in getSegment()
H A DSkContourMeasure.cpp624 bool SkContourMeasure::getSegment(SkScalar startD, SkScalar stopD, SkPath* dst,
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
H A DRbPathTest.java44 assertThat(path.getSegment(0)).isEqualTo("foo"); in testIteration()
45 assertThat(path.getSegment(1)).isEqualTo("bar"); in testIteration()
46 assertThat(path.getSegment(2)).isEqualTo("baz"); in testIteration()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DLocaleMapper.java118 && rbPath.getSegment(0).equals("calendar") in doDateTimeHack()
119 && rbPath.getSegment(2).equals("DateTimePatterns")) { in doDateTimeHack()
/third_party/skia/docs/examples/
H A Dpathmeasure.cpp13 measure.getSegment(.5, 1.5, &result, true); in REG_FIDDLE()
/third_party/skia/include/core/
H A DSkPathMeasure.h65 bool getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, bool startWithMoveTo);
H A DSkContourMeasure.h49 bool SK_WARN_UNUSED_RESULT getSegment(SkScalar startD, SkScalar stopD, SkPath* dst,
/third_party/skia/src/effects/
H A DSkTrimPathEffect.cpp31 measure.getSegment(start - current_segment_offset, in add_segments()
H A DSkDiscretePathEffect.cpp99 meas.getSegment(0, length, dst, true); // to short for us to mangle
/third_party/skia/src/utils/
H A DSkDashPath.cpp403 meas.getSegment(SkDoubleToScalar(distance),
427 meas.getSegment(0, initialDashLength, dst, !addedSegment);
/third_party/skia/modules/canvaskit/
H A Dexterns.js343 getSegment: function() {},
H A Dcanvaskit_bindings.cpp1220 .function("getSegment", optional_override([](SkContourMeasure& self, SkScalar startD, in EMSCRIPTEN_BINDINGS()
1223 bool ok = self.getSegment(startD, stopD, &p, startWithMoveTo); in EMSCRIPTEN_BINDINGS()

Completed in 12 milliseconds