Home
last modified time | relevance | path

Searched refs:sSectionSplit (Results 1 – 1 of 1) sorted by relevance

/development/samples/Wiktionary/src/com/example/android/wiktionary/
DExtendedWikiHelper.java59 private static final Pattern sSectionSplit = field in ExtendedWikiHelper
251 Matcher sectionMatcher = sSectionSplit.matcher(wikiText); in formatWikiText()