utf8_lead 136 ext/standard/html.c MB_FAILURE(pos, utf8_lead(str[pos + 1]) ? 1 : 2); utf8_lead 148 ext/standard/html.c if (avail < 2 || utf8_lead(str[pos + 1])) utf8_lead 150 ext/standard/html.c else if (avail < 3 || utf8_lead(str[pos + 2])) utf8_lead 169 ext/standard/html.c if (avail < 2 || utf8_lead(str[pos + 1])) utf8_lead 171 ext/standard/html.c else if (avail < 3 || utf8_lead(str[pos + 2])) utf8_lead 173 ext/standard/html.c else if (avail < 4 || utf8_lead(str[pos + 3]))