BreakIterator's behavior
in some text boundary analysis functions, see
stringi-search-boundaries.stri_opts_brkiter(type, locale, skip_word_none, skip_word_number,
skip_word_letter, skip_word_kana, skip_word_ideo, skip_line_soft,
skip_line_hard, skip_sentence_term, skip_sentence_sep, ...)character,
line_break, sentence, or word;
see stringi-search-boundariesNULL or "" for default locale.", ",", "?",
"!"), possibly followed by a hard separator
(CR, LF, PS, etc.)skip_* values act as they have been set to FALSE.skip_* family of settings may be used to prevent performing
any special actions on particular types of text boundaries, e.g.
in case of the stri_locate_all_boundaries and
stri_split_boundaries functions.ubrk.h File Reference -- ICU4C API Documentation,
Boundary Analysis -- ICU User Guide,
stri_count_boundaries,
stri_count_words;
stri_extract_all_boundaries,
stri_extract_all_words,
stri_extract_first_boundaries,
stri_extract_first_words,
stri_extract_last_boundaries,
stri_extract_last_words;
stri_locate_all_boundaries,
stri_locate_all_words,
stri_locate_first_boundaries,
stri_locate_first_words,
stri_locate_last_boundaries,
stri_locate_last_words;
stri_split_boundaries;
stri_split_lines,
stri_split_lines1,
stri_split_lines1;
stri_trans_tolower,
stri_trans_totitle,
stri_trans_toupper;
stri_wrap;
stringi-search-boundaries;
stringi-search