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/openfst/src/include/fst/
icu.h 73 U8_NEXT(c_str, i, length, c);
  /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/icu4c/common/
ucasemap.c 210 U8_NEXT((const uint8_t *)csc->p, csc->index, csc->limit, c);
239 U8_NEXT(src, srcIndex, srcLimit, c);
329 U8_NEXT(src, titleLimit, idx, c);
341 U8_NEXT(src, titleLimit, idx, c);
423 U8_NEXT(src, srcIndex, srcLength, c);
uiter.cpp 600 U8_NEXT(s, i, limit, c);
636 U8_NEXT(s, i, limit, c);
658 U8_NEXT(s, i, limit, c);
736 /* minimize the number of U8_NEXT/PREV operations */
787 U8_NEXT(s, i, limit, c);
867 U8_NEXT(s, i, iter->limit, c);
895 U8_NEXT(s, iter->start, iter->limit, c);
unisetspan.cpp 504 // Take advantage of non-ASCII fastpaths in U8_NEXT().
506 U8_NEXT(s, i, length, c);
    [all...]
uniset.cpp     [all...]
utext.cpp     [all...]
  /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 189 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
211 * Iteration through a string is more efficient with U8_NEXT_UNSAFE or U8_NEXT.
224 U8_NEXT(s, _u8_get_index, length, c); \
243 * @see U8_NEXT
283 #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 307 U8_NEXT(input, setOffset, sizeof(input), c);
309 log_err("ERROR: U8_NEXT failed to move the offset correctly at %d\n ExpectedOffset:%d Got %d\n",
313 log_err("ERROR: U8_NEXT failed for input=%ld. Expected:%lx Got:%lx\n", offset, result[i+1], c);
388 U8_NEXT(nonChars, idx, sizeof(nonChars), ch);
390 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/test/intltest/
usettest.cpp     [all...]
utxttest.cpp 268 U8_NEXT(u8String, i, u8Len, c)
    [all...]

Completed in 646 milliseconds