MCPcopy Create free account

hub / github.com/google/re2j / functions

Functions668 in github.com/google/re2j

↓ 1 callersMethodmake_foldLu
()
java/com/google/re2j/UnicodeTables.java:4092
↓ 1 callersMethodmake_foldMn
()
java/com/google/re2j/UnicodeTables.java:4223
↓ 1 callersMethodmatch
(MachineInput in, int pos, int anchor)
java/com/google/re2j/Machine.java:215
↓ 1 callersMethodmatchRune
(int r)
java/com/google/re2j/Inst.java:48
↓ 1 callersMethodmatchRune
(Regexp re, int r)
java/com/google/re2j/Parser.java:1192
↓ 1 callersMethodmatchUTF8
(byte[] b)
java/com/google/re2j/RE2.java:369
↓ 1 callersMethodmaxCap
()
java/com/google/re2j/Regexp.java:272
↓ 1 callersMethodminFoldRune
(int r)
java/com/google/re2j/Parser.java:193
↓ 1 callersMethodnamedGroups
Return a map of the capturing groups in this matcher's pattern, where key is the name and value is the index of the group in the pattern.
java/com/google/re2j/Pattern.java:331
↓ 1 callersMethodnewLiteral
(int r, int flags)
java/com/google/re2j/Parser.java:182
↓ 1 callersMethodnext
(int l)
java/com/google/re2j/Prog.java:117
↓ 1 callersMethodparseClass
(StringIterator t)
java/com/google/re2j/Parser.java:1615
↓ 1 callersMethodparseFowlerResult
(String s, boolean[] shouldCompileMatch)
javatests/com/google/re2j/ExecTest.java:632
↓ 1 callersMethodparseInternal
()
java/com/google/re2j/Parser.java:792
↓ 1 callersMethodparseNamedClass
(StringIterator t, CharClass cc)
java/com/google/re2j/Parser.java:1498
↓ 1 callersMethodparsePerlFlags
(StringIterator t)
java/com/google/re2j/Parser.java:1040
↓ 1 callersMethodparseRepeat
(StringIterator t)
java/com/google/re2j/Parser.java:998
↓ 1 callersMethodparseResult
(String file, int lineno, String res)
javatests/com/google/re2j/ExecTest.java:286
↓ 1 callersMethodparseRightParen
()
java/com/google/re2j/Parser.java:1305
↓ 1 callersMethodparseVerticalBar
()
java/com/google/re2j/Parser.java:1212
↓ 1 callersMethodprefix
(StringBuilder prefix)
java/com/google/re2j/Prog.java:63
↓ 1 callersMethodqsortIntPair
(int[] array, int left, int right)
java/com/google/re2j/CharClass.java:299
↓ 1 callersMethodquote
Returns a literal pattern string for the specified string. <p> This method produces a string that can be used to create a <code>Pattern</code> that w
java/com/google/re2j/Pattern.java:294
↓ 1 callersMethodreinit
()
java/com/google/re2j/Regexp.java:83
↓ 1 callersMethodremoveLeadingRegexp
(Regexp re, boolean reuse)
java/com/google/re2j/Parser.java:660
↓ 1 callersMethodremoveLeadingString
(Regexp re, int n)
java/com/google/re2j/Parser.java:601
↓ 1 callersMethodremoveRange
(int fromIndex, int toIndex)
java/com/google/re2j/Parser.java:46
↓ 1 callersMethodreplaceAll
Returns the input with all matches replaced by {@code replacement}, interpreted as for {@code appendReplacement}. @param replacement the replacement
java/com/google/re2j/Matcher.java:579
↓ 1 callersMethodreplaceFirst
Returns the input with the first match replaced by {@code replacement}, interpreted as for {@code appendReplacement}. @param replacement the replacem
java/com/google/re2j/Matcher.java:591
↓ 1 callersMethodresetCap
(int ncap)
java/com/google/re2j/Machine.java:143
↓ 1 callersMethodruneToString
(int r)
java/com/google/re2j/Utils.java:102
↓ 1 callersMethodrunesToString
(int[] runes)
javatests/com/google/re2j/ParserTest.java:508
↓ 1 callersMethodstar
(Frag f1, boolean nongreedy)
java/com/google/re2j/Compiler.java:155
↓ 1 callersMethodstartCond
()
java/com/google/re2j/Prog.java:81
↓ 1 callersMethodstep
(int pos)
java/com/google/re2j/MachineInput.java:44
↓ 1 callersMethodsubmatches
()
java/com/google/re2j/Machine.java:159
↓ 1 callersMethodtestGroup
(String text, String regexp, String[] output)
javatests/com/google/re2j/ApiTestUtils.java:183
↓ 1 callersMethodtestMatcherNotMatches
(String regexp, String nonMatch)
javatests/com/google/re2j/ApiTestUtils.java:66
↓ 1 callersMethodtoString
()
java/com/google/re2j/Prog.java:164
↓ 1 callersMethodtoString
()
java/com/google/re2j/CharClass.java:357
↓ 1 callersMethodtoString
()
java/com/google/re2j/Inst.java:91
↓ 1 callersMethodtoString
()
java/com/google/re2j/Pattern.java:298
↓ 1 callersMethodunicodeTable
(String name)
java/com/google/re2j/Parser.java:1524
↓ 1 callersMethodunquoteChar
(String s, int[] i, char quote)
javatests/com/google/re2j/Strconv.java:33
↓ 1 callersMethodutf16IndicesToUtf8
(int[] idx16, String text)
javatests/com/google/re2j/ExecTest.java:274
↓ 1 callersMethodutf8
(String s)
javatests/com/google/re2j/GoTestUtils.java:27
MethodBenchmarkUtils
()
benchmarks/src/main/java/com/google/re2j/benchmark/BenchmarkUtils.java:29
MethodCharClass
(int[] r)
java/com/google/re2j/CharClass.java:25
MethodCharGroup
(int sign, int[] cls)
java/com/google/re2j/CharGroup.java:19
MethodCharacters
()
java/com/google/re2j/Characters.java:11
MethodCharacters
()
java/com/google/re2j/super/com/google/re2j/Characters.java:11
MethodCodepointRange
(String name)
unicode/src/main/java/com/google/re2j/UnicodeTablesGenerator.java:409
MethodCompiler
()
java/com/google/re2j/Compiler.java:50
MethodEqualsIgnoreCaseTest
(int r1, int r2, boolean shouldMatch)
javatests/com/google/re2j/UnicodeTest.java:80
MethodFindTest
(Test test)
javatests/com/google/re2j/FindTest.java:262
MethodFrag
()
java/com/google/re2j/Compiler.java:29
MethodInst
(int op)
java/com/google/re2j/Inst.java:38
MethodJdkMatcher
(java.util.regex.Matcher matcher)
benchmarks/src/main/java/com/google/re2j/benchmark/Implementations.java:47
MethodJdkPattern
(String pattern, int flags)
benchmarks/src/main/java/com/google/re2j/benchmark/Implementations.java:99
MethodMachine
Constructs a matching Machine for the specified {@code RE2}.
java/com/google/re2j/Machine.java:110
MethodMatcher
(Pattern pattern)
java/com/google/re2j/Matcher.java:74
MethodPair
(F first, S second)
java/com/google/re2j/Parser.java:1714
MethodParser
(String wholeRegexp, int flags)
java/com/google/re2j/Parser.java:63
MethodPattern
(String pattern, int flags, RE2 re2)
java/com/google/re2j/Pattern.java:63
MethodPatternSyntaxException
(String error, String input)
java/com/google/re2j/PatternSyntaxException.java:19
MethodProg
()
java/com/google/re2j/Prog.java:26
MethodProgTest
(String input, String expected)
javatests/com/google/re2j/ProgTest.java:126
MethodQueue
(int n)
java/com/google/re2j/Machine.java:39
MethodRE2
(String expr)
java/com/google/re2j/RE2.java:124
MethodRE2CompileTest
(String input, String expectedError)
javatests/com/google/re2j/RE2CompileTest.java:62
MethodRE2MatchTest
(FindTest.Test findTest)
javatests/com/google/re2j/RE2MatchTest.java:25
MethodRE2QuoteMetaTest
(String pattern, String output, String literal, String isLiteral)
javatests/com/google/re2j/RE2QuoteMetaTest.java:44
MethodRE2ReplaceAllFunctionTest
(String pattern, String input, String expected)
javatests/com/google/re2j/RE2ReplaceAllFunctionTest.java:49
MethodRE2ReplaceTest
( String pattern, String replacement, String source, String expected, String replaceFirst)
javatests/com/google/re2j/RE2ReplaceTest.java:153
MethodRE2TestNumSubexps
(String input, String expected)
javatests/com/google/re2j/RE2TestNumSubexps.java:39
MethodRe2Matcher
(com.google.re2j.Matcher matcher)
benchmarks/src/main/java/com/google/re2j/benchmark/Implementations.java:24
MethodRe2Pattern
(String pattern, int flags)
benchmarks/src/main/java/com/google/re2j/benchmark/Implementations.java:134
MethodRegex
(String pattern)
benchmarks/src/main/java/com/google/re2j/benchmark/BenchmarkCompile.java:45
MethodRegexp
(Op op)
java/com/google/re2j/Regexp.java:66
MethodSimplify
()
java/com/google/re2j/Simplify.java:177
MethodSimplifyTest
(String input, String expected)
javatests/com/google/re2j/SimplifyTest.java:157
MethodStrconv
()
javatests/com/google/re2j/Strconv.java:187
MethodStrconvTest
(String input, String expected)
javatests/com/google/re2j/StrconvTest.java:91
MethodStringIterator
(String str)
java/com/google/re2j/Parser.java:710
MethodTest
(String pat, String text, int n, int... x)
javatests/com/google/re2j/FindTest.java:39
MethodThread
(int n)
java/com/google/re2j/Machine.java:22
MethodUNIXBufferedReader
(Reader r)
javatests/com/google/re2j/UNIXBufferedReader.java:25
MethodUTF16Input
(CharSequence str, int start, int end)
java/com/google/re2j/MachineInput.java:179
MethodUTF8Input
(byte[] b)
java/com/google/re2j/MachineInput.java:69
MethodUnicode
()
java/com/google/re2j/Unicode.java:162
MethodUnicodeTables
()
java/com/google/re2j/UnicodeTables.java:373
MethodUnicodeTablesGenerator
()
unicode/src/main/java/com/google/re2j/UnicodeTablesGenerator.java:60
MethodUtf16MatcherInput
(CharSequence charSequence)
java/com/google/re2j/MatcherInput.java:81
MethodUtf8MatcherInput
(byte[] bytes)
java/com/google/re2j/MatcherInput.java:53
MethodUtils
()
java/com/google/re2j/Utils.java:204
Methodadd
(int pc)
java/com/google/re2j/Machine.java:54
Methodapplies
(int r)
javatests/com/google/re2j/ParserTest.java:44
MethodasBytes
()
java/com/google/re2j/MatcherInput.java:46
MethodasBytes
()
java/com/google/re2j/MatcherInput.java:95
MethodasCharSequence
()
java/com/google/re2j/MatcherInput.java:44
← previousnext →401–500 of 668, ranked by callers