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
cfde_wordbreak_data.h File Reference

(0ccf980226462398d5097987466bcffd8236e1e9)

#include <stdint.h>
Include dependency graph for cfde_wordbreak_data.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  pdfium

Enumerations

enum class  pdfium::WordBreakProperty : uint8_t {
  pdfium::kNone = 0 , pdfium::kCR , pdfium::kLF , pdfium::kNewLine ,
  pdfium::kExtend , pdfium::kFormat , pdfium::kKataKana , pdfium::kALetter ,
  pdfium::kMidLetter , pdfium::kMidNum , pdfium::kMidNumLet , pdfium::kNumeric ,
  pdfium::kExtendNumLet
}

Functions

bool pdfium::FX_CheckStateChangeForWordBreak (WordBreakProperty from, WordBreakProperty to)
WordBreakProperty pdfium::FX_GetWordBreakProperty (wchar_t wcCodePoint)