Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 138443 программиста и 945 роботов. Сейчас ищут 955 программистов ...
The IntlRuleBasedBreakIterator class
Вернуться к: intl
(Информация о версии неизвестна, возможно, только в SVN)
Введение
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.
Обзор классов
/* Constants */
/* Методы */
/* Наследуемые методы */
ReturnType intl_get_error_code
( void
)
ReturnType intl_get_error_message
( void
)
}Предопределенные константы
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
Содержание
- 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
Вернуться к: intl