The IntlRuleBasedBreakIterator class
(No version information available, might only be in Git)
Einführung
A subclass of IntlBreakIterator that encapsulates ICU break iterators whose behavior is specified using a set of rules. This is the most common kind of break iterators.
These rules are described in the » ICU Boundary Analysis User Guide.
Klassenbeschreibung
/* Constants */
/* Methoden */
/* Geerbte Methoden */
ReturnType intl_get_error_code
( void
)
ReturnType intl_get_error_message
( void
)
}Vordefinierte Konstanten
IntlRuleBasedBreakIterator::DONEIntlRuleBasedBreakIterator::WORD_NONEIntlRuleBasedBreakIterator::WORD_NONE_LIMITIntlRuleBasedBreakIterator::WORD_NUMBERIntlRuleBasedBreakIterator::WORD_NUMBER_LIMITIntlRuleBasedBreakIterator::WORD_LETTERIntlRuleBasedBreakIterator::WORD_LETTER_LIMITIntlRuleBasedBreakIterator::WORD_KANAIntlRuleBasedBreakIterator::WORD_KANA_LIMITIntlRuleBasedBreakIterator::WORD_IDEOIntlRuleBasedBreakIterator::WORD_IDEO_LIMITIntlRuleBasedBreakIterator::LINE_SOFTIntlRuleBasedBreakIterator::LINE_SOFT_LIMITIntlRuleBasedBreakIterator::LINE_HARDIntlRuleBasedBreakIterator::LINE_HARD_LIMITIntlRuleBasedBreakIterator::SENTENCE_TERMIntlRuleBasedBreakIterator::SENTENCE_TERM_LIMITIntlRuleBasedBreakIterator::SENTENCE_SEPIntlRuleBasedBreakIterator::SENTENCE_SEP_LIMIT
Inhaltsverzeichnis
- IntlRuleBasedBreakIterator::__construct — Create iterator from ruleset
- IntlRuleBasedBreakIterator::getBinaryRules — Get the binary form of compiled rules
- IntlRuleBasedBreakIterator::getRules — Get the rule set used to create this object
- IntlRuleBasedBreakIterator::getRuleStatus — Get the largest status value from the break rules that determined the current break position
- IntlRuleBasedBreakIterator::getRuleStatusVec — Get the status values from the break rules that determined the current break position