Lines Matching refs:codepoint
344 int codepoint, rem;
352 codepoint = -1;
355 codepoint = *c;
359 else if (IS_FINAL_ESC(codepoint))
363 codepoint = *c;
365 if (IS_FINAL_CSI(codepoint))
372 codepoint = *c;
374 if (codepoint == ESC)
396 codepoint = fromUtf8(buffered_input);
398 if (codepoint == CSI)
405 if (codepoint >= 0) {
407 unsigned ucode = (unsigned) codepoint;