MCPcopy Create free account

hub / github.com/google/re2j / functions

Functions668 in github.com/google/re2j

MethodtestFindSubmatch
()
javatests/com/google/re2j/FindTest.java:557
MethodtestFindSubmatchIndex
()
javatests/com/google/re2j/FindTest.java:625
MethodtestFindUTF8
()
javatests/com/google/re2j/FindTest.java:268
MethodtestFindUTF8Index
()
javatests/com/google/re2j/FindTest.java:341
MethodtestFindUTF8Submatch
()
javatests/com/google/re2j/FindTest.java:505
MethodtestFindUTF8SubmatchIndex
()
javatests/com/google/re2j/FindTest.java:615
MethodtestFoldConstants
()
javatests/com/google/re2j/UnicodeTest.java:20
MethodtestFowlerBasic
()
javatests/com/google/re2j/ExecTest.java:338
MethodtestFowlerNullSubexpr
()
javatests/com/google/re2j/ExecTest.java:343
MethodtestFowlerRepetition
()
javatests/com/google/re2j/ExecTest.java:348
MethodtestFullMatch
()
javatests/com/google/re2j/RE2Test.java:23
MethodtestGroup
()
javatests/com/google/re2j/MatcherTest.java:119
MethodtestGroupCount
()
javatests/com/google/re2j/PatternTest.java:180
MethodtestGroupCount
()
javatests/com/google/re2j/MatcherTest.java:112
MethodtestGroupZeroWidthAssertions
()
javatests/com/google/re2j/MatcherTest.java:505
MethodtestInvalidFind
()
javatests/com/google/re2j/MatcherTest.java:148
MethodtestInvalidGroupNoMatch
()
javatests/com/google/re2j/MatcherTest.java:169
MethodtestInvalidGroupOutOfRange
()
javatests/com/google/re2j/MatcherTest.java:180
MethodtestInvalidReplacement
()
javatests/com/google/re2j/MatcherTest.java:158
MethodtestIssue93
()
javatests/com/google/re2j/PatternTest.java:204
MethodtestLiteralPrefix
()
javatests/com/google/re2j/RE2QuoteMetaTest.java:87
MethodtestLookingAt
()
javatests/com/google/re2j/MatcherTest.java:28
MethodtestMatch
()
javatests/com/google/re2j/RE2MatchTest.java:29
MethodtestMatchEndUTF16
Test for variable length encoding, test whether RE2's match function gets the required parameter based on UTF16 codes and not chars and Runes.
javatests/com/google/re2j/MatcherTest.java:280
MethodtestMatchFunction
()
javatests/com/google/re2j/RE2MatchTest.java:47
MethodtestMatches
()
javatests/com/google/re2j/MatcherTest.java:34
MethodtestMatchesNoFlags
()
javatests/com/google/re2j/PatternTest.java:81
MethodtestMatchesUpdatesMatchInformation
Test for b/6891357. Basically matches should behave like find when it comes to updating the information of the match.
javatests/com/google/re2j/MatcherTest.java:236
MethodtestMatchesWithFlags
()
javatests/com/google/re2j/PatternTest.java:93
MethodtestMutableCharSequence
()
javatests/com/google/re2j/MatcherTest.java:447
MethodtestNamedGroups
()
javatests/com/google/re2j/PatternTest.java:189
MethodtestNamedGroups
()
javatests/com/google/re2j/MatcherTest.java:458
MethodtestNegateClass
()
javatests/com/google/re2j/CharClassTest.java:176
MethodtestNumSubexp
()
javatests/com/google/re2j/RE2TestNumSubexps.java:44
MethodtestParseFoldCase
()
javatests/com/google/re2j/ParserTest.java:311
MethodtestParseInvalidRegexps
()
javatests/com/google/re2j/ParserTest.java:573
MethodtestParseLiteral
()
javatests/com/google/re2j/ParserTest.java:320
MethodtestParseMatchNL
()
javatests/com/google/re2j/ParserTest.java:332
MethodtestParseNoMatchNL
()
javatests/com/google/re2j/ParserTest.java:344
MethodtestParseSimple
()
javatests/com/google/re2j/ParserTest.java:294
MethodtestPatternLongestMatch
()
javatests/com/google/re2j/MatcherTest.java:512
MethodtestProgramSize
()
javatests/com/google/re2j/PatternTest.java:167
MethodtestProgramSize
()
javatests/com/google/re2j/MatcherTest.java:97
MethodtestQuote
()
javatests/com/google/re2j/PatternTest.java:217
MethodtestQuoteMeta
()
javatests/com/google/re2j/RE2QuoteMetaTest.java:51
MethodtestRE2Exhaustive
()
javatests/com/google/re2j/ExecTest.java:88
MethodtestRE2Search
()
javatests/com/google/re2j/ExecTest.java:83
MethodtestReplaceAll
()
javatests/com/google/re2j/MatcherTest.java:42
MethodtestReplaceAllFunc
()
javatests/com/google/re2j/RE2ReplaceAllFunctionTest.java:55
MethodtestReplaceFirst
()
javatests/com/google/re2j/MatcherTest.java:71
MethodtestResetOnFindInt_StringBuffer
()
javatests/com/google/re2j/MatcherTest.java:325
MethodtestResetOnFindInt_StringBuilder
()
javatests/com/google/re2j/MatcherTest.java:343
MethodtestSerialize
()
javatests/com/google/re2j/PatternTest.java:242
MethodtestSimplify
()
javatests/com/google/re2j/SimplifyTest.java:162
MethodtestSplit
()
javatests/com/google/re2j/PatternTest.java:132
MethodtestStartEndBeforeFind
Test that IllegalStateException is thrown if start/end are called before calling find
javatests/com/google/re2j/MatcherTest.java:221
MethodtestSyntaxError
()
javatests/com/google/re2j/PatternTest.java:68
MethodtestThrowsOnNullInputCtor
()
javatests/com/google/re2j/MatcherTest.java:206
MethodtestThrowsOnNullInputReset
Test the NullPointerException is thrown on null input.
javatests/com/google/re2j/MatcherTest.java:194
MethodtestToString
()
javatests/com/google/re2j/PatternTest.java:55
MethodtestToString
()
javatests/com/google/re2j/CharClassTest.java:215
MethodtestToStringEquivalentParse
()
javatests/com/google/re2j/ParserTest.java:609
MethodtestUnquote
()
javatests/com/google/re2j/StrconvTest.java:96
MethodtoLowerCase
(int codePoint)
java/com/google/re2j/super/com/google/re2j/Characters.java:13
MethodtoString
()
javatests/com/google/re2j/RE2ReplaceAllFunctionTest.java:25
MethodtoString
()
java/com/google/re2j/Machine.java:66
MethodtoString
()
java/com/google/re2j/Parser.java:779
MethodtoUpperCase
(int codePoint)
java/com/google/re2j/super/com/google/re2j/Characters.java:17
← previous601–668 of 668, ranked by callers