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

/osnet-11/usr/src/lib/libc/port/regex/
H A Dregex.c101 in_wchar_range(wchar_t test_char,
115 test_char_against_ascii_class(char test_char,
120 test_char_against_multibyte_class(wchar_t test_char,
128 test_char_against_old_ascii_class(char test_char,
408 in_wchar_range(wchar_t test_char, argument
413 (lower_char <= test_char) && (test_char <= upper_char)) ||
414 (((test_char & WCHAR_CSMASK) == (lower_char & WCHAR_CSMASK)) &&
415 ((test_char & WCHAR_CSMASK) == (upper_char & WCHAR_CSMASK)) &&
416 (lower_char <= test_char)
476 test_char_against_ascii_class(char test_char, const char *classp, char_test_condition_t test_condition) argument
524 test_char_against_multibyte_class(wchar_t test_char, const char *classp, char_test_condition_t test_condition) argument
602 test_char_against_old_ascii_class(char test_char, const char *classp, char_test_condition_t test_condition) argument
[all...]

Completed in 21 milliseconds