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

  /external/pdfium/core/include/fxcrt/
fx_ucd.h 135 FX_DWORD GetCharType() const { return m_dwCharProps & FX_CHARTYPEBITSMASK; }
  /external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.cpp 285 pTC->GetCharType() != FX_CHARTYPE_Combination) {
451 if (pLastChar != NULL && pLastChar->GetCharType() > FX_CHARTYPE_Combination) {
526 pLastChar->GetCharType() == FX_CHARTYPE_ArabicAlef);
667 m_dwCharType = pTC == NULL ? 0 : pTC->GetCharType();
677 switch (tc.GetCharType()) {
763 if (pTC->GetCharType() != FX_CHARTYPE_Control) {
869 dwCharType = tc.GetCharType();
    [all...]
fx_textbreak.cpp 261 if (bOmitChar && pTC->GetCharType() == FX_CHARTYPE_Combination) {
472 pLastChar->GetCharType() == FX_CHARTYPE_ArabicAlef);
671 switch (pTC->GetCharType()) {
726 if (pTC->GetCharType() != FX_CHARTYPE_Control) {
845 dwCharType = pTC->GetCharType();
971 m_dwCharType = pTC == NULL ? 0 : pTC->GetCharType();
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_arabic.cpp 306 eType = (FX_CHARTYPE)pTC->GetCharType();
    [all...]

Completed in 74 milliseconds