Home
last modified time | relevance | path

Searched refs:FX_CBP_SP (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_ucd.h89 FX_CBP_SP = 35, enumerator
/external/pdfium/xfa/fgas/layout/
Dfgas_textbreak.cpp1000 if (nCur == FX_CBP_SP) { in GetBreakPos()
1001 if (nNext == FX_CBP_SP) in GetBreakPos()
1008 if (nNext == FX_CBP_SP) in GetBreakPos()
1017 (nCur == FX_CBP_SP && !bSpaceBreak)) { in GetBreakPos()
Dfgas_rtfbreak.cpp746 if (nCur == FX_CBP_SP) in GetBreakPos()
749 eType = nNext == FX_CBP_SP ? FX_LBT_PROHIBITED_BRK in GetBreakPos()