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

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

Completed in 41 milliseconds