Searched defs:U8_NEXT_OR_FFFD (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutf8.h268 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT_OR_FFFD.
285 U8_NEXT_OR_FFFD(s, _u8_get_index, length, c); \
396 #define U8_NEXT_OR_FFFD(s, i, length, c) { \ macro
/external/icu/icu4c/source/common/unicode/
H A Dutf8.h267 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT_OR_FFFD.
284 U8_NEXT_OR_FFFD(s, _u8_get_index, length, c); \
393 #define U8_NEXT_OR_FFFD(s, i, length, c) { \ macro

Completed in 426 milliseconds