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
pdfium::unicode Namespace Reference

Functions

wchar_t GetMirrorChar (wchar_t wch)
 
FX_BIDICLASS GetBidiClass (wchar_t wch)
 

Variables

constexpr wchar_t kRightSingleQuotationMark = 0x2019
 
constexpr wchar_t kLineSeparator = 0x2028
 
constexpr wchar_t kParagraphSeparator = 0x2029
 
constexpr wchar_t kBoxDrawingsLightVerical = 0x2502
 
constexpr wchar_t kZeroWidthNoBreakSpace = 0xfeff
 

Function Documentation

◆ GetBidiClass()

FX_BIDICLASS pdfium::unicode::GetBidiClass ( wchar_t wch)

Definition at line 152 of file fx_unicode.cpp.

Referenced by CFX_BidiChar::AppendChar().

+ Here is the caller graph for this function:

◆ GetMirrorChar()

wchar_t pdfium::unicode::GetMirrorChar ( wchar_t wch)

Definition at line 143 of file fx_unicode.cpp.

Referenced by CFGAS_RTFBreak::GetDisplayPos(), and CFGAS_TxtBreak::GetDisplayPos().

+ Here is the caller graph for this function:

Variable Documentation

◆ kBoxDrawingsLightVerical

wchar_t pdfium::unicode::kBoxDrawingsLightVerical = 0x2502
constexpr

Definition at line 102 of file fx_unicode.h.

◆ kLineSeparator

wchar_t pdfium::unicode::kLineSeparator = 0x2028
constexpr

Definition at line 100 of file fx_unicode.h.

Referenced by CFGAS_TxtBreak::GetCharRects().

◆ kParagraphSeparator

wchar_t pdfium::unicode::kParagraphSeparator = 0x2029
constexpr

Definition at line 101 of file fx_unicode.h.

Referenced by CFGAS_TxtBreak::GetCharRects(), and TEST_F().

◆ kRightSingleQuotationMark

wchar_t pdfium::unicode::kRightSingleQuotationMark = 0x2019
constexpr

Definition at line 99 of file fx_unicode.h.

◆ kZeroWidthNoBreakSpace

wchar_t pdfium::unicode::kZeroWidthNoBreakSpace = 0xfeff
constexpr