Searched refs:NOT_FIRSTCHAR (Results 1 – 4 of 4) sorted by relevance
708 #define NOT_FIRSTCHAR(c) (((c) & 0xc0) == 0x80) macro821 #define NOT_FIRSTCHAR(c) (((c) & 0xfc00) == 0xdc00) macro906 #define NOT_FIRSTCHAR(c) (0) macro
2851 while (p < pp) if (NOT_FIRSTCHAR(*p++)) charcount--; in internal_dfa_exec()2951 if (utf) while (p < pp) if (NOT_FIRSTCHAR(*p++)) charcount--; in internal_dfa_exec()3037 while (p < pp) if (NOT_FIRSTCHAR(*p++)) charcount--; in internal_dfa_exec()3362 NOT_FIRSTCHAR(((PCRE_PUCHAR)subject)[start_offset])) in pcre_dfa_exec()
6453 NOT_FIRSTCHAR(((PCRE_PUCHAR)subject)[start_offset])) in pcre_exec()
5645 if (utf && NOT_FIRSTCHAR(code[-1])) in compile_branch()