Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QUnicodeTools::SB Namespace Reference

Enumerations

enum  State {
  Initial , Lower , Upper , LUATerm ,
  ATerm , ATermC , ACS , STerm ,
  STermC , SCS , BAfterC , BAfter ,
  Break , Lookup
}
 

Variables

static const uchar breakTable [BAfter+1][QUnicodeTables::NumSentenceBreakClasses]
 

Enumeration Type Documentation

◆ State

Enumerator
Initial 
Lower 
Upper 
LUATerm 
ATerm 
ATermC 
ACS 
STerm 
STermC 
SCS 
BAfterC 
BAfter 
Break 
Lookup 

Definition at line 368 of file qunicodetools.cpp.

Variable Documentation

◆ breakTable

const uchar QUnicodeTools::SB::breakTable[BAfter+1][QUnicodeTables::NumSentenceBreakClasses]
static
Initial value:
= {
{ Initial, BAfterC, BAfter , BAfter , Upper , Initial, Initial, Upper , Initial, Initial, LUATerm, Initial, STerm , Initial },
{ Lookup , BAfterC, BAfter , BAfter , LUATerm, ACS , Initial, Upper , Break , Initial, ATerm , STerm , STerm , ATermC },
}

Definition at line 385 of file qunicodetools.cpp.

Referenced by QUnicodeTools::getSentenceBreaks().