Home
last modified time | relevance | path

Searched refs:conv_stat (Results 1 – 8 of 8) sorted by relevance

/dports/japanese/scim-anthy/scim-anthy-1.2.7/src/
H A Dscim_anthy_conversion.cpp118 struct anthy_conv_stat conv_stat; in convert() local
120 if (conv_stat.nr_segment <= 0) { in convert()
130 if (conv_stat.nr_segment <= 0) in convert()
328 struct anthy_conv_stat conv_stat; in get_nr_segments() local
344 struct anthy_conv_stat conv_stat; in get_segment_string() local
347 if (conv_stat.nr_segment <= 0) in get_segment_string()
415 struct anthy_conv_stat conv_stat; in select_segment() local
429 struct anthy_conv_stat conv_stat; in get_segment_size() local
455 struct anthy_conv_stat conv_stat; in resize_segment() local
550 if (conv_stat.nr_segment <= 0) in get_candidates()
[all …]
/dports/japanese/fcitx5-anthy/fcitx5-anthy-5.0.2/src/
H A Dconversion.cpp64 struct anthy_conv_stat conv_stat; in convert() local
66 if (conv_stat.nr_segment <= 0) { in convert()
76 if (conv_stat.nr_segment <= 0) in convert()
232 struct anthy_conv_stat conv_stat; in nrSegments() local
246 struct anthy_conv_stat conv_stat; in segmentString() local
249 if (conv_stat.nr_segment <= 0) in segmentString()
311 struct anthy_conv_stat conv_stat; in selectSegment() local
330 struct anthy_conv_stat conv_stat; in segmentSize() local
356 struct anthy_conv_stat conv_stat; in resizeSegment() local
460 if (conv_stat.nr_segment <= 0) in candidates()
[all …]
/dports/japanese/fcitx-anthy/fcitx-anthy-0.2.3/src/
H A Dconversion.cpp115 struct anthy_conv_stat conv_stat; in convert() local
117 if (conv_stat.nr_segment <= 0) { in convert()
127 if (conv_stat.nr_segment <= 0) in convert()
328 struct anthy_conv_stat conv_stat; in get_nr_segments() local
344 struct anthy_conv_stat conv_stat; in get_segment_string() local
347 if (conv_stat.nr_segment <= 0) in get_segment_string()
416 struct anthy_conv_stat conv_stat; in select_segment() local
436 struct anthy_conv_stat conv_stat; in get_segment_size() local
462 struct anthy_conv_stat conv_stat; in resize_segment() local
577 if (conv_stat.nr_segment <= 0) in get_candidates()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/nimf/modules/engines/nimf-anthy/
H A Dnimf-anthy.c476 struct anthy_conv_stat conv_stat; in nimf_anthy_emit_commit() local
481 for (i = 0; i < conv_stat.nr_segment; i++) in nimf_anthy_emit_commit()
505 struct anthy_conv_stat conv_stat; in nimf_anthy_reset() local
546 struct anthy_conv_stat conv_stat; in nimf_anthy_convert_preedit_text() local
556 for (i = 0; i < conv_stat.nr_segment; i++) in nimf_anthy_convert_preedit_text()
606 struct anthy_conv_stat conv_stat; in nimf_anthy_update_page() local
753 struct anthy_conv_stat conv_stat; in nimf_anthy_update_candidate() local
757 if (conv_stat.nr_segment > 0) in nimf_anthy_update_candidate()
1076 struct anthy_conv_stat conv_stat; in nimf_anthy_convert_to() local
1167 struct anthy_conv_stat conv_stat; in nimf_anthy_filter_event() local
[all …]
/dports/japanese/ibus-anthy/ibus-anthy-1.5.11/gir/
H A Danthygcontext.c148 struct anthy_conv_stat conv_stat = { 0, }; in anthy_gcontext_get_nr_segments() local
152 anthy_get_stat(obj->priv->context, &conv_stat); in anthy_gcontext_get_nr_segments()
153 return conv_stat.nr_segment; in anthy_gcontext_get_nr_segments()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/spu/
H A DMakefile.in58 access.o chdir.o chmod.o chown.o close.o conv_stat.o dirfuncs.o dup.o \
/dports/audio/gtkpod/gtkpod-1.0.0/src/
H A Dfile_convert.c2181 struct stat conv_stat, orig_stat; in conversion_set_valid_filename() local
2184 if (stat (ctr->converted_file, &conv_stat) == 0) in conversion_set_valid_filename()
2188 if (conv_stat.st_mtime > orig_stat.st_mtime) in conversion_set_valid_filename()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/
H A DChangeLog-20152037 * spu/conv_stat.c: New file, add common stat conversion code.
2040 * spu/Makefile.in: Add conv_stat.o and lstat.o.