Home | History | Annotate | Download | only in unicode

Lines Matching refs:getPart

319  * with countParts(), getPart() and related methods.
624 const Part &getPart(int32_t i) const {
630 * Convenience method for getPart(i).getType().
636 return getPart(i).type;
641 * Convenience method for getPart(partIndex).getIndex().
647 return getPart(partIndex).index;
692 * @return The first i>start where getPart(i).getType()==ARG|MSG_LIMIT at the same nesting level,
697 int32_t limit=getPart(start).limitPartIndex;