MCPcopy Create free account

hub / github.com/google/re2j / functions

Functions668 in github.com/google/re2j

↓ 4 callersMethodgenMatch
Helper: does match starting at start, with RE2 anchor flag.
java/com/google/re2j/Matcher.java:367
↓ 4 callersMethodgetShortName
(int type)
unicode/src/main/java/com/google/re2j/UnicodeTablesGenerator.java:293
↓ 4 callersMethodgroup
()
benchmarks/src/main/java/com/google/re2j/benchmark/Implementations.java:19
↓ 4 callersMethodgroupCount
Returns the number of subgroups in this pattern. @return the number of subgroups; the overall match (group 0) does not count
java/com/google/re2j/Matcher.java:274
↓ 4 callersMethodliteral
(int r)
java/com/google/re2j/Parser.java:209
↓ 4 callersMethodlookingAt
Matches the beginning of input against the pattern (anchored start). If there is a match, {@code lookingAt} sets the match state to describe it. @ret
java/com/google/re2j/Matcher.java:328
↓ 4 callersMethodmatch
( CharSequence input, int start, int e, int anchor, int[] group, int ngroup)
javatests/com/google/re2j/MatcherTest.java:258
↓ 4 callersMethodmaybeConcat
(int r, int flags)
java/com/google/re2j/Parser.java:153
↓ 4 callersMethodnegateClass
()
java/com/google/re2j/CharClass.java:249
↓ 4 callersMethodnop
()
java/com/google/re2j/Compiler.java:69
↓ 4 callersMethodnumInst
()
java/com/google/re2j/Prog.java:35
↓ 4 callersMethodpop
()
java/com/google/re2j/Parser.java:751
↓ 4 callersMethodprogramSize
Returns the program size of this pattern. <p> Similar to the C++ implementation, the program size is a very approximate measure of a regexp's "cost".
java/com/google/re2j/Matcher.java:226
↓ 4 callersMethodquoteIfHyphen
(StringBuilder out, int rune)
java/com/google/re2j/Regexp.java:99
↓ 4 callersMethodrune
(int rune, int flags)
java/com/google/re2j/Compiler.java:175
↓ 4 callersMethods
(String s)
javatests/com/google/re2j/CharClassTest.java:28
↓ 4 callersMethodsubmatchBytes
(int i, int j)
javatests/com/google/re2j/FindTest.java:63
↓ 4 callersMethodtestMatcherMatches
(String regexp, String match, String nonMatch)
javatests/com/google/re2j/ApiTestUtils.java:48
↓ 4 callersMethodtoUpperCase
(int codePoint)
java/com/google/re2j/Characters.java:17
↓ 4 callersMethodunhex
(int c)
java/com/google/re2j/Utils.java:22
↓ 3 callersMethodcleanAlt
(Regexp re)
java/com/google/re2j/Parser.java:297
↓ 3 callersMethodclear
()
java/com/google/re2j/Machine.java:62
↓ 3 callersMethodconcat
()
java/com/google/re2j/Parser.java:260
↓ 3 callersMethodemptyOpContext
(int r1, int r2)
java/com/google/re2j/Utils.java:182
↓ 3 callersMethodfindAll
(final String s, int n)
java/com/google/re2j/RE2.java:807
↓ 3 callersMethodfindSubmatchIndex
(String s)
java/com/google/re2j/RE2.java:739
↓ 3 callersMethodinputLength
Helper for Pattern: return input length.
java/com/google/re2j/Matcher.java:397
↓ 3 callersMethodisUpper
(int r)
java/com/google/re2j/Unicode.java:72
↓ 3 callersMethodmkCharClass
(RunePredicate f)
javatests/com/google/re2j/ParserTest.java:463
↓ 3 callersMethodnumberOfCapturingGroups
Returns the number of parenthesized subexpressions in this regular expression.
java/com/google/re2j/RE2.java:208
↓ 3 callersMethodpad
(int[] a)
java/com/google/re2j/RE2.java:514
↓ 3 callersMethodpatch
(int l, int val)
java/com/google/re2j/Prog.java:125
↓ 3 callersMethodpattern
Returns the {@code Pattern} associated with this {@code Matcher}.
java/com/google/re2j/Matcher.java:98
↓ 3 callersMethodpattern
Returns the pattern used in the constructor.
java/com/google/re2j/Pattern.java:93
↓ 3 callersMethodquoteMeta
Returns a string that quotes all regular expression metacharacters inside the argument text; the returned string is a regular expression matching the
java/com/google/re2j/RE2.java:495
↓ 3 callersMethodre2
()
java/com/google/re2j/Pattern.java:97
↓ 3 callersMethodrepeat
(String str, int n)
benchmarks/src/main/java/com/google/re2j/benchmark/BenchmarkBacktrack.java:46
↓ 3 callersMethodreplaceAll
(String src, final String repl)
java/com/google/re2j/RE2.java:395
↓ 3 callersMethodreplaceAllFunc
(String src, ReplaceFunc repl, int maxReplaces)
java/com/google/re2j/RE2.java:435
↓ 3 callersMethodrune
(int r)
javatests/com/google/re2j/StrconvTest.java:21
↓ 3 callersMethodsplit
(String str)
benchmarks/src/main/java/com/google/re2j/benchmark/Implementations.java:93
↓ 3 callersMethodsubmatchString
(int i, int j)
javatests/com/google/re2j/FindTest.java:67
↓ 3 callersMethodswapVerticalBar
()
java/com/google/re2j/Parser.java:1264
↓ 3 callersMethodtestFindNoMatch
(String text, String regexp, int start)
javatests/com/google/re2j/ApiTestUtils.java:230
↓ 3 callersMethodtestFowler
(String file)
javatests/com/google/re2j/ExecTest.java:355
↓ 3 callersMethodutf16IndicesToUtf8
(int[] idx16, String text)
javatests/com/google/re2j/GoTestUtils.java:48
↓ 2 callersMethodaddFile
(JarOutputStream jar, String base, File f)
javatests/com/google/re2j/GWTTest.java:91
↓ 2 callersMethodaddFiles
(JarOutputStream jar, String base, File f)
javatests/com/google/re2j/GWTTest.java:76
↓ 2 callersMethodaddFoldExceptions
(String name, Set<Integer> codepointClass)
unicode/src/main/java/com/google/re2j/UnicodeTablesGenerator.java:360
↓ 2 callersMethodalternate
()
java/com/google/re2j/Parser.java:276
↓ 2 callersMethodappendClassWithSign
(int[] x, int sign)
java/com/google/re2j/CharClass.java:275
↓ 2 callersMethodappendNegatedClass
(int[] x)
java/com/google/re2j/CharClass.java:184
↓ 2 callersMethodappendNegatedTable
(int[][] table)
java/com/google/re2j/CharClass.java:218
↓ 2 callersMethodasBytes
()
java/com/google/re2j/MatcherInput.java:67
↓ 2 callersMethodasCharSequence
()
java/com/google/re2j/MatcherInput.java:62
↓ 2 callersMethodassertSerializes
(Pattern p)
javatests/com/google/re2j/PatternTest.java:236
↓ 2 callersMethodcap
(int arg)
java/com/google/re2j/Compiler.java:81
↓ 2 callersMethodcmp
(int[] array, int i, int pivotFrom, int pivotTo)
java/com/google/re2j/CharClass.java:292
↓ 2 callersMethodcompile
(Implementations impl, String pattern)
benchmarks/src/main/java/com/google/re2j/benchmark/Implementations.java:74
↓ 2 callersMethodcompileRegexp
(Regexp re)
java/com/google/re2j/Compiler.java:54
↓ 2 callersMethodcontains
(int pc)
java/com/google/re2j/Machine.java:45
↓ 2 callersMethodcontext
(int pos)
java/com/google/re2j/MachineInput.java:54
↓ 2 callersMethodendPos
()
java/com/google/re2j/MachineInput.java:57
↓ 2 callersMethodensureCapacity
(int newLen)
java/com/google/re2j/CharClass.java:37
↓ 2 callersMethodentryName
(String base, File f)
javatests/com/google/re2j/GWTTest.java:97
↓ 2 callersMethodequalsIgnoreCase
(int r1, int r2)
java/com/google/re2j/Unicode.java:131
↓ 2 callersMethodescapeRunes
(int[] runes)
java/com/google/re2j/Inst.java:129
↓ 2 callersMethodfindAllSubmatch
(final String s, int n)
java/com/google/re2j/RE2.java:917
↓ 2 callersMethodgetEncoding
()
java/com/google/re2j/MatcherInput.java:57
↓ 2 callersMethodhashCode
()
java/com/google/re2j/Regexp.java:288
↓ 2 callersMethodhashCode
()
java/com/google/re2j/Pattern.java:354
↓ 2 callersMethodhelperTestMatchEndUTF16
(String string, int num, final int end)
javatests/com/google/re2j/MatcherTest.java:254
↓ 2 callersMethodisPseudo
()
java/com/google/re2j/Regexp.java:48
↓ 2 callersMethodisRuneOp
(int op)
java/com/google/re2j/Inst.java:42
↓ 2 callersMethodisWordRune
(int r)
java/com/google/re2j/Utils.java:162
↓ 2 callersMethodisalnum
(int c)
java/com/google/re2j/Utils.java:17
↓ 2 callersMethodloadGroup
Helper: finds subgroup information if needed for group.
java/com/google/re2j/Matcher.java:279
↓ 2 callersMethodloop
(Frag f1, boolean nongreedy)
java/com/google/re2j/Compiler.java:125
↓ 2 callersMethodmergeCharClass
(Regexp dst, Regexp src)
java/com/google/re2j/Parser.java:1227
↓ 2 callersMethodnumberOfInstructions
Returns the number of instructions in this compiled regular expression program.
java/com/google/re2j/RE2.java:215
↓ 2 callersMethodparseClassChar
(StringIterator t, int wholeClassPos)
java/com/google/re2j/Parser.java:1455
↓ 2 callersMethodparseEscape
(StringIterator t)
java/com/google/re2j/Parser.java:1336
↓ 2 callersMethodparsePerlClassEscape
(StringIterator t, CharClass cc)
java/com/google/re2j/Parser.java:1474
↓ 2 callersMethodparseUnicodeClass
(StringIterator t, CharClass cc)
java/com/google/re2j/Parser.java:1547
↓ 2 callersMethodplus
(Frag f1, boolean nongreedy)
java/com/google/re2j/Compiler.java:163
↓ 2 callersMethodpopToPseudo
()
java/com/google/re2j/Parser.java:94
↓ 2 callersMethodprogramSize
Returns the program size of this pattern. <p> Similar to the C++ implementation, the program size is a very approximate measure of a regexp's "cost".
java/com/google/re2j/Pattern.java:313
↓ 2 callersMethodquest
(Frag f1, boolean nongreedy)
java/com/google/re2j/Compiler.java:140
↓ 2 callersMethodread
(char buf[], int off, int len)
javatests/com/google/re2j/UNIXBufferedReader.java:82
↓ 2 callersMethodreadLine
()
javatests/com/google/re2j/UNIXBufferedReader.java:30
↓ 2 callersMethodreadResourceFile
(String name)
benchmarks/src/main/java/com/google/re2j/benchmark/BenchmarkUtils.java:16
↓ 2 callersMethodrepeat
( Regexp.Op op, int min, int max, int beforePos, StringIterator t, int lastRepeatPos)
java/com/google/re2j/Parser.java:226
↓ 2 callersMethodreplace
Helper: replaceAll/replaceFirst hybrid.
java/com/google/re2j/Matcher.java:596
↓ 2 callersMethodreplace
(String orig)
java/com/google/re2j/RE2.java:386
↓ 2 callersMethodreplaceFirst
(String src, final String repl)
java/com/google/re2j/RE2.java:416
↓ 2 callersMethodreserialize
(Pattern object)
javatests/com/google/re2j/PatternTest.java:222
↓ 2 callersMethodsimplify
(Regexp re)
java/com/google/re2j/Simplify.java:24
↓ 2 callersMethodskipNop
(int pc)
java/com/google/re2j/Prog.java:51
↓ 2 callersMethodsplit
Splits input around instances of the regular expression. It returns an array giving the strings that occur before, between, and after instances of the
java/com/google/re2j/Pattern.java:204
↓ 2 callersMethodstep
(int i)
java/com/google/re2j/MachineInput.java:85
← previousnext →101–200 of 668, ranked by callers