Searched defs:U8_NEXT (Results 1 - 6 of 6) sorted by relevance

/external/chromium/third_party/icu/public/common/unicode/
H A Dutf8.h158 * 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) { \ macro
/external/icu4c/common/unicode/
H A Dutf8.h189 * 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) { \ macro
/external/webkit/JavaScriptCore/icu/unicode/
H A Dutf8.h158 * 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) { \ macro
/external/webkit/JavaScriptGlue/icu/unicode/
H A Dutf8.h158 * 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) { \ macro
/external/webkit/WebCore/icu/unicode/
H A Dutf8.h158 * 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) { \ macro
/external/webkit/WebKit/mac/icu/unicode/
H A Dutf8.h158 * 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) { \ macro

Completed in 622 milliseconds