Lines Matching refs:fImpl
78 ConstrainedFieldPosition fImpl; member
97 impl->fImpl.reset(); in ucfpos_reset()
106 impl->fImpl.constrainCategory(category); in ucfpos_constrainCategory()
115 impl->fImpl.constrainField(category, field); in ucfpos_constrainField()
124 return impl->fImpl.getCategory(); in ucfpos_getCategory()
133 return impl->fImpl.getField(); in ucfpos_getField()
142 *pStart = impl->fImpl.getStart(); in ucfpos_getIndexes()
143 *pLimit = impl->fImpl.getLimit(); in ucfpos_getIndexes()
152 return impl->fImpl.getInt64IterationContext(); in ucfpos_getInt64IterationContext()
161 impl->fImpl.setInt64IterationContext(context); in ucfpos_setInt64IterationContext()
170 return impl->fImpl.matchesField(category, field); in ucfpos_matchesField()
185 impl->fImpl.setState(category, field, start, limit); in ucfpos_setState()
226 return fmtval->fFormattedValue->nextPosition(cfpos->fImpl, *ec); in ufmtval_nextPosition()