webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebCore::Latin1TextIterator Class Reference

#include <Latin1TextIterator.h>

Public Member Functions

 Latin1TextIterator (const LChar *characters, unsigned currentIndex, unsigned lastIndex, unsigned)
 
bool consume (UChar32 &character, unsigned &clusterLength)
 
void advance (unsigned advanceLength)
 
unsigned currentIndex () const
 
const LCharcharacters () const
 

Constructor & Destructor Documentation

◆ Latin1TextIterator()

WebCore::Latin1TextIterator::Latin1TextIterator ( const LChar characters,
unsigned  currentIndex,
unsigned  lastIndex,
unsigned   
)
inline

Member Function Documentation

◆ advance()

void WebCore::Latin1TextIterator::advance ( unsigned  advanceLength)
inline

◆ characters()

const LChar* WebCore::Latin1TextIterator::characters ( ) const
inline

◆ consume()

bool WebCore::Latin1TextIterator::consume ( UChar32 character,
unsigned &  clusterLength 
)
inline

◆ currentIndex()

unsigned WebCore::Latin1TextIterator::currentIndex ( ) const
inline

The documentation for this class was generated from the following file: