Home
last modified time | relevance | path

Searched refs:right_current (Results 1 – 16 of 16) sorted by relevance

/dports/databases/xapian-core12/xapian-core-1.2.25/expand/
H A Dortermlist.cc36 Assert(!right_current.empty()); in check_started()
70 RETURN(right_current); in get_termname()
122 if (left_current < right_current) { in next()
130 } else if (left_current > right_current) { in next()
137 right_current = right->get_termname(); in next()
139 AssertEq(left_current, right_current); in next()
155 right_current = right->get_termname(); in next()
167 if (left_current < right_current) { in skip_to()
182 right_current = right->get_termname(); in skip_to()
184 AssertEq(left_current, right_current); in skip_to()
[all …]
/dports/databases/xapian-core/xapian-core-1.4.18/expand/
H A Dortermlist.cc36 Assert(!right_current.empty()); in check_started()
70 RETURN(right_current); in get_termname()
78 int cmp = left_current.compare(right_current); in get_wdf()
111 int cmp = left_current.compare(right_current); in next()
127 right_current = right->get_termname(); in next()
129 AssertEq(left_current, right_current); in next()
145 right_current = right->get_termname(); in next()
157 int cmp = left_current.compare(right_current); in skip_to()
173 right_current = right->get_termname(); in skip_to()
175 AssertEq(left_current, right_current); in skip_to()
[all …]
H A Dortermlist.h43 std::string left_current, right_current; variable
/dports/devel/icu/icu/source/samples/cal/
H A Dcal.c555 int32_t left_firstday, right_firstday, left_current, right_current; in print_year() local
645 right_current = right_firstday; in print_year()
717 for(j = 0; j < right_current; ++j) in print_year()
725 pad = lens[right_current] - u_strlen(s); in print_year()
733 ++right_current; in print_year()
734 right_current %= DAY_COUNT; in print_year()
744 if(right_current == 0) { in print_year()
/dports/devel/icu-lx/icu/source/samples/cal/
H A Dcal.c555 int32_t left_firstday, right_firstday, left_current, right_current; in print_year() local
645 right_current = right_firstday; in print_year()
717 for(j = 0; j < right_current; ++j) in print_year()
725 pad = lens[right_current] - u_strlen(s); in print_year()
733 ++right_current; in print_year()
734 right_current %= DAY_COUNT; in print_year()
744 if(right_current == 0) { in print_year()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/samples/cal/
H A Dcal.c555 int32_t left_firstday, right_firstday, left_current, right_current; in print_year() local
645 right_current = right_firstday; in print_year()
717 for(j = 0; j < right_current; ++j) in print_year()
725 pad = lens[right_current] - u_strlen(s); in print_year()
733 ++right_current; in print_year()
734 right_current %= DAY_COUNT; in print_year()
744 if(right_current == 0) { in print_year()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/samples/cal/
H A Dcal.c555 int32_t left_firstday, right_firstday, left_current, right_current; in print_year() local
645 right_current = right_firstday; in print_year()
717 for(j = 0; j < right_current; ++j) in print_year()
725 pad = lens[right_current] - u_strlen(s); in print_year()
733 ++right_current; in print_year()
734 right_current %= DAY_COUNT; in print_year()
744 if(right_current == 0) { in print_year()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/samples/cal/
H A Dcal.c555 int32_t left_firstday, right_firstday, left_current, right_current; in print_year() local
645 right_current = right_firstday; in print_year()
717 for(j = 0; j < right_current; ++j) in print_year()
725 pad = lens[right_current] - u_strlen(s); in print_year()
733 ++right_current; in print_year()
734 right_current %= DAY_COUNT; in print_year()
744 if(right_current == 0) { in print_year()
/dports/www/py-lektor/Lektor-3.2.2/lektor/
H A Dpagination.py75 def iter_pages(self, left_edge=2, left_current=2, right_current=5, right_edge=2): argument
123 num >= self.page - left_current and num <= self.page + right_current
/dports/www/py-flask-mongoengine/flask-mongoengine-1.0.0/flask_mongoengine/
H A Dpagination.py80 def iter_pages(self, left_edge=2, left_current=2, right_current=5, right_edge=2): argument
110 num >= self.page - left_current and num <= self.page + right_current
/dports/graphics/libGLU/glu-9.0.2/src/libnurbs/nurbtess/
H A DmonoTriangulation.cc106 vertexArray* right_chain, Int right_current, in monoTriangulationRecOpt() argument
113 right_current>= n_right-1) in monoTriangulationRecOpt()
116 right_chain, right_current, pStream); in monoTriangulationRecOpt()
121 Real right_v = right_chain->getVertex(right_current)[1]; in monoTriangulationRecOpt()
126 for(j=right_current; j<=n_right-1; j++) in monoTriangulationRecOpt()
133 right_chain, right_current, j-1, in monoTriangulationRecOpt()
149 monoTriangulationRecGen(topVertex, right_chain->getVertex(right_current), in monoTriangulationRecOpt()
151 right_chain, right_current, right_current, in monoTriangulationRecOpt()
156 right_chain, right_current, in monoTriangulationRecOpt()
H A DmonoTriangulation.h145 vertexArray* right_chain, Int right_current,
/dports/databases/xapian-core12/xapian-core-1.2.25/common/
H A Dortermlist.h43 std::string left_current, right_current; variable
/dports/www/py-lektor/Lektor-3.2.2/tests/
H A Dtest_pagination.py302 right_current, argument
309 left_edge, left_current, right_current, right_edge
/dports/databases/py-flask-sqlalchemy/Flask-SQLAlchemy-2.5.1/flask_sqlalchemy/
H A D__init__.py414 right_current=5, right_edge=2): argument
442 num < self.page + right_current) or \
/dports/www/py-lektor/Lektor-3.2.2/
H A DCHANGES22 - Fix off-by-one error in pagintaion's iter_pages in the interpretation of the right_current argume…