Home
last modified time | relevance | path

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

/development/samples/Wiktionary/src/com/example/android/wiktionary/
DExtendedWikiHelper.java115 private String mReplaceWith; field in ExtendedWikiHelper.FormatRule
128 mReplaceWith = replaceWith; in FormatRule()
149 return m.replaceAll(mReplaceWith); in apply()