/dports/devel/m17n-lib/m17n-lib-1.8.0/src/ |
H A D | mtext-wseg.c | 58 int c = mtext_ref_char (mt, pos); in generic_wordseg() 66 c = mtext_ref_char (mt, beg - 1); in generic_wordseg() 76 c = mtext_ref_char (mt, end); in generic_wordseg() 316 if ((c = mtext_ref_char (mt, beg - 1)) < THAI_BEG || c > THAI_END) in thai_wordseg() 319 if ((c = mtext_ref_char (mt, end)) < THAI_BEG || c > THAI_END) in thai_wordseg() 326 tis[i - beg] = 0xA1 + (mtext_ref_char (mt, i) - THAI_BEG); in thai_wordseg() 375 int c = mtext_ref_char (mt, pos); in mtext__word_segment()
|
H A D | mtext.c | 212 c = mtext_ref_char (mt, from); in count_by_utf_8() 229 c = mtext_ref_char (mt, from); in count_by_utf_16() 313 c = mtext_ref_char (mt2, i); in insert() 335 c = mtext_ref_char (mt2, i); in insert() 356 *p++ = mtext_ref_char (mt2, i); in insert() 837 c = mtext_ref_char (mt, pos); in lowercase_precheck() 902 c = mtext_ref_char (mt, i); in after_soft_dotted() 938 c = mtext_ref_char (mt, i); in before_dot() 956 c = mtext_ref_char (mt, i); in after_i() 1225 c = mtext_ref_char (mt, i); in mtext__adjust_format() [all …]
|
H A D | input.c | 643 return mtext_ref_char (ic_info->preceding_text, len - pos); in get_preceding_char() 663 return mtext_ref_char (ic_info->preceding_text, len - pos); in get_preceding_char() 677 return mtext_ref_char (ic_info->following_text, pos); in get_following_char() 697 return mtext_ref_char (ic_info->following_text, pos); in get_following_char() 752 return mtext_ref_char (ic->produced, in integer_value() 1846 if (mtext_ref_char (mt, i) >= 256) in check_command_keyseq() 2719 MDEBUG_PRINT1 (" U+%04X", mtext_ref_char (ic->preedit, i)); in preedit_commit() 2852 c = mtext_ref_char (mt, i); in adjust_candidates() 2893 c = mtext_ref_char (mt, i); in adjust_candidates() 3144 mtext_ref_char (MPLIST_MTEXT (plist), 0)); in take_action_list() [all …]
|
H A D | mtext-lbrk.c | 139 int c = mtext_ref_char ((MT), (POS)); \
|
H A D | font-ft.c | 604 if (! FcCharSetAddChar (cs, (FcChar32) mtext_ref_char (mt, i))) in fc_build_charset() 612 if (! FcCharSetAddChar (cs, (FcChar32) mtext_ref_char (mt, i))) in fc_build_charset() 740 int c = (i < len ? mtext_ref_char (mt, i) in ft_list_char_list() 741 : mtext_ref_char (extra, i - len)); in ft_list_char_list() 1118 int c = (i < len ? mtext_ref_char (mt, i) in ft_check_language() 1119 : mtext_ref_char (extra, i - len)); in ft_check_language()
|
H A D | m17n-core.h | 523 extern int mtext_ref_char (MText *mt, int pos);
|
H A D | input-gui.c | 390 mtext_cat_char (mt, mtext_ref_char (candidates, i)); in win_callback()
|
H A D | draw.c | 402 c = mtext_ref_char (mt, pos); in compose_glyph_string() 1503 && mtext_ref_char (mt, prop->start - 1) != '\n') in get_gstring() 1505 && mtext_ref_char (mt, prop->end - 1) != '\n'))) in get_gstring()
|
H A D | coding.c | 355 c = mtext_ref_char (mt, from++); \ 4438 mtext_cat_char (mt, mtext_ref_char (internal->unread, n)); in mconv_decode()
|
H A D | ChangeLog | 140 * mtext.c (mtext_ref_char): Fix the logic. 4365 (mtext_ref_char): Optimize the code.
|
/dports/devel/m17n-docs/m17n-docs-1.5.5/utils/ |
H A D | imdoc.c | 182 if (mtext_ref_char (mt, len - 1) != '\n') in main() 190 c = mtext_ref_char (mt, i); in main() 208 c = mtext_ref_char (mt, i); in main()
|
/dports/misc/magicpoint/magicpoint-1.13a/ |
H A D | m17n.c | 114 c = mtext_ref_char(mt, pos); 119 c = mtext_ref_char(mt, pos); 601 if ((c = mtext_ref_char (mt, i)) != ' ' && c != '\t') 616 for (i = 0; i < nchars && mtext_ref_char (mt, 0) == ' '; i++); 619 if ((c = mtext_ref_char (mt, i)) == ' ') 643 if ((c = mtext_ref_char (mt, i - 1)) != ' ' && c != '\t')
|
/dports/devel/m17n-lib/m17n-lib-1.8.0/example/ |
H A D | mconv.c | 238 mtext_ref_char (mt, from), from); in check_invalid_bytes() 282 mtext_ref_char (mt, from), from); in check_unencoded_chars()
|
H A D | medit.c | 1009 && mtext_ref_char (mt, cursor.line_from - 1) != '\n') in insert_chars() 1047 while (pos < nchars && ! word_constituent_p (mtext_ref_char (mt, pos))) in forward_word() 1056 while (pos < nchars && word_constituent_p (mtext_ref_char (mt, pos))) in forward_word() 1067 while (pos > 0 && ! word_constituent_p (mtext_ref_char (mt, pos - 1))) in backward_word() 1076 while (pos > 0 && word_constituent_p (mtext_ref_char (mt, pos - 1))) in backward_word() 1120 if (mtext_ref_char (this_mt, i) >= 0x100) in covert_selection() 2367 int c = mtext_ref_char (mt, cursor.from); in MenuHelpProc()
|
/dports/textproc/uim-m17nlib/uim-d1ac9d9/uim/ |
H A D | m17nlib.c | 753 mtext_cat_char(produced, mtext_ref_char(mplist_value(group), j));
|
/dports/textproc/uim-qt5/uim-d1ac9d9/uim/ |
H A D | m17nlib.c | 753 mtext_cat_char(produced, mtext_ref_char(mplist_value(group), j));
|
/dports/textproc/uim-el/uim-d1ac9d9/uim/ |
H A D | m17nlib.c | 753 mtext_cat_char(produced, mtext_ref_char(mplist_value(group), j));
|
/dports/textproc/uim-gtk3/uim-d1ac9d9/uim/ |
H A D | m17nlib.c | 753 mtext_cat_char(produced, mtext_ref_char(mplist_value(group), j));
|
/dports/textproc/uim-gtk/uim-d1ac9d9/uim/ |
H A D | m17nlib.c | 753 mtext_cat_char(produced, mtext_ref_char(mplist_value(group), j));
|
/dports/japanese/uim-anthy/uim-d1ac9d9/uim/ |
H A D | m17nlib.c | 753 mtext_cat_char(produced, mtext_ref_char(mplist_value(group), j));
|
/dports/x11/mlterm/mlterm-3.9.1/inputmethod/m17nlib/ |
H A D | im_m17nlib.c | 725 mtext_cat_char(text, mtext_ref_char(mplist_value(group), i)); in candidates_changed()
|
/dports/devel/m17n-docs/m17n-docs-1.5.5/ja/latex/ |
H A D | group__m17nMtext.tex | 270 \IPAlabel{mtext_ref_char}
|