Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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 |
FX_BIDICLASS pdfium::unicode::GetBidiClass | ( | wchar_t | wch | ) |
Definition at line 152 of file fx_unicode.cpp.
Referenced by CFX_BidiChar::AppendChar().
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().
|
constexpr |
Definition at line 102 of file fx_unicode.h.
|
constexpr |
Definition at line 100 of file fx_unicode.h.
Referenced by CFGAS_TxtBreak::GetCharRects().
|
constexpr |
Definition at line 101 of file fx_unicode.h.
Referenced by CFGAS_TxtBreak::GetCharRects(), and TEST_F().
|
constexpr |
Definition at line 99 of file fx_unicode.h.
|
constexpr |
Definition at line 103 of file fx_unicode.h.
Referenced by CFGAS_RTFBreak::GetDisplayPos(), CFGAS_TxtBreak::GetDisplayPos(), and pdfium::arabic::GetFormChar().