Home | History | Annotate | Download | only in unicode

Lines Matching refs:parts

149      * followed by optional argument sub-parts (see UMessagePatternArgType constants)
213 * Returned by Part.getArgType() for ARG_START and ARG_LIMIT parts.
254 * with the same style parts sequence and semantics as UMSGPAT_ARG_TYPE_PLURAL.
322 * as a list of "parts" for fast and simple parsing and to minimize object allocations.
327 * List of "parts":
344 * <li>Literal output text is not represented directly by "parts" but accessed
345 * between parts of a message, from one part's getLimit() to the next part's getIndex().
609 * Returns the number of "parts" created by parsing the pattern string.
611 * @return the number of pattern parts.
625 return parts[i];
739 * This is 0 for some parts.
824 // After pattern parsing, the parts are effectively immutable.
928 // ArrayList<Part> parts=new ArrayList<Part>();
930 Part *parts;