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

/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.cpp432 bool found = false; local
435 found = true;
439 if (!found && listSize < maxListSize) {
/packages/inputmethods/LatinIME/native/jni/src/
H A Dbinary_format.h309 // dictionary. If no match is found, it returns NOT_VALID_WORD.
317 // there was no match (or we would have found it).
330 // char within a node, so either we found our match in this node, or there is
347 // and we match the length, in which case we found it, or we traverse children.
393 * outword: an array to write the found word, with MAX_WORD_LENGTH size.
395 * Return value : the length of the word, of 0 if the word was not found.
418 // We found the address. Copy the rest of the word in the buffer and return
446 // We will write in `found' whether we have passed the children address we are
450 bool found; local
457 found
[all...]
/packages/apps/Email/src/com/android/email/activity/
H A DMessagesAdapter.java109 /** Whether the mailbox is found. */
123 boolean found, Account account, Mailbox mailbox, boolean isEasAccount,
126 mIsFound = found;
314 boolean found = false;
322 found = true;
328 found = true;
337 return wrapCursor(baseCursor, found, account, mailbox, isEasAccount,
348 boolean found, Account account, Mailbox mailbox, boolean isEasAccount,
350 return new MessagesCursor(cursor, found, account, mailbox, isEasAccount,
359 boolean found, Accoun
122 MessagesCursor(Cursor cursor, boolean found, Account account, Mailbox mailbox, boolean isEasAccount, boolean isRefreshable, int countTotalAccounts) argument
347 wrapCursor(Cursor cursor, boolean found, Account account, Mailbox mailbox, boolean isEasAccount, boolean isRefreshable, int countTotalAccounts) argument
358 SearchResultsCursor(Cursor cursor, boolean found, Account account, Mailbox mailbox, boolean isEasAccount, boolean isRefreshable, int countTotalAccounts, Mailbox searchedMailbox, int resultsCount) argument
422 wrapCursor(Cursor cursor, boolean found, Account account, Mailbox mailbox, boolean isEasAccount, boolean isRefreshable, int countTotalAccounts) argument
[all...]
/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 271 milliseconds