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

  /external/chromium/third_party/icu/public/common/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/icu4c/common/unicode/
utf8.h 189 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
211 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
224 U8_NEXT(s, _u8_get_index, length, c); \
243 * @see U8_NEXT
283 #define U8_NEXT(s, i, length, c) { \
  /external/webkit/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/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/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/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 118 milliseconds