Searched defs:found (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DFindDialog.java203 int found = mWebView.findAll(find.toString());
205 setMatchesFound(found);
206 if (found < 2) {
208 if (found == 0) {
225 private void setMatchesFound(int found) { argument
226 mNumberOfMatches = found;
/packages/inputmethods/PinyinIME/jni/share/
H A Dngram.cpp295 bool found = true; local
297 while (found) {
298 found = false;
302 found = true;
305 if (found)
H A Ddictbuilder.cpp266 char16 *found;
267 found = static_cast<char16*>(
269 if (NULL == found)
272 assert(*found == hz);
753 SingleCharItem *found; local
754 found = static_cast<SingleCharItem*>(mybsearch(&key, scis_,
759 assert(found);
762 static_cast<uint16>(found - scis_);
763 lemma_arr_[pos].spl_idx_arr[hzpos] = found->splid.full_splid;
/packages/apps/Nfc/jni/
H A Dcom_android_nfc.cpp443 bool found = false; local
446 found = true;
450 if (!found && listSize < maxListSize) {
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndldic.c1065 NJ_INT32 found = 0; local
1159 found = 1;
1173 found = 1;
1185 if (found == 0) {
1204 NJ_INT32 found = 0; local
1272 found = 1;
1286 if (!found) {
1403 NJ_INT32 found = 0; local
1451 found = 1;
1465 if (found) {
1942 NJ_INT32 found = 0; local
2317 NJ_INT32 found = 0; local
[all...]

Completed in 379 milliseconds