Home | History | Annotate | Download | only in unicode

Lines Matching full:matched

438     * @param input The string data to be matched
458 * @param input The string data to be matched
785 * unlike that function, it does not require that the entire region be matched.
841 * Returns a string containing the text matched by the previous match.
846 * @return a string containing the matched input text.
906 * @return A string containing the matched input text. If a pre-allocated UText
915 * Returns the index in the input string of the start of the text matched
930 * Returns the index in the input string of the start of the text matched by the
939 * @return the (native) start position of substring matched by the specified group.
952 * text matched during the previous match operation.
956 * @return the index of the last character matched, plus one.
972 * text matched by the specified capture group during the previous match operation.
1101 * Returns the input string being matched. Ownership of the string belongs to
1110 * Returns the input string being matched. This is the live input text; it should not be
1120 * Returns the input string being matched, either by copying it into the provided
1142 * is less than zero or greater than the length of the string being matched.
1389 * the input text that matched the regexp pattern. The replacement
1421 * the input text that matched the regexp pattern. The replacement
1714 const UnicodeString *fInput; // The string being matched. Only used for input()
1715 UText *fInputText; // The text being matched. Is never NULL.
1716 UText *fAltInputText; // A shallow copy of the text being matched.
1752 // (matched $ or Z)