Home
last modified time | relevance | path

Searched refs:SetupSegments (Results 1 – 10 of 10) sorted by relevance

/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/rewriter/
H A Dnumber_rewriter_test.cc77 Segment *SetupSegments(const POSMatcher& pos_matcher, in SetupSegments() function
334 Segment *seg = SetupSegments(pos_matcher_, "0", &segments); in TEST_F()
341 seg = SetupSegments(pos_matcher_, "1", &segments); in TEST_F()
348 seg = SetupSegments(pos_matcher_, "12", &segments); in TEST_F()
355 seg = SetupSegments(pos_matcher_, "13", &segments); in TEST_F()
362 seg = SetupSegments(pos_matcher_, "50", &segments); in TEST_F()
369 seg = SetupSegments(pos_matcher_, "51", &segments); in TEST_F()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/rewriter/
H A Dnumber_rewriter_test.cc77 Segment *SetupSegments(const POSMatcher& pos_matcher, in SetupSegments() function
334 Segment *seg = SetupSegments(pos_matcher_, "0", &segments); in TEST_F()
341 seg = SetupSegments(pos_matcher_, "1", &segments); in TEST_F()
348 seg = SetupSegments(pos_matcher_, "12", &segments); in TEST_F()
355 seg = SetupSegments(pos_matcher_, "13", &segments); in TEST_F()
362 seg = SetupSegments(pos_matcher_, "50", &segments); in TEST_F()
369 seg = SetupSegments(pos_matcher_, "51", &segments); in TEST_F()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/rewriter/
H A Dnumber_rewriter_test.cc77 Segment *SetupSegments(const POSMatcher& pos_matcher, in SetupSegments() function
334 Segment *seg = SetupSegments(pos_matcher_, "0", &segments); in TEST_F()
341 seg = SetupSegments(pos_matcher_, "1", &segments); in TEST_F()
348 seg = SetupSegments(pos_matcher_, "12", &segments); in TEST_F()
355 seg = SetupSegments(pos_matcher_, "13", &segments); in TEST_F()
362 seg = SetupSegments(pos_matcher_, "50", &segments); in TEST_F()
369 seg = SetupSegments(pos_matcher_, "51", &segments); in TEST_F()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/rewriter/
H A Dnumber_rewriter_test.cc77 Segment *SetupSegments(const POSMatcher& pos_matcher, in SetupSegments() function
334 Segment *seg = SetupSegments(pos_matcher_, "0", &segments); in TEST_F()
341 seg = SetupSegments(pos_matcher_, "1", &segments); in TEST_F()
348 seg = SetupSegments(pos_matcher_, "12", &segments); in TEST_F()
355 seg = SetupSegments(pos_matcher_, "13", &segments); in TEST_F()
362 seg = SetupSegments(pos_matcher_, "50", &segments); in TEST_F()
369 seg = SetupSegments(pos_matcher_, "51", &segments); in TEST_F()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/rewriter/
H A Dnumber_rewriter_test.cc77 Segment *SetupSegments(const POSMatcher& pos_matcher, in SetupSegments() function
334 Segment *seg = SetupSegments(pos_matcher_, "0", &segments); in TEST_F()
341 seg = SetupSegments(pos_matcher_, "1", &segments); in TEST_F()
348 seg = SetupSegments(pos_matcher_, "12", &segments); in TEST_F()
355 seg = SetupSegments(pos_matcher_, "13", &segments); in TEST_F()
362 seg = SetupSegments(pos_matcher_, "50", &segments); in TEST_F()
369 seg = SetupSegments(pos_matcher_, "51", &segments); in TEST_F()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/rewriter/
H A Dnumber_rewriter_test.cc77 Segment *SetupSegments(const POSMatcher& pos_matcher, in SetupSegments() function
334 Segment *seg = SetupSegments(pos_matcher_, "0", &segments); in TEST_F()
341 seg = SetupSegments(pos_matcher_, "1", &segments); in TEST_F()
348 seg = SetupSegments(pos_matcher_, "12", &segments); in TEST_F()
355 seg = SetupSegments(pos_matcher_, "13", &segments); in TEST_F()
362 seg = SetupSegments(pos_matcher_, "50", &segments); in TEST_F()
369 seg = SetupSegments(pos_matcher_, "51", &segments); in TEST_F()
/dports/deskutils/akregator/akregator-21.12.3/plugins/mk4storage/metakit/src/
H A Dcolumn.inl56 SetupSegments();
H A Dcolumn.h98 void SetupSegments();
H A Dcolumn.cpp225 void c4_Column::SetupSegments() in SetupSegments() function in c4_Column
571 SetupSegments(); in Grow()
631 SetupSegments(); in Shrink()
761 SetupSegments(); in SaveNow()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/curve_tools/
H A Dcurves.py157 self.segments = self.SetupSegments()
185 def SetupSegments(self): member in BezierSpline