Searched refs:BWS_GET (Results 1 – 3 of 3) sorted by relevance
138 #define BWS_GET(bws, pos) ((mb_cur_max == 1) ? (bws->cdata.str[(pos)]) : bws->wdata.str[(pos)]) macro
243 while (start < BWSLEN(s) && iswblank(BWS_GET(s,start))) in skip_cols_to_start()275 isblank = iswblank(BWS_GET(s, cpos)); in skip_fields_to_start()292 if (BWS_GET(s,cpos) == (wchar_t)sort_opts_vals.field_sep) { in skip_fields_to_start()341 ((wchar_t)sort_opts_vals.field_sep == BWS_GET(s, in find_field_end()
272 res = (wchar_t)BWS_GET(bws, level / wcfact); in get_wc_index()