Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18510 программистов и 1635 роботов. Сейчас ищут 1423 программиста ...
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::DONE
IntlRuleBasedBreakIterator::WORD_NONE
IntlRuleBasedBreakIterator::WORD_NONE_LIMIT
IntlRuleBasedBreakIterator::WORD_NUMBER
IntlRuleBasedBreakIterator::WORD_NUMBER_LIMIT
IntlRuleBasedBreakIterator::WORD_LETTER
IntlRuleBasedBreakIterator::WORD_LETTER_LIMIT
IntlRuleBasedBreakIterator::WORD_KANA
IntlRuleBasedBreakIterator::WORD_KANA_LIMIT
IntlRuleBasedBreakIterator::WORD_IDEO
IntlRuleBasedBreakIterator::WORD_IDEO_LIMIT
IntlRuleBasedBreakIterator::LINE_SOFT
IntlRuleBasedBreakIterator::LINE_SOFT_LIMIT
IntlRuleBasedBreakIterator::LINE_HARD
IntlRuleBasedBreakIterator::LINE_HARD_LIMIT
IntlRuleBasedBreakIterator::SENTENCE_TERM
IntlRuleBasedBreakIterator::SENTENCE_TERM_LIMIT
IntlRuleBasedBreakIterator::SENTENCE_SEP
IntlRuleBasedBreakIterator::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