Searched refs:U8_NEXT_UNSAFE (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/icu/
H A Dicu.c85 U8_NEXT_UNSAFE(zPattern, iPattern, uPattern);
133 U8_NEXT_UNSAFE(zString, iString, uString);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutf8.h189 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
200 U8_NEXT_UNSAFE(s, _u8_get_unsafe_index, c); \
211 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
246 #define U8_NEXT_UNSAFE(s, i, c) { \ macro
280 * @see U8_NEXT_UNSAFE
/external/icu4c/common/unicode/
H A Dutf8.h215 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
226 U8_NEXT_UNSAFE(s, _u8_get_unsafe_index, c); \
240 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
268 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT_OR_FFFD.
308 #define U8_NEXT_UNSAFE(s, i, c) { \ macro
341 * @see U8_NEXT_UNSAFE
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutf8tst.c286 U8_NEXT_UNSAFE(input, setOffset, c);
288 log_err("ERROR: U8_NEXT_UNSAFE failed to move the offset correctly at %d\n ExpectedOffset:%d Got %d\n",
292 log_err("ERROR: U8_NEXT_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i], c);
881 U8_NEXT_UNSAFE(b, j, cu);
893 log_err("U8_NEXT_UNSAFE(b[%ld])=U+%04lX != U+%04lX\n", (long)i, (long)cu, (long)cp[k]);
901 /* L8_NEXT() returns surrogate code points like U8_NEXT_UNSAFE() */
/external/icu4c/test/perf/ubrkperf/
H A Dubrkperfold.cpp614 U8_NEXT_UNSAFE(bytes, i, cp);
/external/icu4c/test/cintltst/
H A Dutf8tst.c538 U8_NEXT_UNSAFE(input, offset, c);
540 log_err("ERROR: U8_NEXT_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n",
1057 U8_NEXT_UNSAFE(b, j, cu);
1069 log_err("U8_NEXT_UNSAFE(b[%ld])=U+%04lX != U+%04lX\n", (long)i, (long)cu, (long)cp[k]);
1077 /* L8_NEXT() returns surrogate code points like U8_NEXT_UNSAFE() */
H A Dreapits.c100 U8_NEXT_UNSAFE(utf8, u8i, u8c);
/external/icu4c/test/perf/collationperf/
H A Dcollperf.cpp1343 U8_NEXT_UNSAFE(bytes, i, cp);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3.c[all...]

Completed in 1403 milliseconds