Searched refs:HAS_CHAR (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/expat/lib/
H A Dxmltok_impl.c121 # define HAS_CHAR(enc, ptr, end) HAS_CHARS(enc, ptr, end, 1) macro
137 if (HAS_CHAR(enc, ptr, end)) {
143 while (HAS_CHAR(enc, ptr, end)) {
189 while (HAS_CHAR(enc, ptr, end)) {
277 while (HAS_CHAR(enc, ptr, end)) {
288 while (HAS_CHAR(enc, ptr, end)) {
387 while (HAS_CHAR(enc, ptr, end)) {
430 while (HAS_CHAR(enc, ptr, end)) {
436 for (ptr += MINBPC(enc); HAS_CHAR(enc, ptr, end); ptr += MINBPC(enc)) {
474 if (HAS_CHAR(en
[all...]

Completed in 82 milliseconds