U_CAPI UBreakIterator* ubrk_openRules (const UChar *rules, int32_t rulesLength, const UChar *text, int32_t textLength, UErrorCode *status)

Open a new UBreakIterator for locating text boundaries using specified breaking rules

Documentation

Open a new UBreakIterator for locating text boundaries using specified breaking rules. The rule syntax is ... (TBD)
Returns:
A UBreakIterator for the specified rules.
Parameters:
rules - A set of rules specifying the text breaking conventions.
rulesLength - The number of characters in rules, or -1 if null-terminated.
text - The text to be iterated over.
textLength - The number of characters in text, or -1 if null-terminated.
status - A UErrorCode to receive any errors.
See Also:
ubrk_open

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de