Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
Dndbdic.c2390 NJ_UINT16 current_abIdx; in bdic_search_fore_data2() local
2619 current_abIdx = old_abIdx + 1; in bdic_search_fore_data2()
2620 if (current_abIdx >= bottom_abIdx) { in bdic_search_fore_data2()
2622 current_abIdx = top_abIdx; in bdic_search_fore_data2()
2628 ret = bdic_get_word_freq(data_top, loctset, psrhCache, current_abIdx); in bdic_search_fore_data2()
2631 (loctset->loct.top == psrhCache->storebuff[current_abIdx].top) && in bdic_search_fore_data2()
2632 (loctset->loct.current == psrhCache->storebuff[current_abIdx].current)) { in bdic_search_fore_data2()
2633 ret = bdic_get_next_data(data_top, data_end, loctset, psrhCache, current_abIdx); in bdic_search_fore_data2()
2640 loctset->loct.top = psrhCache->storebuff[current_abIdx].top; in bdic_search_fore_data2()
2641 loctset->loct.bottom = psrhCache->storebuff[current_abIdx].bottom; in bdic_search_fore_data2()
[all …]