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

/external/chromium_org/third_party/icu/source/samples/uciter8/
H A Duit_len8.c54 #define L8_NEXT(s, i, length, c) { \ macro
126 L8_NEXT(s, i, limit, c);
162 L8_NEXT(s, i, limit, c);
184 L8_NEXT(s, i, limit, c);
262 /* minimize the number of L8_NEXT/PREV operations */
313 L8_NEXT(s, i, limit, c);
393 L8_NEXT(s, i, iter->limit, c);
421 L8_NEXT(s, iter->start, iter->limit, c);
/external/icu/icu4c/source/samples/uciter8/
H A Duit_len8.c54 #define L8_NEXT(s, i, length, c) { \ macro
126 L8_NEXT(s, i, limit, c);
162 L8_NEXT(s, i, limit, c);
184 L8_NEXT(s, i, limit, c);
262 /* minimize the number of L8_NEXT/PREV operations */
313 L8_NEXT(s, i, limit, c);
393 L8_NEXT(s, i, iter->limit, c);
421 L8_NEXT(s, iter->start, iter->limit, c);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutf8tst.c37 #define L8_NEXT(s, i, length, c) { \ macro
1065 L8_NEXT(b, j, length, cl);
1077 /* L8_NEXT() returns surrogate code points like U8_NEXT_UNSAFE() */
1079 log_err("L8_NEXT(b[%ld])=U+%04lX != U+%04lX\n", (long)i, (long)cl, (long)cu);
1083 log_err("U8_NEXT(b[%ld]) or L8_NEXT(b[%ld]) did not advance the index correctly\n", (long)i, (long)i);
/external/icu/icu4c/source/test/cintltst/
H A Dutf8tst.c37 #define L8_NEXT(s, i, length, c) { \ macro
1065 L8_NEXT(b, j, length, cl);
1077 /* L8_NEXT() returns surrogate code points like U8_NEXT_UNSAFE() */
1079 log_err("L8_NEXT(b[%ld])=U+%04lX != U+%04lX\n", (long)i, (long)cl, (long)cu);
1083 log_err("U8_NEXT(b[%ld]) or L8_NEXT(b[%ld]) did not advance the index correctly\n", (long)i, (long)i);

Completed in 904 milliseconds