Home
last modified time | relevance | path

Searched refs:phrase_count (Results 1 – 9 of 9) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hime/src/
H A Dtsin.c605 static u_short phrase_count; variable
671 sellen[phrase_count] = len; in get_sel_phrase0()
684 phrase_count = 0; in get_sel_phrase_end()
692 phrase_count = 0; in get_sel_phrase()
760 if (idx < phrase_count) { in disp_current_sel_page()
763 } else if (idx < phrase_count + pho_count) { in disp_current_sel_page()
764 int v = idx - phrase_count + tss.startf; in disp_current_sel_page()
786 if (idx < phrase_count) { in fetch_user_selection()
789 } else if (idx < phrase_count + pho_count) { in fetch_user_selection()
790 int v = idx - phrase_count + tss.startf; in fetch_user_selection()
[all …]
/dports/chinese/gcin-gtk3/gcin-2.9.0/
H A Dtsin.cpp823 sellen[tss.phrase_count]=len; in get_sel_phrase0()
839 tss.phrase_count = 0; in get_sel_phrase_end()
848 tss.phrase_count = 0; in get_sel_phrase()
1012 if (idx < tss.phrase_count) { in disp_current_sel_page()
1016 if (idx < tss.phrase_count + tss.pho_count) { in disp_current_sel_page()
1017 int v = idx - tss.phrase_count + tss.startf; in disp_current_sel_page()
1040 if (idx < tss.phrase_count) { in fetch_user_selection()
1044 if (idx < tss.phrase_count + tss.pho_count) { in fetch_user_selection()
1045 int v = idx - tss.phrase_count + tss.startf; in fetch_user_selection()
1809 tss.pho_menu_idx = tss.phrase_count; in open_select_pho()
[all …]
H A Dgst.h7 int startf, pho_count, phrase_count; member
/dports/chinese/gcin/gcin-2.9.0/
H A Dtsin.cpp823 sellen[tss.phrase_count]=len; in get_sel_phrase0()
839 tss.phrase_count = 0; in get_sel_phrase_end()
848 tss.phrase_count = 0; in get_sel_phrase()
1012 if (idx < tss.phrase_count) { in disp_current_sel_page()
1016 if (idx < tss.phrase_count + tss.pho_count) { in disp_current_sel_page()
1017 int v = idx - tss.phrase_count + tss.startf; in disp_current_sel_page()
1040 if (idx < tss.phrase_count) { in fetch_user_selection()
1044 if (idx < tss.phrase_count + tss.pho_count) { in fetch_user_selection()
1045 int v = idx - tss.phrase_count + tss.startf; in fetch_user_selection()
1809 tss.pho_menu_idx = tss.phrase_count; in open_select_pho()
[all …]
H A Dgst.h7 int startf, pho_count, phrase_count; member
/dports/chinese/gcin-qt5/gcin-2.9.0/
H A Dtsin.cpp823 sellen[tss.phrase_count]=len; in get_sel_phrase0()
839 tss.phrase_count = 0; in get_sel_phrase_end()
848 tss.phrase_count = 0; in get_sel_phrase()
1012 if (idx < tss.phrase_count) { in disp_current_sel_page()
1016 if (idx < tss.phrase_count + tss.pho_count) { in disp_current_sel_page()
1017 int v = idx - tss.phrase_count + tss.startf; in disp_current_sel_page()
1040 if (idx < tss.phrase_count) { in fetch_user_selection()
1044 if (idx < tss.phrase_count + tss.pho_count) { in fetch_user_selection()
1045 int v = idx - tss.phrase_count + tss.startf; in fetch_user_selection()
1809 tss.pho_menu_idx = tss.phrase_count; in open_select_pho()
[all …]
H A Dgst.h7 int startf, pho_count, phrase_count; member
/dports/audio/py-speechrecognition/speech_recognition-3.8.1/speech_recognition/
H A D__init__.py644 pause_count, phrase_count = 0, 0
655 phrase_count += 1
667 phrase_count -= pause_count # exclude the buffers for the pause before the phrase
668 …if phrase_count >= phrase_buffer_count or len(buffer) == 0: break # phrase is long enough or we'v…
/dports/misc/libpostal/libpostal-1.1-alpha/src/
H A Daddress_parser_train.c749 uint32_t phrase_count = kh_value(phrase_counts, pk); in address_parser_init() local
750 if (phrase_count < MIN_PHRASE_COUNT) { in address_parser_init()