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

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
H A Dpatricia_trie_policy.cpp66 * outCodePoints: an array to write the found word, with MAX_WORD_LENGTH size.
68 * Return value : the code point count, of 0 if the word was not found.
94 // We found the position. Copy the rest of the code points in the buffer and return
126 // We will write in `found' whether we have passed the children position we are
130 bool found; local
140 found = true;
146 found = true;
149 found = false;
155 found = (1 >= ptNodeCount);
158 if (found) {
[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/nxp/jni/
H A Dcom_android_nfc.cpp384 bool found = false; local
387 found = true;
391 if (!found && listSize < maxListSize) {
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
H A DInstallFlowAnalytics.java298 void setNewPermissionsFound(boolean found) { argument
299 setFlagState(FLAG_NEW_PERMISSIONS_FOUND, found);
/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 4296 milliseconds