IntlCodePointBreakIterator::getLastCodePoint

(No version information available, might only be in Git) Get last code point passed over after advancing or receding the iterator public ReturnType IntlCodePointBreakIterator::getLastCodePoint ( void ) Returns: This function is currently not documented; only its argument list is available.

IntlRuleBasedBreakIterator::getRuleStatusVec

(No version information available, might only be in Git) Get the status values from the break rules that determined the current break position public ReturnType IntlRuleBasedBreakIterator::getRuleStatusVec ( void ) Returns: This function is currently not documented; only its argument list is available.

IntlRuleBasedBreakIterator::getRuleStatus

(No version information available, might only be in Git) Get the largest status value from the break rules that determined the current break position public ReturnType IntlRuleBasedBreakIterator::getRuleStatus ( void ) Returns: This function is currently not documented; only its argument list is available.

IntlRuleBasedBreakIterator::getRules

(No version information available, might only be in Git) Get the rule set used to create this object public ReturnType IntlRuleBasedBreakIterator::getRules ( void ) Returns: This function is currently not documented; only its argument list is available.

IntlRuleBasedBreakIterator::getBinaryRules

(No version information available, might only be in Git) Get the binary form of compiled rules public ReturnType IntlRuleBasedBreakIterator::getBinaryRules ( void ) Returns: This function is currently not documented; only its argument list is available.

IntlRuleBasedBreakIterator::__construct

(No version information available, might only be in Git) Create iterator from ruleset public IntlRuleBasedBreakIterator::__construct ( string $rules [, string $areCompiled ] ) Parameters: "rules" "areCompiled" Returns: This function is currently not documented; only its argument lis

IntlBreakIterator::setText

(No version information available, might only be in Git) Set the text being scanned public ReturnType IntlBreakIterator::setText ( string $"text" ) Parameters: "text" Returns: This function is currently not documented; only its argument list is available.

IntlBreakIterator::previous

(No version information available, might only be in Git) Set the iterator position to the boundary immediately before the current public ReturnType IntlBreakIterator::previous ( void ) Returns: This function is currently not documented; only its argument list is available.

IntlBreakIterator::preceding

(No version information available, might only be in Git) Set the iterator position to the first boundary before an offset public ReturnType IntlBreakIterator::preceding ( string $"offset" ) Parameters: "offset" Returns: This function is currently not documented; only its argument list is available.

IntlBreakIterator::next

(No version information available, might only be in Git) Advance the iterator the next boundary public ReturnType IntlBreakIterator::next ([ string $"offset" ] ) Parameters: "offset" Returns: This function is currently not documented; only its argument list is available.