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
cfde_wordbreak_data.h File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include <stdint.h>
+ Include dependency graph for cfde_wordbreak_data.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  WordBreakProperty : uint8_t {
  kNone = 0 , kCR , kLF , kNewLine ,
  kExtend , kFormat , kKataKana , kALetter ,
  kMidLetter , kMidNum , kMidNumLet , kNumeric ,
  kExtendNumLet
}
 

Functions

bool FX_CheckStateChangeForWordBreak (WordBreakProperty from, WordBreakProperty to)
 
WordBreakProperty FX_GetWordBreakProperty (wchar_t wcCodePoint)
 

Enumeration Type Documentation

◆ WordBreakProperty

enum class WordBreakProperty : uint8_t
strong
Enumerator
kNone 
kCR 
kLF 
kNewLine 
kExtend 
kFormat 
kKataKana 
kALetter 
kMidLetter 
kMidNum 
kMidNumLet 
kNumeric 
kExtendNumLet 

Definition at line 12 of file cfde_wordbreak_data.h.

Function Documentation

◆ FX_CheckStateChangeForWordBreak()

bool FX_CheckStateChangeForWordBreak ( WordBreakProperty from,
WordBreakProperty to )

Definition at line 2821 of file cfde_wordbreak_data.cpp.

Referenced by CFDE_TextEditEngine::Iterator::FindNextBreakPos().

+ Here is the caller graph for this function:

◆ FX_GetWordBreakProperty()

WordBreakProperty FX_GetWordBreakProperty ( wchar_t wcCodePoint)

Definition at line 2828 of file cfde_wordbreak_data.cpp.

References kNone.

Referenced by CFDE_TextEditEngine::Iterator::FindNextBreakPos().

+ Here is the caller graph for this function: