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

/packages/inputmethods/LatinIME/native/src/
H A Dbinary_format.h150 // only attributes that may be found in a character group, so we only look at bigrams
225 // dictionary. If no match is found, it returns NOT_VALID_WORD.
233 // there was no match (or we would have found it).
246 // char within a node, so either we found our match in this node, or there is
263 // and we match the length, in which case we found it, or we traverse children.
309 * outword: an array to write the found word, with MAX_WORD_LENGTH size.
310 * Return value : the length of the word, of 0 if the word was not found.
333 // We found the address. Copy the rest of the word in the buffer and return
360 // We will write in `found' whether we have passed the children address we are
364 bool found; local
[all...]
/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.cpp431 bool found = false; local
434 found = true;
438 if (!found && listSize < maxListSize) {
/packages/apps/Email/src/com/android/email/activity/
H A DMessagesAdapter.java107 /** Whether the mailbox is found. */
121 boolean found, Account account, Mailbox mailbox, boolean isEasAccount,
124 mIsFound = found;
311 boolean found = false;
319 found = true;
325 found = true;
334 return wrapCursor(baseCursor, found, account, mailbox, isEasAccount,
345 boolean found, Account account, Mailbox mailbox, boolean isEasAccount,
347 return new MessagesCursor(cursor, found, account, mailbox, isEasAccount,
356 boolean found, Accoun
120 MessagesCursor(Cursor cursor, boolean found, Account account, Mailbox mailbox, boolean isEasAccount, boolean isRefreshable, int countTotalAccounts) argument
344 wrapCursor(Cursor cursor, boolean found, Account account, Mailbox mailbox, boolean isEasAccount, boolean isRefreshable, int countTotalAccounts) argument
355 SearchResultsCursor(Cursor cursor, boolean found, Account account, Mailbox mailbox, boolean isEasAccount, boolean isRefreshable, int countTotalAccounts, Mailbox searchedMailbox, int resultsCount) argument
419 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 482 milliseconds