Searched refs:start_class (Results 1 – 2 of 2) sorted by relevance
561 int start_class; in clip_get_word_boundaries() local575 start_class = CHAR_CLASS(p[col]); in clip_get_word_boundaries()582 else if (CHAR_CLASS(p[temp_col - 1]) != start_class in clip_get_word_boundaries()591 else if (CHAR_CLASS(p[temp_col]) != start_class in clip_get_word_boundaries()
1424 int start_class; in find_word_end() local1428 start_class = mb_get_class(ptr); in find_word_end()1429 if (start_class > 1) in find_word_end()1433 if (mb_get_class(ptr) != start_class) in find_word_end()