Home
last modified time | relevance | path

Searched refs:mtext_ref_char (Results 1 – 22 of 22) sorted by relevance

/dports/devel/m17n-lib/m17n-lib-1.8.0/src/
H A Dmtext-wseg.c58 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 Dmtext.c212 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 Dinput.c643 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 Dmtext-lbrk.c139 int c = mtext_ref_char ((MT), (POS)); \
H A Dfont-ft.c604 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 Dm17n-core.h523 extern int mtext_ref_char (MText *mt, int pos);
H A Dinput-gui.c390 mtext_cat_char (mt, mtext_ref_char (candidates, i)); in win_callback()
H A Ddraw.c402 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 Dcoding.c355 c = mtext_ref_char (mt, from++); \
4438 mtext_cat_char (mt, mtext_ref_char (internal->unread, n)); in mconv_decode()
H A DChangeLog140 * 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 Dimdoc.c182 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 Dm17n.c114 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 Dmconv.c238 mtext_ref_char (mt, from), from); in check_invalid_bytes()
282 mtext_ref_char (mt, from), from); in check_unencoded_chars()
H A Dmedit.c1009 && 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 Dm17nlib.c753 mtext_cat_char(produced, mtext_ref_char(mplist_value(group), j));
/dports/textproc/uim-qt5/uim-d1ac9d9/uim/
H A Dm17nlib.c753 mtext_cat_char(produced, mtext_ref_char(mplist_value(group), j));
/dports/textproc/uim-el/uim-d1ac9d9/uim/
H A Dm17nlib.c753 mtext_cat_char(produced, mtext_ref_char(mplist_value(group), j));
/dports/textproc/uim-gtk3/uim-d1ac9d9/uim/
H A Dm17nlib.c753 mtext_cat_char(produced, mtext_ref_char(mplist_value(group), j));
/dports/textproc/uim-gtk/uim-d1ac9d9/uim/
H A Dm17nlib.c753 mtext_cat_char(produced, mtext_ref_char(mplist_value(group), j));
/dports/japanese/uim-anthy/uim-d1ac9d9/uim/
H A Dm17nlib.c753 mtext_cat_char(produced, mtext_ref_char(mplist_value(group), j));
/dports/x11/mlterm/mlterm-3.9.1/inputmethod/m17nlib/
H A Dim_m17nlib.c725 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 Dgroup__m17nMtext.tex270 \IPAlabel{mtext_ref_char}