![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fxcrt/code_point_view.h"#include <string>#include "build/build_config.h"#include "testing/gtest/include/gtest/gtest.h"Go to the source code of this file.
Functions | |
| TEST (CodePointViewTest, Empty) | |
| TEST (CodePointViewTest, Basic) | |
| TEST (CodePointViewTest, Supplementary) | |
| TEST (CodePointViewTest, UnpairedHighSurrogate) | |
| TEST (CodePointViewTest, UnpairedLowSurrogate) | |
| TEST | ( | CodePointViewTest | , |
| Basic | ) |
Definition at line 30 of file code_point_view_unittest.cpp.
| TEST | ( | CodePointViewTest | , |
| Empty | ) |
Definition at line 26 of file code_point_view_unittest.cpp.
| TEST | ( | CodePointViewTest | , |
| Supplementary | ) |
Definition at line 34 of file code_point_view_unittest.cpp.
| TEST | ( | CodePointViewTest | , |
| UnpairedHighSurrogate | ) |
Definition at line 38 of file code_point_view_unittest.cpp.
| TEST | ( | CodePointViewTest | , |
| UnpairedLowSurrogate | ) |
Definition at line 42 of file code_point_view_unittest.cpp.