Home
last modified time | relevance | path

Searched refs:number_of_candidates (Results 1 – 25 of 27) sorted by relevance

12

/dports/japanese/scim-skk/scim-skk-0.5.2/src/
H A Dscim_skk_lookup_table.cpp68 for (int i = 0; i < number_of_candidates(); i++) { in has_candidate()
85 if (index < 0 || index >= number_of_candidates()) in get_annot()
89 if (index < number_of_candidates() - 1) in get_annot()
99 if (index < 0 || index >= number_of_candidates()) in get_cand_orig()
104 if (index < number_of_candidates() - 1) in get_cand_orig()
230 return m_candindex >= m_candvec.size() && number_of_candidates() > 0; in visible_table()
261 int n = number_of_candidates(); in copy()
273 return vector_empty() && number_of_candidates() == 0; in empty()
289 if (i < number_of_candidates() - 1) in get_annot_string()
H A Dscim_skk_core.cpp969 return m_ltable.number_of_candidates() != 0; in action_nextpage()
972 } else if (m_ltable.number_of_candidates() > 0) { in action_nextpage()
1215 if (m_ltable.visible_table() && m_ltable.number_of_candidates() > 0) { in process_key_event()
1251 if (m_ltable.number_of_candidates() == 0) in process_key_event()
/dports/textproc/scim/scim-1.4.9/src/
H A Dscim_lookup_table.cpp112 …return std::min ((uint32) m_impl->m_page_size, (uint32)(number_of_candidates () - m_impl->m_curren… in get_current_page_size()
147 if (m_impl->m_current_page_start + m_impl->m_page_size >= number_of_candidates ()) in page_down()
183 if (m_impl->m_cursor_pos + 1 >= number_of_candidates ()) in cursor_down()
225 if (pos < 0 || pos >= number_of_candidates ()) return; in set_cursor_pos()
323 CommonLookupTable::number_of_candidates () const in number_of_candidates() function in scim::CommonLookupTable
367 if (index < 0 || index >= number_of_candidates ()) in get_candidate()
374 if (index < number_of_candidates () - 1) in get_candidate()
385 if (index < 0 || index >= number_of_candidates ()) in get_attributes()
392 if (index < number_of_candidates () - 1) in get_attributes()
H A Dscim_lookup_table.h228 virtual uint32 number_of_candidates () const = 0;
274 virtual uint32 number_of_candidates () const;
/dports/textproc/scim/scim-1.4.9/modules/IMEngine/
H A Dscim_rawcode_imengine.cpp257 && m_lookup_table.number_of_candidates ()) { in process_key_event()
302 if (m_preedit_string.length () && m_lookup_table.number_of_candidates ()) { in lookup_table_page_up()
304 m_lookup_table.set_page_size (m_lookup_table.number_of_candidates ()); in lookup_table_page_up()
318 if (m_preedit_string.length () && m_lookup_table.number_of_candidates ()) { in lookup_table_page_down()
320 m_lookup_table.set_page_size (m_lookup_table.number_of_candidates ()); in lookup_table_page_down()
377 if (m_lookup_table.number_of_candidates ()) { in focus_in()
463 } else if (m_lookup_table.number_of_candidates ()){ in process_preedit_string()
482 if (m_lookup_table.number_of_candidates ()) in process_preedit_string()
/dports/japanese/scim-tables/scim-tables-0.5.10/src/
H A Dscim_table_imengine.cpp707 m_lookup_table.number_of_candidates ()) { in move_preedit_caret()
1066 m_lookup_table.number_of_candidates () && in insert()
1075 m_lookup_table.number_of_candidates () == 0 && in insert()
1314 uint32 entries = m_lookup_table.number_of_candidates (); in lookup_cursor_down_to_shorter()
1340 m_lookup_table.number_of_candidates ()) { in lookup_page_up()
1356 m_lookup_table.number_of_candidates ()) { in lookup_page_down()
1373 if (m_lookup_table.number_of_candidates () == 0) in lookup_select()
1403 m_lookup_table.number_of_candidates ()) { in post_process()
1454 if (m_lookup_table.number_of_candidates ()) { in delete_phrase()
1564 m_lookup_table.number_of_candidates ()) { in refresh_preedit()
[all …]
/dports/chinese/scim-tables/scim-tables-0.5.10/src/
H A Dscim_table_imengine.cpp707 m_lookup_table.number_of_candidates ()) { in move_preedit_caret()
1066 m_lookup_table.number_of_candidates () && in insert()
1075 m_lookup_table.number_of_candidates () == 0 && in insert()
1314 uint32 entries = m_lookup_table.number_of_candidates (); in lookup_cursor_down_to_shorter()
1340 m_lookup_table.number_of_candidates ()) { in lookup_page_up()
1356 m_lookup_table.number_of_candidates ()) { in lookup_page_down()
1373 if (m_lookup_table.number_of_candidates () == 0) in lookup_select()
1403 m_lookup_table.number_of_candidates ()) { in post_process()
1454 if (m_lookup_table.number_of_candidates ()) { in delete_phrase()
1564 m_lookup_table.number_of_candidates ()) { in refresh_preedit()
[all …]
/dports/textproc/scim-table-imengine/scim-tables-0.5.10/src/
H A Dscim_table_imengine.cpp707 m_lookup_table.number_of_candidates ()) { in move_preedit_caret()
1066 m_lookup_table.number_of_candidates () && in insert()
1075 m_lookup_table.number_of_candidates () == 0 && in insert()
1314 uint32 entries = m_lookup_table.number_of_candidates (); in lookup_cursor_down_to_shorter()
1340 m_lookup_table.number_of_candidates ()) { in lookup_page_up()
1356 m_lookup_table.number_of_candidates ()) { in lookup_page_down()
1373 if (m_lookup_table.number_of_candidates () == 0) in lookup_select()
1403 m_lookup_table.number_of_candidates ()) { in post_process()
1454 if (m_lookup_table.number_of_candidates ()) { in delete_phrase()
1564 m_lookup_table.number_of_candidates ()) { in refresh_preedit()
[all …]
/dports/korean/scim-tables/scim-tables-0.5.10/src/
H A Dscim_table_imengine.cpp707 m_lookup_table.number_of_candidates ()) { in move_preedit_caret()
1066 m_lookup_table.number_of_candidates () && in insert()
1075 m_lookup_table.number_of_candidates () == 0 && in insert()
1314 uint32 entries = m_lookup_table.number_of_candidates (); in lookup_cursor_down_to_shorter()
1340 m_lookup_table.number_of_candidates ()) { in lookup_page_up()
1356 m_lookup_table.number_of_candidates ()) { in lookup_page_down()
1373 if (m_lookup_table.number_of_candidates () == 0) in lookup_select()
1403 m_lookup_table.number_of_candidates ()) { in post_process()
1454 if (m_lookup_table.number_of_candidates ()) { in delete_phrase()
1564 m_lookup_table.number_of_candidates ()) { in refresh_preedit()
[all …]
/dports/korean/scim-hangul/scim-hangul-0.4.0/src/
H A Dscim_hangul_imengine.cpp423 if (m_lookup_table.number_of_candidates ()) in process_key_event()
443 if (m_lookup_table.number_of_candidates ()) { in process_key_event()
477 if (is_hanja_mode() && m_lookup_table.number_of_candidates()) { in process_key_event()
599 if (!m_lookup_table.number_of_candidates () || !m_lookup_table.get_current_page_start ()) in lookup_table_page_up()
614 if (m_lookup_table.number_of_candidates () <= 0 || in lookup_table_page_down()
616 (int)m_lookup_table.number_of_candidates ()) in lookup_table_page_down()
663 if (m_lookup_table.number_of_candidates ()) { in focus_in()
763 if (m_lookup_table.number_of_candidates() <= 0) { in update_candidates()
781 if (!m_factory->m_show_candidate_comment || !m_lookup_table.number_of_candidates ()) { in hangul_update_aux_string()
/dports/japanese/skkserv/skk-9.6/contrib/skkinput-0.99/
H A Dskksvect.c182 int pos, int length, int *number_of_candidates ) in add_vectorIndexNode() argument
220 ++ *number_of_candidates ; in add_vectorIndexNode()
233 int pPos, pos, count, i, number_of_candidates ; in makeSearchVectorIndex() local
246 number_of_candidates = 0 ; in makeSearchVectorIndex()
279 ( vitop, pNode, pPos, count, &number_of_candidates ) ; in makeSearchVectorIndex()
313 *totalnum = number_of_candidates ; in makeSearchVectorIndex()
/dports/japanese/skkinput/skkinput-2.06.4/
H A Dskksvect.c183 int pos, int length, int *number_of_candidates ) in add_vectorIndexNode() argument
228 ++ *number_of_candidates ; in add_vectorIndexNode()
241 int pPos, pos, count, number_of_candidates ; in makeSearchVectorIndex() local
254 number_of_candidates = 0 ; in makeSearchVectorIndex()
305 ( vitop, pNode, pPos, count, &number_of_candidates ) ; in makeSearchVectorIndex()
341 *totalnum = number_of_candidates ; in makeSearchVectorIndex()
/dports/japanese/scim-uim/scim-uim-0.2.0/src/
H A Dscim_uim_imengine.cpp438 if (!m_uc || !m_lookup_table.number_of_candidates ()) return; in select_candidate()
462 …if (!m_uc || !m_lookup_table.number_of_candidates () || !m_lookup_table.get_current_page_start ())… in lookup_table_page_up()
475 if (!m_uc || !m_lookup_table.number_of_candidates () || in lookup_table_page_down()
477 m_lookup_table.number_of_candidates ()) in lookup_table_page_down()
507 if (m_show_lookup_table && m_lookup_table.number_of_candidates ()) { in focus_in()
805 if (index >= 0 && index < this_ptr->m_lookup_table.number_of_candidates ()) { in uim_cand_select_cb()
/dports/chinese/scim-pinyin/scim-pinyin-0.5.92/src/
H A Dscim_native_lookup_table.h46 virtual uint32 number_of_candidates () const { in number_of_candidates() function
115 index < (int) number_of_candidates ()) in is_char()
H A Dscim_pinyin_imengine.cpp991 if (m_lookup_table.number_of_candidates ()) { in focus_in()
1555 if (m_lookup_table.number_of_candidates () && in space_hit()
1599 if (m_inputed_string.length () && m_lookup_table.number_of_candidates ()) { in lookup_cursor_up()
1611 if (m_inputed_string.length () && m_lookup_table.number_of_candidates ()) { in lookup_cursor_down()
1623 if (m_inputed_string.length () && m_lookup_table.number_of_candidates ()) { in lookup_page_up()
1648 if (m_lookup_table.number_of_candidates () == 0) in lookup_select()
1705 if (index < 0 || index >= (int) m_lookup_table.number_of_candidates ()) in lookup_to_converted()
1865 if (m_lookup_table.number_of_candidates ()) { in refresh_lookup_table()
2154 if (m_lookup_table.number_of_candidates () == 0 || in disable_phrase()
2587 if (m_lookup_table.number_of_candidates ()) in special_mode_process_key_event()
[all …]
H A Dscim_native_lookup_table.cpp85 if (index < 0 || index >= (int) number_of_candidates ()) in get_candidate()
/dports/japanese/scim-anthy/scim-anthy-1.2.7/src/
H A Dscim_anthy_imengine.cpp148 if (table.number_of_candidates () > 0) { in process_key_event_input()
391 int num = m_lookup_table.number_of_candidates (); in lookup_table_page_down()
431 m_lookup_table.number_of_candidates() > 0) in focus_in()
490 m_lookup_table.number_of_candidates ()); in set_aux_string()
513 if (m_lookup_table.number_of_candidates () == 0) in set_lookup_table()
964 if (m_lookup_table.number_of_candidates ()) in is_selecting_candidates()
1526 int end = m_lookup_table.number_of_candidates () - 1; in action_select_next_candidate()
1547 int end = m_lookup_table.number_of_candidates () - 1; in action_select_prev_candidate()
1579 int end = m_lookup_table.number_of_candidates () - 1; in action_select_last_candidate()
1630 if (i < table.number_of_candidates ()) { in action_select_candidate()
/dports/games/avp/avp-20170505/src/avp/
H A Dbh_ais.c2247 int number_of_candidates; in CountValidDeaths() local
2249 number_of_candidates=0; in CountValidDeaths()
2259 return(number_of_candidates); in CountValidDeaths()
2359 int number_of_candidates; in GetDeathSequence() local
2378 number_of_candidates=0; in GetDeathSequence()
2380 while (number_of_candidates==0) { in GetDeathSequence()
2513 int number_of_candidates; in CountValidAttacks() local
2515 number_of_candidates=0; in CountValidAttacks()
2525 return(number_of_candidates); in CountValidAttacks()
2632 int number_of_candidates; in GetAttackSequence() local
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Algebraic_kernel_d/
H A DCurve_pair_analysis_2.h2545 size_type number_of_candidates=0; in reduce_number_of_candidates_and_intersections_to() local
2548 number_of_candidates++; in reduce_number_of_candidates_and_intersections_to()
2559 while(n<number_of_candidates+number_of_intersections) { in reduce_number_of_candidates_and_intersections_to()
2588 number_of_candidates--; in reduce_number_of_candidates_and_intersections_to()
2625 return number_of_intersections+number_of_candidates; in reduce_number_of_candidates_and_intersections_to()
/dports/japanese/scim-honoka/honoka-0.9.1/src/
H A Dhonoka_imengine.cpp1539 if (!m_lookup_table.number_of_candidates()) return; in select_candidate()
1569 … if (!m_lookup_table.number_of_candidates () || !m_lookup_table.get_current_page_start ()) return; in lookup_table_page_up()
1588 if (!m_lookup_table.number_of_candidates () || in lookup_table_page_down()
1590 m_lookup_table.number_of_candidates ()) in lookup_table_page_down()
/dports/www/osrm-backend/osrm-backend-5.26.0/include/guidance/
H A Dintersection_handler.hpp96 TurnInstruction getInstructionForObvious(const std::size_t number_of_candidates,
/dports/textproc/scim/scim-1.4.9/modules/Filter/
H A Dscim_sctc_filter.cpp495 … (table.get_current_page_start () + table.get_current_page_size () < table.number_of_candidates ()) in filter_update_lookup_table()
/dports/math/nauty/nauty27r3/
H A Dwatercluster2.c3040 int number[2*MAX_BOGEN], number_of_candidates; in compute_extensions() local
3050 number_of_candidates=0; in compute_extensions()
3054 if (!is_gericht[start][end]) { candidatelist[number_of_candidates][0]=start; in compute_extensions()
3055 candidatelist[number_of_candidates][1]=end; in compute_extensions()
3056 number_of_candidates++; } in compute_extensions()
3065 for (i=buffersize=0; i<number_of_candidates; i++) in compute_extensions()
/dports/math/py-pynauty/pynauty-1.0.2/src/nauty27r1/
H A Dwatercluster2.c3040 int number[2*MAX_BOGEN], number_of_candidates; in compute_extensions() local
3050 number_of_candidates=0; in compute_extensions()
3054 if (!is_gericht[start][end]) { candidatelist[number_of_candidates][0]=start; in compute_extensions()
3055 candidatelist[number_of_candidates][1]=end; in compute_extensions()
3056 number_of_candidates++; } in compute_extensions()
3065 for (i=buffersize=0; i<number_of_candidates; i++) in compute_extensions()
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/applets/kimpanel/backend/scim/
H A Dmain.cpp166 …_page_start() + lookup_table.get_current_page_size() < ((int)lookup_table.number_of_candidates())); in LookupTable2VariantList()

12