![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <stdint.h>Go to the source code of this file.
Namespaces | |
| namespace | pdfium |
| namespace | pdfium::unicode |
Enumerations | |
| enum class | FX_BIDICLASS : uint8_t { kON = 0 , kL = 1 , kR = 2 , kAN = 3 , kEN = 4 , kAL = 5 , kNSM = 6 , kCS = 7 , kES = 8 , kET = 9 , kBN = 10 , kS = 11 , kWS = 12 , kB = 13 , kRLO = 14 , kRLE = 15 , kLRO = 16 , kLRE = 17 , kPDF = 18 , kN = kON } |
Functions | |
| wchar_t | pdfium::unicode::GetMirrorChar (wchar_t wch) |
| FX_BIDICLASS | pdfium::unicode::GetBidiClass (wchar_t wch) |
Variables | |
| constexpr wchar_t | pdfium::unicode::kRightSingleQuotationMark = 0x2019 |
| constexpr wchar_t | pdfium::unicode::kLineSeparator = 0x2028 |
| constexpr wchar_t | pdfium::unicode::kParagraphSeparator = 0x2029 |
| constexpr wchar_t | pdfium::unicode::kBoxDrawingsLightVerical = 0x2502 |
| constexpr wchar_t | pdfium::unicode::kZeroWidthNoBreakSpace = 0xfeff |
|
strong |
| Enumerator | |
|---|---|
| kON | |
| kL | |
| kR | |
| kAN | |
| kEN | |
| kAL | |
| kNSM | |
| kCS | |
| kES | |
| kET | |
| kBN | |
| kS | |
| kWS | |
| kB | |
| kRLO | |
| kRLE | |
| kLRO | |
| kLRE | |
| kPDF | |
| kN | |
Definition at line 13 of file fx_unicode.h.