The IntlRuleBasedBreakIterator class
(No version information available, might only be in Git)
Introduction
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.
Class synopsis
/* Constants */
/* Methods */
/* Inherited methods */
ReturnType intl_get_error_code
( void
)
ReturnType intl_get_error_message
( void
)
}Predefined Constants
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
Table of Contents
- 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
- PHP Руководство
- Функции по категориям
- Индекс функций
- Справочник функций
- Поддержка языков и кодировок
- Введение
- Установка и настройка
- Предопределенные константы
- Примеры
- The Collator class
- The NumberFormatter class
- The Locale class
- The Normalizer class
- The MessageFormatter class
- The IntlCalendar class
- The IntlTimeZone class
- The IntlDateFormatter class
- The ResourceBundle class
- The Spoofchecker class
- The Transliterator class
- The IntlBreakIterator class
- The IntlRuleBasedBreakIterator class
- The IntlCodePointBreakIterator class
- The IntlPartsIterator class
- The UConverter class
- Grapheme Функции
- IDN Функции
- IntlChar
- Exception class for intl errors
- The IntlIterator class
- intl Функции
Коментарии
404 Not Found