|
const Iterator & | position () const |
|
const Iterator & | position () const |
|
void | setPositionIgnoringNestedIsolates (const Iterator &position) |
|
void | setPositionIgnoringNestedIsolates (const Iterator &position) |
|
void | setPosition (const Iterator &position, unsigned nestedIsolatedCount) |
|
void | setPosition (const Iterator &position, unsigned nestedIsolatedCount) |
|
void | increment () |
|
void | increment () |
|
BidiContext * | context () const |
|
BidiContext * | context () const |
|
void | setContext (RefPtr< BidiContext > &&context) |
|
void | setContext (RefPtr< BidiContext > &&context) |
|
void | setLastDir (UCharDirection lastDir) |
|
void | setLastDir (UCharDirection lastDir) |
|
void | setLastStrongDir (UCharDirection lastStrongDir) |
|
void | setLastStrongDir (UCharDirection lastStrongDir) |
|
void | setEorDir (UCharDirection eorDir) |
|
void | setEorDir (UCharDirection eorDir) |
|
UCharDirection | dir () const |
|
UCharDirection | dir () const |
|
void | setDir (UCharDirection direction) |
|
void | setDir (UCharDirection direction) |
|
const BidiStatus & | status () const |
|
const BidiStatus & | status () const |
|
void | setStatus (BidiStatus status) |
|
void | setStatus (BidiStatus status) |
|
WhitespaceCollapsingState< Iterator > & | whitespaceCollapsingState () |
|
WhitespaceCollapsingState< Iterator > & | whitespaceCollapsingState () |
|
void | enterIsolate () |
|
void | enterIsolate () |
|
void | exitIsolate () |
|
void | exitIsolate () |
|
bool | inIsolate () const |
|
bool | inIsolate () const |
|
void | embed (UCharDirection, BidiEmbeddingSource) |
|
void | embed (UCharDirection, BidiEmbeddingSource) |
|
bool | commitExplicitEmbedding () |
|
bool | commitExplicitEmbedding () |
|
void | createBidiRunsForLine (const Iterator &end, VisualDirectionOverride=NoVisualOverride, bool hardLineBreak=false) |
|
void | createBidiRunsForLine (const Iterator &end, VisualDirectionOverride=NoVisualOverride, bool hardLineBreak=false) |
|
BidiRunList< Run > & | runs () |
|
BidiRunList< Run > & | runs () |
|
void | markCurrentRunEmpty () |
|
void | markCurrentRunEmpty () |
|
void | setWhitespaceCollapsingTransitionForIsolatedRun (Run &, size_t) |
|
void | setWhitespaceCollapsingTransitionForIsolatedRun (Run &, size_t) |
|
unsigned | whitespaceCollapsingTransitionForIsolatedRun (Run &) |
|
unsigned | whitespaceCollapsingTransitionForIsolatedRun (Run &) |
|
| BidiResolverBase ()=default |
|
| BidiResolverBase ()=default |
|
void | appendRun () |
|
void | appendRun () |
|
Iterator | m_current |
|
Iterator | m_sor |
|
Iterator | m_eor |
|
Iterator | m_last |
|
BidiStatus | m_status |
|
UCharDirection | m_direction |
|
Iterator | endOfLine |
|
bool | m_reachedEndOfLine |
|
Iterator | m_lastBeforeET |
|
bool | m_emptyRun |
|
BidiRunList< Run > | m_runs |
|
WhitespaceCollapsingState< Iterator > | m_whitespaceCollapsingState |
|
unsigned | m_nestedIsolateCount |
|
HashMap< Run *, unsigned > | m_whitespaceCollapsingTransitionForIsolatedRun |
|