Home
last modified time | relevance | path

Searched refs:pCache (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
Dndapi.c676 NJ_SEARCH_CACHE *pCache; in njx_search_word() local
743 pCache = cursor->cond.ds->dic[diccnt].srhCache; in njx_search_word()
744 if (pCache != NULL) { in njx_search_word()
746 if (NJ_GET_CACHEOVER_FROM_SCACHE(pCache)) { in njx_search_word()
749 if (pCache->keyPtr[cacheOverKeyPtr] == pCache->keyPtr[cacheOverKeyPtr + 1] ) { in njx_search_word()
762 pCache->keyPtr[clrcnt] = 0x0000; in njx_search_word()
766 if ((pCache->keyPtr[clrcnt - 1] > pCache->keyPtr[clrcnt]) && in njx_search_word()
767 (pCache->keyPtr[clrcnt] != 0)) { in njx_search_word()
771 NJ_UNSET_CACHEOVER_TO_SCACHE(pCache); in njx_search_word()
774 pCache->keyPtr[clrcnt] = 0x0000; in njx_search_word()
[all …]