OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:foundword
(Results
1 - 1
of
1
) sorted by null
/development/samples/Wiktionary/src/com/example/android/wiktionary/
ExtendedWikiHelper.java
212
String
foundWord
= word.getString("title");
216
if (
foundWord
!= null &&
217
!sInvalidWord.matcher(
foundWord
).find()) {
218
return
foundWord
;
Completed in 481 milliseconds