Searched defs:psrhCache (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndbdic.c115 NJ_SEARCH_CACHE *psrhCache, NJ_UINT16 abIdx);
117 NJ_SEARCH_CACHE *psrhCache, NJ_UINT16 abIdx);
1556 NJ_SEARCH_CACHE *psrhCache = condition->ds->dic[hidx].srhCache; local
1578 if (NJ_GET_CACHEOVER_FROM_SCACHE(psrhCache)) {
1617 if (((abPtrIdx != 0) && (psrhCache->keyPtr[abPtrIdx] == 0))
1618 || (psrhCache->keyPtr[abPtrIdx + 1] == 0)) {
1638 psrhCache->keyPtr[0] = 0;
1654 psrhCache->storebuff[abIdx] = tmpbuff;
1659 psrhCache->storebuff[abIdx].top = data_offset;
1664 psrhCache
2385 NJ_SEARCH_CACHE *psrhCache = condition->ds->dic[hidx].srhCache; local
2722 bdic_get_next_data(NJ_UINT8 *data_top, NJ_UINT8 *data_end, NJ_SEARCH_LOCATION_SET *loctset, NJ_SEARCH_CACHE *psrhCache, NJ_UINT16 abIdx) argument
2808 bdic_get_word_freq(NJ_UINT8 * data_top, NJ_SEARCH_LOCATION_SET * loctset, NJ_SEARCH_CACHE * psrhCache, NJ_UINT16 abIdx) argument
[all...]
H A Dndldic.c1957 NJ_SEARCH_CACHE *psrhCache = cond->ds->dic[idx].srhCache; local
1966 if (NJ_GET_CACHEOVER_FROM_SCACHE(psrhCache)) {
1989 if (psrhCache->keyPtr[0] == 0xFFFF) {
1991 psrhCache->keyPtr[0] = 0x0000;
2002 if (((j != 0) && (psrhCache->keyPtr[j] == 0)) || (psrhCache->keyPtr[j+1] == 0)) {
2024 psrhCache->keyPtr[j+1] = abIdx;
2029 psrhCache->storebuff[abIdx].top = from;
2030 psrhCache->storebuff[abIdx].bottom = to;
2031 psrhCache
[all...]

Completed in 94 milliseconds