![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "xfa/fgas/layout/cfgas_rtfbreak.h"#include <memory>#include <utility>#include "core/fxcrt/fx_codepage.h"#include "core/fxge/cfx_font.h"#include "core/fxge/cfx_gemodule.h"#include "testing/gtest/include/gtest/gtest.h"#include "xfa/fgas/font/cfgas_fontmgr.h"#include "xfa/fgas/font/cfgas_gefont.h"#include "xfa/fgas/layout/cfgas_char.h"Go to the source code of this file.
Classes | |
| class | CFGAS_RTFBreakTest |
Functions | |
| TEST_F (CFGAS_RTFBreakTest, AddChars) | |
| TEST_F (CFGAS_RTFBreakTest, ControlCharacters) | |
| TEST_F (CFGAS_RTFBreakTest, BidiLine) | |
| TEST_F | ( | CFGAS_RTFBreakTest | , |
| AddChars | ) |
Definition at line 42 of file cfgas_rtfbreak_unittest.cpp.
References fxcrt::WideString::WideString(), CFGAS_Break::kExpandTab, CFGAS_Char::kParagraph, fxcrt::operator+(), and fxcrt::WideString::operator=().
| TEST_F | ( | CFGAS_RTFBreakTest | , |
| BidiLine | ) |
Definition at line 78 of file cfgas_rtfbreak_unittest.cpp.
References fxcrt::WideString::FromUTF8(), and CFGAS_Break::kExpandTab.
| TEST_F | ( | CFGAS_RTFBreakTest | , |
| ControlCharacters | ) |
Definition at line 66 of file cfgas_rtfbreak_unittest.cpp.
References CFGAS_Break::kExpandTab, CFGAS_Char::kLine, CFGAS_Char::kPage, CFGAS_Char::kParagraph, and pdfium::unicode::kParagraphSeparator.