#include <scrptrun.h>
|
static const char | fgClassID =0 |
| The address of this static class variable serves as this class's ID for ICU "poor man's RTTI". More...
|
|
Definition at line 61 of file scrptrun.h.
◆ ScriptRun()
vcl::ScriptRun::ScriptRun |
( |
const UChar |
chars[], |
|
|
int32_t |
length |
|
) |
| |
|
inline |
◆ getDynamicClassID()
virtual UClassID vcl::ScriptRun::getDynamicClassID |
( |
| ) |
const |
|
inlineoverridevirtual |
s * ICU "poor man's RTTI", returns a UClassID for the actual class.
@stable ICU 2.2
Definition at line 85 of file scrptrun.h.
◆ getScriptCode()
UScriptCode vcl::ScriptRun::getScriptCode |
( |
| ) |
const |
|
inline |
◆ getScriptEnd()
int32_t vcl::ScriptRun::getScriptEnd |
( |
| ) |
const |
|
inline |
◆ getScriptStart()
int32_t vcl::ScriptRun::getScriptStart |
( |
| ) |
const |
|
inline |
◆ getStaticClassID()
static UClassID vcl::ScriptRun::getStaticClassID |
( |
| ) |
|
|
inlinestatic |
ICU "poor man's RTTI", returns a UClassID for this class.
@stable ICU 2.2
Definition at line 92 of file scrptrun.h.
◆ next()
UBool vcl::ScriptRun::next |
( |
| ) |
|
◆ reset() [1/3]
void vcl::ScriptRun::reset |
( |
| ) |
|
|
inline |
◆ reset() [2/3]
void vcl::ScriptRun::reset |
( |
const UChar |
chars[], |
|
|
int32_t |
start, |
|
|
int32_t |
length |
|
) |
| |
|
inline |
◆ reset() [3/3]
void vcl::ScriptRun::reset |
( |
int32_t |
start, |
|
|
int32_t |
count |
|
) |
| |
|
inline |
◆ charArray
const UChar* vcl::ScriptRun::charArray |
|
private |
◆ charLimit
int32_t vcl::ScriptRun::charLimit |
|
private |
◆ charStart
int32_t vcl::ScriptRun::charStart |
|
private |
◆ fgClassID
const char vcl::ScriptRun::fgClassID =0 |
|
staticprivate |
The address of this static class variable serves as this class's ID for ICU "poor man's RTTI".
Definition at line 113 of file scrptrun.h.
◆ parenSP
int32_t vcl::ScriptRun::parenSP |
|
private |
◆ parenStack
◆ scriptCode
UScriptCode vcl::ScriptRun::scriptCode |
|
private |
◆ scriptEnd
int32_t vcl::ScriptRun::scriptEnd |
|
private |
◆ scriptStart
int32_t vcl::ScriptRun::scriptStart |
|
private |
The documentation for this class was generated from the following files: