Home | History | Annotate | Download | only in unicode

Lines Matching defs:getPart

320  * with countParts(), getPart() and related methods.
625 const Part &getPart(int32_t i) const {
631 * Convenience method for getPart(i).getType().
637 return getPart(i).type;
642 * Convenience method for getPart(partIndex).getIndex().
648 return getPart(partIndex).index;
693 * @return The first i>start where getPart(i).getType()==ARG|MSG_LIMIT at the same nesting level,
698 int32_t limit=getPart(start).limitPartIndex;