Searched refs:UTF16_NEXT_CHAR_UNSAFE (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutf_old.h599 #define UTF16_NEXT_CHAR_UNSAFE(s, i, c) { \ macro
931 #define UTF_NEXT_CHAR_UNSAFE(s, i, c) UTF16_NEXT_CHAR_UNSAFE(s, i, c)
/external/icu/icu4c/source/common/unicode/
H A Dutf_old.h599 #define UTF16_NEXT_CHAR_UNSAFE(s, i, c) { \ macro
931 #define UTF_NEXT_CHAR_UNSAFE(s, i, c) UTF16_NEXT_CHAR_UNSAFE(s, i, c)
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutf16tst.c224 UTF16_NEXT_CHAR_UNSAFE(input, setOffset, c);
226 log_err("ERROR: UTF16_NEXT_CHAR_UNSAFE failed to move the offset correctly at %d\n ExpectedOffset:%d Got %d\n",
230 log_err("ERROR: UTF16_NEXT_CHAR_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i], c);
/external/icu/icu4c/source/test/cintltst/
H A Dutf16tst.c224 UTF16_NEXT_CHAR_UNSAFE(input, setOffset, c);
226 log_err("ERROR: UTF16_NEXT_CHAR_UNSAFE failed to move the offset correctly at %d\n ExpectedOffset:%d Got %d\n",
230 log_err("ERROR: UTF16_NEXT_CHAR_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i], c);

Completed in 108 milliseconds