Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_texteditengine.cpp1175 WordBreakProperty eCurType = GetWordBreakProperty(GetChar()); in FindNextBreakPos() local
1181 bool wBreak = CheckStateChangeForWordBreak(eCurType, eNextType); in FindNextBreakPos()
1188 int32_t nFlags = GetBreakFlagsFor(eCurType, eNextType); in FindNextBreakPos()
1199 int32_t nFlags = GetBreakFlagsFor(eNextType, eCurType); in FindNextBreakPos()
1214 eCurType = eNextType; in FindNextBreakPos()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp1138 XFA_Element eCurType = pNode->GetElementType(); in GetItemIfExists() local
1139 if (eCurType == XFA_Element::InstanceManager) in GetItemIfExists()
1141 if ((eCurType != XFA_Element::Subform) && in GetItemIfExists()
1142 (eCurType != XFA_Element::SubformSet)) { in GetItemIfExists()
1169 XFA_Element eCurType = pNode->GetElementType(); in GetCount() local
1170 if (eCurType == XFA_Element::InstanceManager) in GetCount()
1172 if ((eCurType != XFA_Element::Subform) && in GetCount()
1173 (eCurType != XFA_Element::SubformSet)) { in GetCount()
Dxfa_document_datamerger_imp.cpp531 XFA_Element eCurType = pNode->GetElementType(); in CloneOrMergeInstanceManager() local
532 if (eCurType == XFA_Element::InstanceManager) in CloneOrMergeInstanceManager()
535 if ((eCurType != XFA_Element::Subform) && in CloneOrMergeInstanceManager()
536 (eCurType != XFA_Element::SubformSet)) { in CloneOrMergeInstanceManager()
/external/sqlite/dist/orig/
Dsqlite3.c18709 u8 eCurType; /* One of the CURTYPE_* values above */ member
75033 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
75034 switch( pCx->eCurType ){
76051 assert( p->eCurType==CURTYPE_BTREE );
76072 assert( p->eCurType==CURTYPE_BTREE );
76086 assert( p->eCurType==CURTYPE_BTREE );
76108 assert( p->eCurType==CURTYPE_BTREE || p->eCurType==CURTYPE_PSEUDO );
77467 assert( pC->eCurType==CURTYPE_BTREE );
80069 #define isSorter(x) ((x)->eCurType==CURTYPE_SORTER)
80080 u8 eCurType /* Type of the new cursor */
[all …]
/external/sqlite/dist/
Dsqlite3.c18709 u8 eCurType; /* One of the CURTYPE_* values above */ member
75049 assert( pCx->pBtx==0 || pCx->eCurType==CURTYPE_BTREE );
75050 switch( pCx->eCurType ){
76067 assert( p->eCurType==CURTYPE_BTREE );
76088 assert( p->eCurType==CURTYPE_BTREE );
76102 assert( p->eCurType==CURTYPE_BTREE );
76124 assert( p->eCurType==CURTYPE_BTREE || p->eCurType==CURTYPE_PSEUDO );
77483 assert( pC->eCurType==CURTYPE_BTREE );
80085 #define isSorter(x) ((x)->eCurType==CURTYPE_SORTER)
80096 u8 eCurType /* Type of the new cursor */
[all …]