Searched refs:MatchResult (Results 1 – 5 of 5) sorted by relevance
13 typealias InterpretMatcher<T> = Pair<Regex, (ConcurrentInterpreter<T>, T, MatchResult) -> Any?> in <lambda>()238 fun MatchResult.strArg(index: Int) = this.groupValues[index].trim() method239 fun MatchResult.intArg(index: Int) = strArg(index).toInt() method240 fun MatchResult.timeArg(index: Int) = INTERPRET_TIME_UNIT * intArg(index) method
36 struct MatchResult { struct44 MatchResult matchesSimple(const sp<UidMap>& uidMap, const SimpleAtomMatcher& simpleMatcher, argument
286 static MatchResult matchesSimple(const sp<UidMap>& uidMap, const FieldValueMatcher& matcher, in matchesSimple()558 MatchResult matchesSimple(const sp<UidMap>& uidMap, const SimpleAtomMatcher& simpleMatcher, in matchesSimple()
26 import java.util.regex.MatchResult;124 MatchResult matchResult = matcher.toMatchResult(); in parseEpisode()150 MatchResult matchResult = matcher.toMatchResult(); in parseMovie()
30 import java.util.regex.MatchResult;86 MatchResult match = scanner.match(); in load()