Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QUnicodeTools::LB::NS Namespace Reference

Enumerations

enum  Action {
  None , Start , Continue , Break ,
  NeedOPNU , CNeedNU , CNeedISNU , None ,
  Start , Continue , Break , NeedOPNU ,
  CNeedNU , CNeedISNU
}
enum  Class {
  XX , PRPO , OP , HY ,
  NU , SY , IS , CLCP ,
  XX , PRPO , OP , HY ,
  NU , SY , IS , CLCP
}
enum  Action {
  None , Start , Continue , Break ,
  NeedOPNU , CNeedNU , CNeedISNU , None ,
  Start , Continue , Break , NeedOPNU ,
  CNeedNU , CNeedISNU
}
enum  Class {
  XX , PRPO , OP , HY ,
  NU , SY , IS , CLCP ,
  XX , PRPO , OP , HY ,
  NU , SY , IS , CLCP
}

Functions

Class toClass (QUnicodeTables::LineBreakClass lbc)

Variables

static const uchar actionTable [CLCP+1][CLCP+1]

Enumeration Type Documentation

◆ Action [1/2]

Enumerator
None 
Start 
Continue 
Break 
NeedOPNU 
CNeedNU 
CNeedISNU 
None 
Start 
Continue 
Break 
NeedOPNU 
CNeedNU 
CNeedISNU 

Definition at line 496 of file qunicodetools.cpp.

◆ Action [2/2]

Enumerator
None 
Start 
Continue 
Break 
NeedOPNU 
CNeedNU 
CNeedISNU 
None 
Start 
Continue 
Break 
NeedOPNU 
CNeedNU 
CNeedISNU 

Definition at line 496 of file qunicodetools.cpp.

◆ Class [1/2]

Enumerator
XX 
PRPO 
OP 
HY 
NU 
SY 
IS 
CLCP 
XX 
PRPO 
OP 
HY 
NU 
SY 
IS 
CLCP 

Definition at line 509 of file qunicodetools.cpp.

◆ Class [2/2]

Enumerator
XX 
PRPO 
OP 
HY 
NU 
SY 
IS 
CLCP 
XX 
PRPO 
OP 
HY 
NU 
SY 
IS 
CLCP 

Definition at line 509 of file qunicodetools.cpp.

Function Documentation

◆ toClass()

Class QUnicodeTools::LB::NS::toClass ( QUnicodeTables::LineBreakClass lbc)
inline

Definition at line 532 of file qunicodetools.cpp.

References CLCP, HY, IS, QUnicodeTables::LineBreak_CL, QUnicodeTables::LineBreak_CP, QUnicodeTables::LineBreak_HY, QUnicodeTables::LineBreak_IS, QUnicodeTables::LineBreak_NU, QUnicodeTables::LineBreak_OP, QUnicodeTables::LineBreak_PO, QUnicodeTables::LineBreak_PR, QUnicodeTables::LineBreak_SY, NU, OP, PRPO, SY, and XX.

Referenced by QUnicodeTools::getLineBreaks().

Here is the caller graph for this function:

Variable Documentation

◆ actionTable