OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMatcher
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/native/
java_util_regex_Matcher.cpp
60
mMatcher
->reset(mUText);
62
mMatcher
->refreshInputText(mUText, mStatus);
79
return
mMatcher
;
92
for (size_t i = 0, groupCount =
mMatcher
->groupCount(); i <= groupCount; ++i) {
93
offsets[2*i + 0] =
mMatcher
->start(i, mStatus);
94
offsets[2*i + 1] =
mMatcher
->end(i, mStatus);
102
mMatcher
= toRegexMatcher(addr);
110
RegexMatcher*
mMatcher
;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactAggregator.java
128
private ContactMatcher
mMatcher
= new ContactMatcher();
397
mCandidates,
mMatcher
, mValues);
[
all
...]
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
Completed in 777 milliseconds