Home | History | Annotate | Download | only in unicode

Lines Matching defs:UTF_PREV_CHAR

1122 #define UTF_PREV_CHAR(s, start, i, c) U16_PREV(s, start, i, c)
1157 * This can be used to start an iteration with UTF_PREV_CHAR() from a random index.