Searched refs:wcwidth_range_ends (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dcharset.c2362 if (__builtin_expect (c <= wcwidth_range_ends[0], true))
2368 = sizeof wcwidth_range_ends / sizeof (*wcwidth_range_ends);
2374 if (c > wcwidth_range_ends[middle])
H A Dgenerated_cpp_wcwidth.h4 static const cppchar_t wcwidth_range_ends[] = { variable
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dcharset.cc2492 if (__builtin_expect (c <= wcwidth_range_ends[0], true))
2498 = sizeof wcwidth_range_ends / sizeof (*wcwidth_range_ends);
2504 if (c > wcwidth_range_ends[middle])
H A Dgenerated_cpp_wcwidth.h4 static const cppchar_t wcwidth_range_ends[] = { variable

Completed in 127 milliseconds