Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
Dndbdic.c1702 if (abIdx >= NJ_SEARCH_CACHE_SIZE) { in search_node2()
1753 if ((abIdx > NJ_SEARCH_CACHE_SIZE) || (abIdx_old >= NJ_SEARCH_CACHE_SIZE) in search_node2()
1754 || (endIdx > NJ_SEARCH_CACHE_SIZE)) { in search_node2()
1782 if (abIdx >= NJ_SEARCH_CACHE_SIZE) { in search_node2()
1841 if (abIdx >= NJ_SEARCH_CACHE_SIZE) { in search_node2()
1898 if ((abIdx > NJ_SEARCH_CACHE_SIZE) || (abIdx_old >= NJ_SEARCH_CACHE_SIZE)) { in search_node2()
2427 if ((abIdx > NJ_SEARCH_CACHE_SIZE) || (abIdx_old >= NJ_SEARCH_CACHE_SIZE)) { in bdic_search_fore_data2()
2575 if ((bottom_abIdx > NJ_SEARCH_CACHE_SIZE) || (top_abIdx >= NJ_SEARCH_CACHE_SIZE)) { in bdic_search_fore_data2()
Dndldic.c2058 if (abIdx >= NJ_SEARCH_CACHE_SIZE) { in get_cand_by_evaluate2()
2096 if ((abIdx > NJ_SEARCH_CACHE_SIZE) || (abIdx_old >= NJ_SEARCH_CACHE_SIZE) || in get_cand_by_evaluate2()
2097 (endIdx > NJ_SEARCH_CACHE_SIZE)) { in get_cand_by_evaluate2()
2136 if (abIdx >= NJ_SEARCH_CACHE_SIZE) { in get_cand_by_evaluate2()
2178 if (abIdx >= NJ_SEARCH_CACHE_SIZE) { in get_cand_by_evaluate2()
2228 if ((abIdx >= NJ_SEARCH_CACHE_SIZE) || (abIdx_old > NJ_SEARCH_CACHE_SIZE)) { in get_cand_by_evaluate2()
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
Dnj_lib.h65 #ifndef NJ_SEARCH_CACHE_SIZE
66 #define NJ_SEARCH_CACHE_SIZE 200 macro
132 NJ_CACHE_INFO storebuff[NJ_SEARCH_CACHE_SIZE];