Home
last modified time | relevance | path

Searched defs:segment1 (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/polygon/
Dsegment_concept.hpp188 Segment1>::type& assign(Segment1& segment1, const Segment2& segment2) { in assign()
205 bool>::type equivalence(const Segment1& segment1, const Segment2& segment2) { in equivalence()
303 int>::type orientation(const Segment1& segment1, const Segment2& segment2) { in orientation()
391 bool>::type contains(const Segment1& segment1, in contains()
564 bool>::type abuts(const Segment1& segment1, in abuts()
583 bool>::type abuts(const Segment1& segment1, const Segment2& segment2) { in abuts()
601 >::type intersects(const Segment1& segment1, const Segment2& segment2, in intersects()
679 euclidean_distance(const Segment1& segment1, const Segment2& segment2) { in euclidean_distance()
/third_party/boost/libs/geometry/doc/src/examples/algorithms/
Dintersection_segment.cpp24 boost::geometry::model::segment<P> segment1, segment2; in main() local
/third_party/boost/boost/geometry/algorithms/detail/distance/
Dsegment_to_segment.hpp71 apply(Segment1 const& segment1, Segment2 const& segment2, in apply()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
DDecompressionTest.java37 private String decompressTest(byte [] segment1, byte [] segment2) { in decompressTest()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/compression/
DDecompressionTest.java40 private String decompressTest(byte [] segment1, byte [] segment2) { in decompressTest()
/third_party/boost/libs/geometry/test/strategies/
Ddistance_default_result.cpp117 typedef typename bg::model::segment<point1> segment1; in test_distance_result_segment() typedef
/third_party/skia/third_party/externals/icu/source/i18n/
Ddtfmtsym.cpp1934 &buildResourcePath(CharString &path, const char* segment1, UErrorCode &errorCode) { in buildResourcePath()
1939 &buildResourcePath(CharString &path, const char* segment1, const char* segment2, in buildResourcePath()
1946 &buildResourcePath(CharString &path, const char* segment1, const char* segment2, in buildResourcePath()
1953 &buildResourcePath(CharString &path, const char* segment1, const char* segment2, in buildResourcePath()
/third_party/icu/icu4c/source/i18n/
Ddtfmtsym.cpp1934 &buildResourcePath(CharString &path, const char* segment1, UErrorCode &errorCode) { in buildResourcePath()
1939 &buildResourcePath(CharString &path, const char* segment1, const char* segment2, in buildResourcePath()
1946 &buildResourcePath(CharString &path, const char* segment1, const char* segment2, in buildResourcePath()
1953 &buildResourcePath(CharString &path, const char* segment1, const char* segment2, in buildResourcePath()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddtfmtsym.cpp1936 &buildResourcePath(CharString &path, const char* segment1, UErrorCode &errorCode) { in buildResourcePath()
1941 &buildResourcePath(CharString &path, const char* segment1, const char* segment2, in buildResourcePath()
1948 &buildResourcePath(CharString &path, const char* segment1, const char* segment2, in buildResourcePath()
1955 &buildResourcePath(CharString &path, const char* segment1, const char* segment2, in buildResourcePath()
/third_party/node/deps/icu-small/source/i18n/
Ddtfmtsym.cpp1938 &buildResourcePath(CharString &path, const char* segment1, UErrorCode &errorCode) { in buildResourcePath()
1943 &buildResourcePath(CharString &path, const char* segment1, const char* segment2, in buildResourcePath()
1950 &buildResourcePath(CharString &path, const char* segment1, const char* segment2, in buildResourcePath()
1957 &buildResourcePath(CharString &path, const char* segment1, const char* segment2, in buildResourcePath()
/third_party/boost/boost/polygon/detail/
Dvoronoi_predicates.hpp294 const point_type& segment1 = site.point1(); in find_distance_to_segment_arc() local