Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/re2j
/ functions
Functions
668 in github.com/google/re2j
⨍
Functions
668
◇
Types & classes
78
Method
testFindSubmatch
()
javatests/com/google/re2j/FindTest.java:557
Method
testFindSubmatchIndex
()
javatests/com/google/re2j/FindTest.java:625
Method
testFindUTF8
()
javatests/com/google/re2j/FindTest.java:268
Method
testFindUTF8Index
()
javatests/com/google/re2j/FindTest.java:341
Method
testFindUTF8Submatch
()
javatests/com/google/re2j/FindTest.java:505
Method
testFindUTF8SubmatchIndex
()
javatests/com/google/re2j/FindTest.java:615
Method
testFoldConstants
()
javatests/com/google/re2j/UnicodeTest.java:20
Method
testFowlerBasic
()
javatests/com/google/re2j/ExecTest.java:338
Method
testFowlerNullSubexpr
()
javatests/com/google/re2j/ExecTest.java:343
Method
testFowlerRepetition
()
javatests/com/google/re2j/ExecTest.java:348
Method
testFullMatch
()
javatests/com/google/re2j/RE2Test.java:23
Method
testGroup
()
javatests/com/google/re2j/MatcherTest.java:119
Method
testGroupCount
()
javatests/com/google/re2j/PatternTest.java:180
Method
testGroupCount
()
javatests/com/google/re2j/MatcherTest.java:112
Method
testGroupZeroWidthAssertions
()
javatests/com/google/re2j/MatcherTest.java:505
Method
testInvalidFind
()
javatests/com/google/re2j/MatcherTest.java:148
Method
testInvalidGroupNoMatch
()
javatests/com/google/re2j/MatcherTest.java:169
Method
testInvalidGroupOutOfRange
()
javatests/com/google/re2j/MatcherTest.java:180
Method
testInvalidReplacement
()
javatests/com/google/re2j/MatcherTest.java:158
Method
testIssue93
()
javatests/com/google/re2j/PatternTest.java:204
Method
testLiteralPrefix
()
javatests/com/google/re2j/RE2QuoteMetaTest.java:87
Method
testLookingAt
()
javatests/com/google/re2j/MatcherTest.java:28
Method
testMatch
()
javatests/com/google/re2j/RE2MatchTest.java:29
Method
testMatchEndUTF16
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
Method
testMatchFunction
()
javatests/com/google/re2j/RE2MatchTest.java:47
Method
testMatches
()
javatests/com/google/re2j/MatcherTest.java:34
Method
testMatchesNoFlags
()
javatests/com/google/re2j/PatternTest.java:81
Method
testMatchesUpdatesMatchInformation
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
Method
testMatchesWithFlags
()
javatests/com/google/re2j/PatternTest.java:93
Method
testMutableCharSequence
()
javatests/com/google/re2j/MatcherTest.java:447
Method
testNamedGroups
()
javatests/com/google/re2j/PatternTest.java:189
Method
testNamedGroups
()
javatests/com/google/re2j/MatcherTest.java:458
Method
testNegateClass
()
javatests/com/google/re2j/CharClassTest.java:176
Method
testNumSubexp
()
javatests/com/google/re2j/RE2TestNumSubexps.java:44
Method
testParseFoldCase
()
javatests/com/google/re2j/ParserTest.java:311
Method
testParseInvalidRegexps
()
javatests/com/google/re2j/ParserTest.java:573
Method
testParseLiteral
()
javatests/com/google/re2j/ParserTest.java:320
Method
testParseMatchNL
()
javatests/com/google/re2j/ParserTest.java:332
Method
testParseNoMatchNL
()
javatests/com/google/re2j/ParserTest.java:344
Method
testParseSimple
()
javatests/com/google/re2j/ParserTest.java:294
Method
testPatternLongestMatch
()
javatests/com/google/re2j/MatcherTest.java:512
Method
testProgramSize
()
javatests/com/google/re2j/PatternTest.java:167
Method
testProgramSize
()
javatests/com/google/re2j/MatcherTest.java:97
Method
testQuote
()
javatests/com/google/re2j/PatternTest.java:217
Method
testQuoteMeta
()
javatests/com/google/re2j/RE2QuoteMetaTest.java:51
Method
testRE2Exhaustive
()
javatests/com/google/re2j/ExecTest.java:88
Method
testRE2Search
()
javatests/com/google/re2j/ExecTest.java:83
Method
testReplaceAll
()
javatests/com/google/re2j/MatcherTest.java:42
Method
testReplaceAllFunc
()
javatests/com/google/re2j/RE2ReplaceAllFunctionTest.java:55
Method
testReplaceFirst
()
javatests/com/google/re2j/MatcherTest.java:71
Method
testResetOnFindInt_StringBuffer
()
javatests/com/google/re2j/MatcherTest.java:325
Method
testResetOnFindInt_StringBuilder
()
javatests/com/google/re2j/MatcherTest.java:343
Method
testSerialize
()
javatests/com/google/re2j/PatternTest.java:242
Method
testSimplify
()
javatests/com/google/re2j/SimplifyTest.java:162
Method
testSplit
()
javatests/com/google/re2j/PatternTest.java:132
Method
testStartEndBeforeFind
Test that IllegalStateException is thrown if start/end are called before calling find
javatests/com/google/re2j/MatcherTest.java:221
Method
testSyntaxError
()
javatests/com/google/re2j/PatternTest.java:68
Method
testThrowsOnNullInputCtor
()
javatests/com/google/re2j/MatcherTest.java:206
Method
testThrowsOnNullInputReset
Test the NullPointerException is thrown on null input.
javatests/com/google/re2j/MatcherTest.java:194
Method
testToString
()
javatests/com/google/re2j/PatternTest.java:55
Method
testToString
()
javatests/com/google/re2j/CharClassTest.java:215
Method
testToStringEquivalentParse
()
javatests/com/google/re2j/ParserTest.java:609
Method
testUnquote
()
javatests/com/google/re2j/StrconvTest.java:96
Method
toLowerCase
(int codePoint)
java/com/google/re2j/super/com/google/re2j/Characters.java:13
Method
toString
()
javatests/com/google/re2j/RE2ReplaceAllFunctionTest.java:25
Method
toString
()
java/com/google/re2j/Machine.java:66
Method
toString
()
java/com/google/re2j/Parser.java:779
Method
toUpperCase
(int codePoint)
java/com/google/re2j/super/com/google/re2j/Characters.java:17
← previous
601–668 of 668, ranked by callers