HomeSort by relevance Sort by last modified time
    Searched refs:U8_NEXT_UNSAFE (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/JavaScriptCore/icu/unicode/
utf8.h 158 * 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) { \
249 * @see U8_NEXT_UNSAFE
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utf8.h 158 * 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) { \
249 * @see U8_NEXT_UNSAFE
  /external/webkit/Source/WebCore/icu/unicode/
utf8.h 158 * 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) { \
249 * @see U8_NEXT_UNSAFE
  /external/webkit/Source/WebKit/mac/icu/unicode/
utf8.h 158 * 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) { \
249 * @see U8_NEXT_UNSAFE
  /external/icu4c/common/unicode/
utf8.h 189 * 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) { \
280 * @see U8_NEXT_UNSAFE
  /external/icu4c/test/cintltst/
utf8tst.c 286 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);
    [all...]

Completed in 160 milliseconds