Searched refs:next_chars (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-tknzr.c342 guchar next_chars[2] = { 0 }; local
350 PEEK_BYTE (a_this, 1, &next_chars[0]);
351 PEEK_BYTE (a_this, 2, &next_chars[1]);
353 if ((next_chars[0] == '\r' && next_chars[1] == '\n')) {
364 } else if (next_chars[0] == '\n'
365 || next_chars[0] == '\r' || next_chars[0] == '\f') {
609 guchar next_chars[2]; local
616 PEEK_BYTE (a_this, 1, &next_chars[
699 guchar next_chars[2] = { 0 }; local
[all...]

Completed in 16 milliseconds