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
code_point_view_unittest.cpp File Reference

(9c1f44f67466fea2fb20bb6f31fea388d8c65961)

#include "core/fxcrt/code_point_view.h"
#include <string>
#include "build/build_config.h"
#include "testing/gtest/include/gtest/gtest.h"
+ Include dependency graph for code_point_view_unittest.cpp:

Go to the source code of this file.

Functions

 TEST (CodePointViewTest, Empty)
 
 TEST (CodePointViewTest, Basic)
 
 TEST (CodePointViewTest, Supplementary)
 
 TEST (CodePointViewTest, UnpairedHighSurrogate)
 
 TEST (CodePointViewTest, UnpairedLowSurrogate)
 

Function Documentation

◆ TEST() [1/5]

TEST ( CodePointViewTest ,
Basic  )

Definition at line 30 of file code_point_view_unittest.cpp.

◆ TEST() [2/5]

TEST ( CodePointViewTest ,
Empty  )

Definition at line 26 of file code_point_view_unittest.cpp.

◆ TEST() [3/5]

TEST ( CodePointViewTest ,
Supplementary  )

Definition at line 34 of file code_point_view_unittest.cpp.

◆ TEST() [4/5]

TEST ( CodePointViewTest ,
UnpairedHighSurrogate  )

Definition at line 38 of file code_point_view_unittest.cpp.

◆ TEST() [5/5]

TEST ( CodePointViewTest ,
UnpairedLowSurrogate  )

Definition at line 42 of file code_point_view_unittest.cpp.