Home | History | Annotate | Download | only in unicode

Lines Matching full:parts

147      * followed by optional argument sub-parts (see UMessagePatternArgType constants)
211 * Returned by Part.getArgType() for ARG_START and ARG_LIMIT parts.
253 * with the same style parts sequence and semantics as UMSGPAT_ARG_TYPE_PLURAL.
323 * as a list of "parts" for fast and simple parsing and to minimize object allocations.
328 * List of "parts":
345 * <li>Literal output text is not represented directly by "parts" but accessed
346 * between parts of a message, from one part's getLimit() to the next part's getIndex().
610 * Returns the number of "parts" created by parsing the pattern string.
612 * @return the number of pattern parts.
626 return parts[i];
740 * This is 0 for some parts.
825 // After pattern parsing, the parts are effectively immutable.
929 // ArrayList<Part> parts=new ArrayList<Part>();
931 Part *parts;