Searched refs:wcfact (Results 1 – 1 of 1) sorted by relevance
258 const size_t wcfact = (mb_cur_max == 1) ? 1 : sizeof(wchar_t); in get_wc_index() local265 if ((BWSLEN(bws) * wcfact > level)) { in get_wc_index()272 res = (wchar_t)BWS_GET(bws, level / wcfact); in get_wc_index()274 if (level % wcfact < wcfact - 1) in get_wc_index()275 res = (res >> (8 * (wcfact - 1 - (level % wcfact)))); in get_wc_index()331 const size_t wcfact = (mb_cur_max == 1) ? 1 : sizeof(wchar_t); in run_sort_level_next() local357 sl->level / wcfact) > 0) { in run_sort_level_next()377 func = get_list_call_func(sl->level / wcfact); in run_sort_level_next()