HomeSort by relevance Sort by last modified time
    Searched defs:CFX_TxtBreak (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fgas/layout/
fgas_textbreak.cpp 20 typedef uint32_t (CFX_TxtBreak::*FX_TxtBreak_LPFAppendChar)(
24 &CFX_TxtBreak::AppendChar_Others, &CFX_TxtBreak::AppendChar_Tab,
25 &CFX_TxtBreak::AppendChar_Others, &CFX_TxtBreak::AppendChar_Control,
26 &CFX_TxtBreak::AppendChar_Combination, &CFX_TxtBreak::AppendChar_Others,
27 &CFX_TxtBreak::AppendChar_Others, &CFX_TxtBreak::AppendChar_Arabic,
28 &CFX_TxtBreak::AppendChar_Arabic, &CFX_TxtBreak::AppendChar_Arabic
    [all...]
fgas_textbreak.h 206 class CFX_TxtBreak {
208 explicit CFX_TxtBreak(uint32_t dwPolicies);
209 ~CFX_TxtBreak();

Completed in 372 milliseconds