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

/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/Source/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/Source/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/Source/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/Source/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 410 milliseconds