OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sectionmatcher
(Results
1 - 1
of
1
) sorted by null
/development/samples/Wiktionary/src/com/example/android/wiktionary/
ExtendedWikiHelper.java
251
Matcher
sectionMatcher
= sSectionSplit.matcher(wikiText);
252
while (
sectionMatcher
.find()) {
253
String title =
sectionMatcher
.group(1);
256
String sectionContent =
sectionMatcher
.group();
Completed in 116 milliseconds