HomeSort by relevance Sort by last modified time
    Searched defs:U8_NEXT_UNSAFE (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.
200 U8_NEXT_UNSAFE(s, _u8_get_unsafe_index, c); \
211 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
246 #define U8_NEXT_UNSAFE(s, i, c) { \
280 * @see U8_NEXT_UNSAFE
  /external/icu/icu4c/source/common/unicode/
utf8.h 215 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
226 U8_NEXT_UNSAFE(s, _u8_get_unsafe_index, c); \
240 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
267 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT_OR_FFFD.
306 #define U8_NEXT_UNSAFE(s, i, c) { \
339 * @see U8_NEXT_UNSAFE

Completed in 1102 milliseconds