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

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

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

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
 

Enumeration Type Documentation

◆ FX_BIDICLASS

enum class FX_BIDICLASS : uint8_t
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.