Home | History | Annotate | Download | only in i18n

Lines Matching refs:CEpos

296   uint32_t *CEpos; /* This is the position to which we have stored processed CEs */
484 (s)->CEpos = (s)->toReturn = (s)->CEs; \
676 #define hasExpansion(coleiter) ((coleiter)->iteratordata_.CEpos != (coleiter)->iteratordata_.CEs)
679 #define getExpansionSuffix(coleiter) ((coleiter)->iteratordata_.CEpos - (coleiter)->iteratordata_.toReturn)
680 #define setExpansionSuffix(coleiter, offset) ((coleiter)->iteratordata_.toReturn = (coleiter)->iteratordata_.CEpos - leftoverces)