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

  /external/chromium_org/third_party/icu/source/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/icu4c/common/unicode/
utf16.h 156 * Iteration through a string is more efficient with U16_NEXT_UNSAFE or U16_NEXT.
188 * Iteration through a string is more efficient with U16_NEXT_UNSAFE or U16_NEXT.
232 * @see U16_NEXT
264 #define U16_NEXT(s, i, length, c) { \

Completed in 44 milliseconds