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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutf8tst.c339 UTF8_PREV_CHAR_SAFE(input, 0, setOffset, c, FALSE);
341 log_err("ERROR: UTF8_PREV_CHAR_SAFE failed to move the offset correctly at %d\n ExpectedOffset:%d Got %d\n",
346 log_err("ERROR: UTF8_PREV_CHAR_SAFE failed for input=%ld. Expected:%lx Got:%lx\n", offset, expected, c);
372 UTF8_PREV_CHAR_SAFE(input, 0, setOffset, c, TRUE);
374 log_err("ERROR: UTF8_PREV_CHAR_SAFE(strict) failed to move the offset correctly at %d\n ExpectedOffset:%d Got %d\n",
378 log_err("ERROR: UTF8_PREV_CHAR_SAFE(strict) failed for input=%ld. Expected:%lx Got:%lx\n", offset, result[i+5], c);
/external/icu/icu4c/source/test/cintltst/
H A Dutf8tst.c339 UTF8_PREV_CHAR_SAFE(input, 0, setOffset, c, FALSE);
341 log_err("ERROR: UTF8_PREV_CHAR_SAFE failed to move the offset correctly at %d\n ExpectedOffset:%d Got %d\n",
346 log_err("ERROR: UTF8_PREV_CHAR_SAFE failed for input=%ld. Expected:%lx Got:%lx\n", offset, expected, c);
372 UTF8_PREV_CHAR_SAFE(input, 0, setOffset, c, TRUE);
374 log_err("ERROR: UTF8_PREV_CHAR_SAFE(strict) failed to move the offset correctly at %d\n ExpectedOffset:%d Got %d\n",
378 log_err("ERROR: UTF8_PREV_CHAR_SAFE(strict) failed for input=%ld. Expected:%lx Got:%lx\n", offset, result[i+5], c);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutf_old.h478 #define UTF8_PREV_CHAR_SAFE(s, start, i, c, strict) { \ macro
/external/icu/icu4c/source/common/unicode/
H A Dutf_old.h478 #define UTF8_PREV_CHAR_SAFE(s, start, i, c, strict) { \ macro

Completed in 190 milliseconds