utf8_lead 124 standard/html.c MB_FAILURE(pos, utf8_lead(str[pos + 1]) ? 1 : 2); utf8_lead 136 standard/html.c if (avail < 2 || utf8_lead(str[pos + 1])) utf8_lead 138 standard/html.c else if (avail < 3 || utf8_lead(str[pos + 2])) utf8_lead 157 standard/html.c if (avail < 2 || utf8_lead(str[pos + 1])) utf8_lead 159 standard/html.c else if (avail < 3 || utf8_lead(str[pos + 2])) utf8_lead 161 standard/html.c else if (avail < 4 || utf8_lead(str[pos + 3]))