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::SurrogatePair Class Referencefinal

#include <utf16.h>

+ Collaboration diagram for pdfium::SurrogatePair:

Public Member Functions

constexpr SurrogatePair (char16_t high, char16_t low)
 
constexpr SurrogatePair (char32_t code_point)
 
constexpr char16_t high () const
 
constexpr char16_t low () const
 
constexpr char32_t ToCodePoint () const
 

Detailed Description

Definition at line 61 of file utf16.h.

Constructor & Destructor Documentation

◆ SurrogatePair() [1/2]

pdfium::SurrogatePair::SurrogatePair ( char16_t high,
char16_t low )
inlineconstexpr

Definition at line 64 of file utf16.h.

Referenced by pdfium::TEST().

+ Here is the caller graph for this function:

◆ SurrogatePair() [2/2]

pdfium::SurrogatePair::SurrogatePair ( char32_t code_point)
inlineexplicitconstexpr

Definition at line 71 of file utf16.h.

Referenced by FXSYS_ToUTF16BE(), and pdfium::TEST().

+ Here is the caller graph for this function:

Member Function Documentation

◆ high()

char16_t pdfium::SurrogatePair::high ( ) const
inlineconstexpr

Definition at line 78 of file utf16.h.

Referenced by FXSYS_ToUTF16BE(), and pdfium::TEST().

+ Here is the caller graph for this function:

◆ low()

char16_t pdfium::SurrogatePair::low ( ) const
inlineconstexpr

Definition at line 79 of file utf16.h.

Referenced by FXSYS_ToUTF16BE(), and pdfium::TEST().

+ Here is the caller graph for this function:

◆ ToCodePoint()

char32_t pdfium::SurrogatePair::ToCodePoint ( ) const
inlineconstexpr

Definition at line 82 of file utf16.h.

References pdfium::kMinimumSupplementaryCodePoint, pdfium::kSurrogateBits, and pdfium::kSurrogateMask.

Referenced by pdfium::TEST().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: