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

/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dutf8.h158 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
169 U8_NEXT_UNSAFE(s, _u8_get_unsafe_index, c); \
180 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
215 #define U8_NEXT_UNSAFE(s, i, c) { \ macro
249 * @see U8_NEXT_UNSAFE
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dutf8.h158 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
169 U8_NEXT_UNSAFE(s, _u8_get_unsafe_index, c); \
180 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
215 #define U8_NEXT_UNSAFE(s, i, c) { \ macro
249 * @see U8_NEXT_UNSAFE
/external/webkit/Source/WebCore/icu/unicode/
H A Dutf8.h158 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
169 U8_NEXT_UNSAFE(s, _u8_get_unsafe_index, c); \
180 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
215 #define U8_NEXT_UNSAFE(s, i, c) { \ macro
249 * @see U8_NEXT_UNSAFE
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dutf8.h158 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
169 U8_NEXT_UNSAFE(s, _u8_get_unsafe_index, c); \
180 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
215 #define U8_NEXT_UNSAFE(s, i, c) { \ macro
249 * @see U8_NEXT_UNSAFE
/external/icu4c/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/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/sqlite/dist/orig/
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3.c[all...]

Completed in 376 milliseconds