The IntlRuleBasedBreakIterator class
(No version information available, might only be in Git)
简介
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.
类摘要
/* 继承的常量 */
/* 方法 */
/* 继承的方法 */
intl_get_error_code (
void ) :
int
intl_get_error_message (
void ) :
string
public
IntlBreakIterator::getPartsIterator ([
int
}
$key_type
= IntlPartsIterator::KEY_SEQUENTIAL ] ) :
IntlPartsIterator
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