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

  /external/chromium/third_party/icu/public/common/unicode/
utf16.h 158 * Iteration through a string is more efficient with U16_NEXT_UNSAFE or U16_NEXT.
187 * Iteration through a string is more efficient with U16_NEXT_UNSAFE or U16_NEXT.
234 #define U16_NEXT_UNSAFE(s, i, c) { \
258 * @see U16_NEXT_UNSAFE
  /external/icu4c/common/unicode/
utf16.h 158 * Iteration through a string is more efficient with U16_NEXT_UNSAFE or U16_NEXT.
187 * Iteration through a string is more efficient with U16_NEXT_UNSAFE or U16_NEXT.
234 #define U16_NEXT_UNSAFE(s, i, c) { \
258 * @see U16_NEXT_UNSAFE
  /external/webkit/JavaScriptCore/icu/unicode/
utf16.h 149 * Iteration through a string is more efficient with U16_NEXT_UNSAFE or U16_NEXT.
178 * Iteration through a string is more efficient with U16_NEXT_UNSAFE or U16_NEXT.
225 #define U16_NEXT_UNSAFE(s, i, c) { \
249 * @see U16_NEXT_UNSAFE
  /external/webkit/JavaScriptGlue/icu/unicode/
utf16.h 149 * Iteration through a string is more efficient with U16_NEXT_UNSAFE or U16_NEXT.
178 * Iteration through a string is more efficient with U16_NEXT_UNSAFE or U16_NEXT.
225 #define U16_NEXT_UNSAFE(s, i, c) { \
249 * @see U16_NEXT_UNSAFE
  /external/webkit/WebCore/icu/unicode/
utf16.h 149 * Iteration through a string is more efficient with U16_NEXT_UNSAFE or U16_NEXT.
178 * Iteration through a string is more efficient with U16_NEXT_UNSAFE or U16_NEXT.
225 #define U16_NEXT_UNSAFE(s, i, c) { \
249 * @see U16_NEXT_UNSAFE
  /external/webkit/WebKit/mac/icu/unicode/
utf16.h 149 * Iteration through a string is more efficient with U16_NEXT_UNSAFE or U16_NEXT.
178 * Iteration through a string is more efficient with U16_NEXT_UNSAFE or U16_NEXT.
225 #define U16_NEXT_UNSAFE(s, i, c) { \
249 * @see U16_NEXT_UNSAFE

Completed in 474 milliseconds