Searched refs:conv_stat (Results 1 – 8 of 8) sorted by relevance
118 struct anthy_conv_stat conv_stat; in convert() local120 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() local344 struct anthy_conv_stat conv_stat; in get_segment_string() local347 if (conv_stat.nr_segment <= 0) in get_segment_string()415 struct anthy_conv_stat conv_stat; in select_segment() local429 struct anthy_conv_stat conv_stat; in get_segment_size() local455 struct anthy_conv_stat conv_stat; in resize_segment() local550 if (conv_stat.nr_segment <= 0) in get_candidates()[all …]
64 struct anthy_conv_stat conv_stat; in convert() local66 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() local246 struct anthy_conv_stat conv_stat; in segmentString() local249 if (conv_stat.nr_segment <= 0) in segmentString()311 struct anthy_conv_stat conv_stat; in selectSegment() local330 struct anthy_conv_stat conv_stat; in segmentSize() local356 struct anthy_conv_stat conv_stat; in resizeSegment() local460 if (conv_stat.nr_segment <= 0) in candidates()[all …]
115 struct anthy_conv_stat conv_stat; in convert() local117 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() local344 struct anthy_conv_stat conv_stat; in get_segment_string() local347 if (conv_stat.nr_segment <= 0) in get_segment_string()416 struct anthy_conv_stat conv_stat; in select_segment() local436 struct anthy_conv_stat conv_stat; in get_segment_size() local462 struct anthy_conv_stat conv_stat; in resize_segment() local577 if (conv_stat.nr_segment <= 0) in get_candidates()[all …]
476 struct anthy_conv_stat conv_stat; in nimf_anthy_emit_commit() local481 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() local546 struct anthy_conv_stat conv_stat; in nimf_anthy_convert_preedit_text() local556 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() local753 struct anthy_conv_stat conv_stat; in nimf_anthy_update_candidate() local757 if (conv_stat.nr_segment > 0) in nimf_anthy_update_candidate()1076 struct anthy_conv_stat conv_stat; in nimf_anthy_convert_to() local1167 struct anthy_conv_stat conv_stat; in nimf_anthy_filter_event() local[all …]
148 struct anthy_conv_stat conv_stat = { 0, }; in anthy_gcontext_get_nr_segments() local152 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()
58 access.o chdir.o chmod.o chown.o close.o conv_stat.o dirfuncs.o dup.o \
2181 struct stat conv_stat, orig_stat; in conversion_set_valid_filename() local2184 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()
2037 * spu/conv_stat.c: New file, add common stat conversion code.2040 * spu/Makefile.in: Add conv_stat.o and lstat.o.