Home
last modified time | relevance | path

Searched refs:STRING_CHAR_ADVANCE_UTF8 (Results 1 – 3 of 3) sorted by relevance

/dports/devel/m17n-lib/m17n-lib-1.8.0/src/
H A Dcharacter.h149 #define STRING_CHAR_ADVANCE_UTF8(p) \ macro
177 #define STRING_CHAR_ADVANCE STRING_CHAR_ADVANCE_UTF8
H A Dmtext.c486 while (from < to && STRING_CHAR_ADVANCE_UTF8 (p) != c) from++; in find_char_forward()
H A DChangeLog284 * character.h (STRING_CHAR_ADVANCE_UTF8): Sanitize the code.