Searched refs:FORWARDCHAR (Results 1 – 2 of 2) sorted by relevance
801 #define FORWARDCHAR(eptr) while((*eptr & 0xc0) == 0x80) eptr++ macro897 #define FORWARDCHAR(eptr) if ((*eptr & 0xfc00) == 0xdc00) eptr++ macro959 #define FORWARDCHAR(eptr) do { } while (0) macro
4695 if (utf) FORWARDCHAR(ptr); in compile_branch()5668 if (utf) FORWARDCHAR(p); in compile_branch()
Completed in 48 milliseconds