Searched refs:prev_is_word (Results 1 – 1 of 1) sorted by relevance
614 BOOL prev_is_word; /* Used in "word" tests */ in match() local6034 if (Feptr == mb->check_subject) prev_is_word = FALSE; else in match()6050 if (fc == '_') prev_is_word = TRUE; else in match()6053 prev_is_word = (cat == ucp_L || cat == ucp_N); in match()6058 prev_is_word = CHMAX_255(fc) && (mb->ctypes[fc] & ctype_word) != 0; in match()6098 cur_is_word == prev_is_word : cur_is_word != prev_is_word) in match()
Completed in 17 milliseconds