HomeSort by relevance Sort by last modified time
    Searched defs:U8_NEXT (Results 1 - 5 of 5) sorted by null

  /external/icu4c/common/unicode/
utf8.h 215 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
237 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
250 U8_NEXT(s, _u8_get_index, length, c); \
269 * @see U8_NEXT
306 #define U8_NEXT(s, i, length, c) { \
  /external/webkit/Source/JavaScriptCore/icu/unicode/
utf8.h 158 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
180 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
193 U8_NEXT(s, _u8_get_index, length, c); \
212 * @see U8_NEXT
252 #define U8_NEXT(s, i, length, c) { \
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utf8.h 158 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
180 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
193 U8_NEXT(s, _u8_get_index, length, c); \
212 * @see U8_NEXT
252 #define U8_NEXT(s, i, length, c) { \
  /external/webkit/Source/WebCore/icu/unicode/
utf8.h 158 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
180 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
193 U8_NEXT(s, _u8_get_index, length, c); \
212 * @see U8_NEXT
252 #define U8_NEXT(s, i, length, c) { \
  /external/webkit/Source/WebKit/mac/icu/unicode/
utf8.h 158 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
180 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
193 U8_NEXT(s, _u8_get_index, length, c); \
212 * @see U8_NEXT
252 #define U8_NEXT(s, i, length, c) { \

Completed in 249 milliseconds