#include <BreakIterator.h>
◆ CreateCamelCaseBreakIterator()
Create a new instance of a break iterator which is designed to locate appropriate soft-wrapping points within a string by searching for CamelCase boundaries This may produce odd results when used with languages which don't have a concept of cases for characters, however should be fine for parsing variable or asset names
◆ CreateCharacterBoundaryIterator()
Create a new instance of a break iterator designed to locate character boundary points within a string
◆ CreateLineBreakIterator()
Create a new instance of a break iterator designed to locate appropriate soft-wrapping points within a string Note that these aren't newlines as such, but rather places where the line could be soft-wrapped when displaying the text
◆ CreateWordBreakIterator()
Create a new instance of a break iterator designed to locate word boundary points within a string
◆ GetCharacterBoundaryIterator()
Get a shared instance of a character boundary break iterator
◆ GetLineBreakIterator()
Get a new instance of a line break iterator
◆ GetWordBreakIterator()
Get a shared instance of a work break iterator
The documentation for this struct was generated from the following files: