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

  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/common/unicode/
utf8.h 215 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
240 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
253 U8_NEXT(s, _u8_get_index, length, c); \
303 * @see U8_NEXT
342 #define U8_NEXT(s, i, length, c) { \
384 * Use U8_NEXT() if that distinction is important.
390 * @see U8_NEXT

Completed in 74 milliseconds