Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <utf16.h>
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 |
|
inlineconstexpr |
Definition at line 64 of file utf16.h.
Referenced by pdfium::TEST().
|
inlineexplicitconstexpr |
Definition at line 71 of file utf16.h.
Referenced by FXSYS_ToUTF16BE(), and pdfium::TEST().
|
inlineconstexpr |
Definition at line 78 of file utf16.h.
Referenced by FXSYS_ToUTF16BE(), and pdfium::TEST().
|
inlineconstexpr |
Definition at line 79 of file utf16.h.
Referenced by FXSYS_ToUTF16BE(), and pdfium::TEST().
|
inlineconstexpr |
Definition at line 82 of file utf16.h.
References pdfium::kMinimumSupplementaryCodePoint, pdfium::kSurrogateBits, and pdfium::kSurrogateMask.
Referenced by pdfium::TEST().