Searched refs:wcfact (Results 1 – 1 of 1) sorted by relevance
261 const size_t wcfact = (mb_cur_max == 1) ? 1 : sizeof(wchar_t); in get_wc_index() local268 if ((BWSLEN(bws) * wcfact > level)) { in get_wc_index()275 res = (wchar_t)BWS_GET(bws, level / wcfact); in get_wc_index()277 if (level % wcfact < wcfact - 1) in get_wc_index()278 res = (res >> (8 * (wcfact - 1 - (level % wcfact)))); in get_wc_index()334 const size_t wcfact = (mb_cur_max == 1) ? 1 : sizeof(wchar_t); in run_sort_level_next() local360 sl->level / wcfact) > 0) { in run_sort_level_next()380 func = get_list_call_func(sl->level / wcfact); in run_sort_level_next()