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

  /external/webkit/Source/JavaScriptCore/wtf/unicode/
UnicodeMacrosFromICU.h 61 #define U16_NEXT(s, i, length, c) { \
  /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.
231 * @see U16_NEXT
261 #define U16_NEXT(s, i, length, c) { \
  /external/webkit/Source/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.
222 * @see U16_NEXT
252 #define U16_NEXT(s, i, length, c) { \
  /external/webkit/Source/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.
222 * @see U16_NEXT
252 #define U16_NEXT(s, i, length, c) { \
  /external/webkit/Source/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.
222 * @see U16_NEXT
252 #define U16_NEXT(s, i, length, c) { \
  /external/webkit/Source/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.
222 * @see U16_NEXT
252 #define U16_NEXT(s, i, length, c) { \

Completed in 719 milliseconds