/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | RbPath.java | 89 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 D | IcuTextWriter.java | 131 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 D | IcuDataDumper.java | 203 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 D | LdmlConverter.java | 320 String rootName = getBaseSegmentName(p.getSegment(0)); in processLdml()
|
/third_party/skia/fuzz/ |
H A D | FuzzPathMeasure.cpp | 34 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 D | SkPathMeasure.cpp | 38 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 D | SkContourMeasure.cpp | 624 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 D | RbPathTest.java | 44 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 D | LocaleMapper.java | 118 && rbPath.getSegment(0).equals("calendar") in doDateTimeHack() 119 && rbPath.getSegment(2).equals("DateTimePatterns")) { in doDateTimeHack()
|
/third_party/skia/docs/examples/ |
H A D | pathmeasure.cpp | 13 measure.getSegment(.5, 1.5, &result, true); in REG_FIDDLE()
|
/third_party/skia/include/core/ |
H A D | SkPathMeasure.h | 65 bool getSegment(SkScalar startD, SkScalar stopD, SkPath* dst, bool startWithMoveTo);
|
H A D | SkContourMeasure.h | 49 bool SK_WARN_UNUSED_RESULT getSegment(SkScalar startD, SkScalar stopD, SkPath* dst,
|
/third_party/skia/src/effects/ |
H A D | SkTrimPathEffect.cpp | 31 measure.getSegment(start - current_segment_offset, in add_segments()
|
H A D | SkDiscretePathEffect.cpp | 99 meas.getSegment(0, length, dst, true); // to short for us to mangle
|
/third_party/skia/src/utils/ |
H A D | SkDashPath.cpp | 403 meas.getSegment(SkDoubleToScalar(distance), 427 meas.getSegment(0, initialDashLength, dst, !addedSegment);
|
/third_party/skia/modules/canvaskit/ |
H A D | externs.js | 343 getSegment: function() {},
|
H A D | canvaskit_bindings.cpp | 1220 .function("getSegment", optional_override([](SkContourMeasure& self, SkScalar startD, in EMSCRIPTEN_BINDINGS() 1223 bool ok = self.getSegment(startD, stopD, &p, startWithMoveTo); in EMSCRIPTEN_BINDINGS()
|