Home | History | Annotate | Download | only in unicode

Lines Matching refs:getPart

317  * with countParts(), getPart() and related methods.
622 const Part &getPart(int32_t i) const {
628 * Convenience method for getPart(i).getType().
634 return getPart(i).type;
639 * Convenience method for getPart(partIndex).getIndex().
645 return getPart(partIndex).index;
690 * @return The first i>start where getPart(i).getType()==ARG|MSG_LIMIT at the same nesting level,
695 int32_t limit=getPart(start).limitPartIndex;