Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
Dndbdic.c1564 NJ_UINT16 abIdx_current; in search_node2() local
1906 abIdx_current = abIdx_old; in search_node2()
1909 stem_data = data_top + psrhCache->storebuff[abIdx_current].top; in search_node2()
1919 while (stem_data <= (data_top + psrhCache->storebuff[abIdx_current].bottom)) { in search_node2()
1938 psrhCache->storebuff[abIdx_current].current = hindo_tmp_data; in search_node2()
1947 abIdx_current = abIdx_old; in search_node2()
1950 stem_data = data_top + psrhCache->storebuff[abIdx_current].top; in search_node2()
1960 loctset->loct.top = psrhCache->storebuff[abIdx_current].top; in search_node2()
1961 loctset->loct.bottom = psrhCache->storebuff[abIdx_current].bottom; in search_node2()
1966 loctset->loct.current_cache = (NJ_UINT8)abIdx_current; in search_node2()
[all …]