Lines Matching full:part
350 * of fields, the trailing part of the input string, including any
648 * the capture group exists in the pattern, but was not part of the last match.
683 * Return -1 if the capture group exists in the pattern but was not part of the match.
759 * The region is the part of the input string that will be searched to find a match.
897 * looking for matches of the pattern. Input that is not part of any
916 * looking for a match of the pattern. Input that is not part
933 * Implements a replace operation intended to be used as part of an
995 * of fields, the trailing part of the input string, including any
1134 void init2(const UnicodeString &s, UErrorCode &e); // Common initialization, part 2.