#include <codepointiterator_internal.h>
◆ CodePointBreakIterator() [1/2]
| PHP::CodePointBreakIterator::CodePointBreakIterator |
( |
| ) |
|
◆ CodePointBreakIterator() [2/2]
◆ ~CodePointBreakIterator()
| PHP::CodePointBreakIterator::~CodePointBreakIterator |
( |
| ) |
|
|
override |
◆ adoptText()
| void PHP::CodePointBreakIterator::adoptText |
( |
CharacterIterator * | it | ) |
|
|
override |
◆ clone()
◆ createBufferClone()
| CodePointBreakIterator * PHP::CodePointBreakIterator::createBufferClone |
( |
void * | stackBuffer, |
|
|
int32_t & | BufferSize, |
|
|
UErrorCode & | status ) |
|
override |
◆ current()
| int32_t PHP::CodePointBreakIterator::current |
( |
void | | ) |
const |
|
override |
◆ first()
| int32_t PHP::CodePointBreakIterator::first |
( |
void | | ) |
|
|
override |
◆ following()
| int32_t PHP::CodePointBreakIterator::following |
( |
int32_t | offset | ) |
|
|
override |
◆ getDynamicClassID()
| UClassID PHP::CodePointBreakIterator::getDynamicClassID |
( |
void | | ) |
const |
|
override |
◆ getLastCodePoint()
| UChar32 PHP::CodePointBreakIterator::getLastCodePoint |
( |
| ) |
|
|
inline |
◆ getStaticClassID()
| static UClassID PHP::CodePointBreakIterator::getStaticClassID |
( |
| ) |
|
|
static |
◆ getText()
| CharacterIterator & PHP::CodePointBreakIterator::getText |
( |
void | | ) |
const |
|
override |
◆ getUText()
| UText * PHP::CodePointBreakIterator::getUText |
( |
UText * | fillIn, |
|
|
UErrorCode & | status ) const |
|
override |
◆ isBoundary()
| UBool PHP::CodePointBreakIterator::isBoundary |
( |
int32_t | offset | ) |
|
|
override |
◆ last()
| int32_t PHP::CodePointBreakIterator::last |
( |
void | | ) |
|
|
override |
◆ next() [1/2]
| int32_t PHP::CodePointBreakIterator::next |
( |
int32_t | n | ) |
|
|
override |
◆ next() [2/2]
| int32_t PHP::CodePointBreakIterator::next |
( |
void | | ) |
|
|
override |
◆ operator=()
◆ operator==()
| UBool PHP::CodePointBreakIterator::operator== |
( |
const BreakIterator & | that | ) |
const |
|
override |
◆ preceding()
| int32_t PHP::CodePointBreakIterator::preceding |
( |
int32_t | offset | ) |
|
|
override |
◆ previous()
| int32_t PHP::CodePointBreakIterator::previous |
( |
void | | ) |
|
|
override |
◆ refreshInputText()
◆ setText() [1/2]
| void PHP::CodePointBreakIterator::setText |
( |
const UnicodeString & | text | ) |
|
|
override |
◆ setText() [2/2]
| void PHP::CodePointBreakIterator::setText |
( |
UText * | text, |
|
|
UErrorCode & | status ) |
|
override |
The documentation for this class was generated from the following file: