Home | History | Annotate | Download | only in yarr

Lines Matching full:will

101          * which will be called from parseEscape(), since a hypen provided via this
134 * Adds a pattern character, called by parseEscape(), as such will not
212 * escapes, parseTokens() will call parseEscape() passing m_delegate as
213 * an argument, and as such the escape will be reported to the delegate.
216 * case a CharacterClassParserDelegate will be passed as the delegate that
222 * parsed was an atom (outside of a characted class \b and \B will be
781 * callbacks will be made to record the parsed tokens forming the regex.
811 * Before any call recording tokens are made, regexBegin() will be called on the
812 * delegate once. Once parsing is complete either regexEnd() or regexError() will
819 * calls (parentheses and character classes) the call to quantifyAtom() will come
824 * In the latter case, ...Begin() will be called, followed by a sequence of
831 * capturing subpattern, this will be the subpatternId associated with these
832 * parentheses, and will also by definition be the lowest subpatternId of these
836 * capturing subpatterns, the same subpatternId will be passed to the begin and
841 * will be greater than the subpatternId passed to end.