HomeSort by relevance Sort by last modified time
    Searched refs:FX_CHARTYPE_Combination (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/include/fxcrt/
fx_ucd.h 99 FX_CHARTYPE_Combination = (4 << FX_CHARTYPEBITS),
  /external/pdfium/xfa/src/fgas/src/layout/
fx_textbreak.cpp 261 if (bOmitChar && pTC->GetCharType() == FX_CHARTYPE_Combination) {
590 if (dwType != FX_CHARTYPE_Combination &&
    [all...]
fx_rtfbreak.cpp 285 pTC->GetCharType() != FX_CHARTYPE_Combination) {
372 if (dwType != FX_CHARTYPE_Combination &&
451 if (pLastChar != NULL && pLastChar->GetCharType() > FX_CHARTYPE_Combination) {
454 m_dwCharType = FX_CHARTYPE_Combination;
    [all...]

Completed in 122 milliseconds