HomeSort by relevance Sort by last modified time
    Searched refs:U8_NEXT (Results 1 - 21 of 21) sorted by null

  /external/chromium/base/i18n/
char_iterator.cc 21 U8_NEXT(str_, next_pos_, len_, char_);
34 U8_NEXT(str_, next_pos_, len_, char_);
file_util_icu.cc 153 U8_NEXT(file_name->data(), cursor, static_cast<int>(file_name->length()),
  /external/icu4c/common/
ucasemap.cpp 202 U8_NEXT((const uint8_t *)csc->p, csc->index, csc->limit, c);
231 U8_NEXT(src, srcIndex, srcLimit, c);
313 U8_NEXT(src, titleLimit, idx, c);
325 U8_NEXT(src, titleLimit, idx, c);
435 U8_NEXT(src, srcIndex, srcLength, c);
uiter.cpp 603 U8_NEXT(s, i, limit, c);
639 U8_NEXT(s, i, limit, c);
661 U8_NEXT(s, i, limit, c);
739 /* minimize the number of U8_NEXT/PREV operations */
790 U8_NEXT(s, i, limit, c);
870 U8_NEXT(s, i, iter->limit, c);
898 U8_NEXT(s, iter->start, iter->limit, c);
unisetspan.cpp 506 // Take advantage of non-ASCII fastpaths in U8_NEXT().
508 U8_NEXT(s, i, length, c);
    [all...]
uniset.cpp     [all...]
utext.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
utf8.h 158 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
180 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
193 U8_NEXT(s, _u8_get_index, length, c); \
212 * @see U8_NEXT
252 #define U8_NEXT(s, i, length, c) { \
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utf8.h 158 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
180 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
193 U8_NEXT(s, _u8_get_index, length, c); \
212 * @see U8_NEXT
252 #define U8_NEXT(s, i, length, c) { \
  /external/webkit/Source/WebCore/icu/unicode/
utf8.h 158 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
180 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
193 U8_NEXT(s, _u8_get_index, length, c); \
212 * @see U8_NEXT
252 #define U8_NEXT(s, i, length, c) { \
  /external/webkit/Source/WebKit/mac/icu/unicode/
utf8.h 158 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
180 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
193 U8_NEXT(s, _u8_get_index, length, c); \
212 * @see U8_NEXT
252 #define U8_NEXT(s, i, length, c) { \
  /external/chromium/googleurl/src/
url_canon_icu.cc 166 int code_point; // Avoids warning when U8_NEXT writes -1 to it.
167 U8_NEXT(str, *begin, length, code_point);
  /external/icu4c/common/unicode/
utf8.h 215 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
237 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
250 U8_NEXT(s, _u8_get_index, length, c); \
269 * @see U8_NEXT
306 #define U8_NEXT(s, i, length, c) { \
  /external/chromium/chrome/browser/history/
snippet.cc 114 U8_NEXT(utf8_string, *utf8_pos, utf8_length, wide_char);
  /external/icu4c/test/cintltst/
utf8tst.c 291 U8_NEXT(input, setOffset, sizeof(input), c);
293 log_err("ERROR: U8_NEXT failed to move the offset correctly at %d\n ExpectedOffset:%d Got %d\n",
297 log_err("ERROR: U8_NEXT failed for input=%ld. Expected:%lx Got:%lx\n", offset, result[i+1], c);
363 U8_NEXT(nonChars, idx, sizeof(nonChars), ch);
365 log_err("U8_NEXT(before %d) failed to read a non-character\n", idx);
    [all...]
ucnvseltst.c 314 U8_NEXT(utf8, offset, length, cp);
trie2test.c 429 U8_NEXT(s, i8, length, c);
    [all...]
creststn.c     [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]
  /external/icu4c/test/intltest/
usettest.cpp     [all...]
utxttest.cpp 266 U8_NEXT(u8String, i, u8Len, c)
    [all...]

Completed in 5086 milliseconds