Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
Dndbdic.c576 NJ_UINT16 hindo, hindo_max; in search_node() local
961 hindo_max = hindo; in search_node()
978 if (hindo > hindo_max) { in search_node()
979 hindo_max = hindo; in search_node()
989 loctset->cache_freq = CALCULATE_HINDO(hindo_max, loctset->dic_freq.base, in search_node()
1053 NJ_INT16 hindo_max = -1; in bdic_search_fore_data() local
1121 if ((hindo_max != -1) && (data == current_org)) { in bdic_search_fore_data()
1125 loctset->cache_freq = hindo_max; in bdic_search_fore_data()
1144 if (((hindo == hindo_max) && (current < hindo_data)) || in bdic_search_fore_data()
1145 (hindo > hindo_max)) { in bdic_search_fore_data()
[all …]