Home
last modified time | relevance | path

Searched refs:kCombination (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp238 if (chartype != FX_CHARTYPE::kCombination && in AppendChar()
264 case FX_CHARTYPE::kCombination: in AppendChar()
730 if (FX_GetCharType(wNext) != FX_CHARTYPE::kCombination) in GetDisplayPos()
745 } while (FX_GetCharType(wNext) == FX_CHARTYPE::kCombination); in GetDisplayPos()
755 } else if (chartype == FX_CHARTYPE::kCombination) { in GetDisplayPos()
799 if (chartype != FX_CHARTYPE::kCombination) in GetDisplayPos()
841 chartype = FX_CHARTYPE::kCombination; in GetDisplayPos()
856 if (bRTLPiece && chartype != FX_CHARTYPE::kCombination) in GetDisplayPos()
869 if (chartype == FX_CHARTYPE::kCombination) { in GetDisplayPos()
876 if (FX_GetCharType(wLast) == FX_CHARTYPE::kCombination) { in GetDisplayPos()
[all …]
Dcfx_rtfbreak.cpp80 if (chartype != FX_CHARTYPE::kCombination && in AppendChar()
99 case FX_CHARTYPE::kCombination: in AppendChar()
133 if (pLastChar && pLastChar->GetCharType() > FX_CHARTYPE::kCombination) in AppendChar_Combination()
136 m_eCharType = FX_CHARTYPE::kCombination; in AppendChar_Combination()
791 if (bRTLPiece && dwCharType != FX_CHARTYPE::kCombination) in GetDisplayPos()
796 if (!bRTLPiece && dwCharType != FX_CHARTYPE::kCombination) in GetDisplayPos()
Dcfx_break.cpp135 pTC->GetCharType() == FX_CHARTYPE::kCombination) { in GetLastChar()
/external/pdfium/core/fxcrt/
Dfx_unicode.h87 kCombination, enumerator
Dfx_ucddata.inc769 CHARPROP____(0x1ffu, kCombination, kNSM, kCM) // U+0300
770 CHARPROP____(0x1ffu, kCombination, kNSM, kCM) // U+0301
771 CHARPROP____(0x1ffu, kCombination, kNSM, kCM) // U+0302
772 CHARPROP____(0x1ffu, kCombination, kNSM, kCM) // U+0303
773 CHARPROP____(0x1ffu, kCombination, kNSM, kCM) // U+0304
774 CHARPROP____(0x1ffu, kCombination, kNSM, kCM) // U+0305
775 CHARPROP____(0x1ffu, kCombination, kNSM, kCM) // U+0306
776 CHARPROP____(0x1ffu, kCombination, kNSM, kCM) // U+0307
777 CHARPROP____(0x1ffu, kCombination, kNSM, kCM) // U+0308
778 CHARPROP____(0x1ffu, kCombination, kNSM, kCM) // U+0309
[all …]