Searched refs:eCurType (Results 1 – 5 of 5) sorted by relevance
1175 WordBreakProperty eCurType = GetWordBreakProperty(GetChar()); in FindNextBreakPos() local1181 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()
1138 XFA_Element eCurType = pNode->GetElementType(); in GetItemIfExists() local1139 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() local1170 if (eCurType == XFA_Element::InstanceManager) in GetCount()1172 if ((eCurType != XFA_Element::Subform) && in GetCount()1173 (eCurType != XFA_Element::SubformSet)) { in GetCount()
531 XFA_Element eCurType = pNode->GetElementType(); in CloneOrMergeInstanceManager() local532 if (eCurType == XFA_Element::InstanceManager) in CloneOrMergeInstanceManager()535 if ((eCurType != XFA_Element::Subform) && in CloneOrMergeInstanceManager()536 (eCurType != XFA_Element::SubformSet)) { in CloneOrMergeInstanceManager()
18709 u8 eCurType; /* One of the CURTYPE_* values above */ member75033 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 …]
18709 u8 eCurType; /* One of the CURTYPE_* values above */ member75049 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 …]