Searched refs:GETUTF8INC (Results 1 – 2 of 2) sorted by relevance
654 #define GETUTF8INC(c, eptr) \ macro729 if (c >= 0xc0) GETUTF8INC(c, eptr);736 if (utf && c >= 0xc0) GETUTF8INC(c, eptr);
4616 if (use_utf && HASUTF8EXTRALEN(c)) { GETUTF8INC(c, p); } in main()