Searched refs:wcwidth_range_ends (Results 1 – 4 of 4) sorted by relevance
4 static const cppchar_t wcwidth_range_ends[] = { variable
2356 if (__builtin_expect (c <= wcwidth_range_ends[0], true)) in cpp_wcwidth()2362 = sizeof wcwidth_range_ends / sizeof (*wcwidth_range_ends); in cpp_wcwidth()2368 if (c > wcwidth_range_ends[middle]) in cpp_wcwidth()
2486 if (__builtin_expect (c <= wcwidth_range_ends[0], true)) in cpp_wcwidth()2492 = sizeof wcwidth_range_ends / sizeof (*wcwidth_range_ends); in cpp_wcwidth()2498 if (c > wcwidth_range_ends[middle]) in cpp_wcwidth()