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

  /external/chromium_org/third_party/icu/source/common/unicode/
utf_old.h 719 #define UTF16_PREV_CHAR_SAFE(s, start, i, c, strict) { \
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
utf16tst.c 296 UTF16_PREV_CHAR_SAFE(input, 0, setOffset, c, FALSE);
298 log_err("ERROR: UTF16_PREV_CHAR_SAFE failed to move the offset correctly at %d\n ExpectedOffset:%d Got %d\n",
302 log_err("ERROR: UTF16_PREV_CHAR_SAFE failed for input=%ld. Expected:%lx Got:%lx\n", offset, result[i+4], c);
316 UTF16_PREV_CHAR_SAFE(input, 0, setOffset, c, TRUE);
318 log_err("ERROR: UTF16_PREV_CHAR_SAFE(strict) failed to move the offset correctly at %d\n ExpectedOffset:%d Got %d\n",
322 log_err("ERROR: UTF16_PREV_CHAR_SAFE(strict) failed for input=%ld. Expected:%lx Got:%lx\n", offset, result[i+5], c);
  /external/icu4c/common/unicode/
utf_old.h 715 #define UTF16_PREV_CHAR_SAFE(s, start, i, c, strict) { \
    [all...]
  /external/icu4c/test/cintltst/
utf16tst.c 298 UTF16_PREV_CHAR_SAFE(input, 0, setOffset, c, FALSE);
300 log_err("ERROR: UTF16_PREV_CHAR_SAFE failed to move the offset correctly at %d\n ExpectedOffset:%d Got %d\n",
304 log_err("ERROR: UTF16_PREV_CHAR_SAFE failed for input=%ld. Expected:%lx Got:%lx\n", offset, result[i+4], c);
318 UTF16_PREV_CHAR_SAFE(input, 0, setOffset, c, TRUE);
320 log_err("ERROR: UTF16_PREV_CHAR_SAFE(strict) failed to move the offset correctly at %d\n ExpectedOffset:%d Got %d\n",
324 log_err("ERROR: UTF16_PREV_CHAR_SAFE(strict) failed for input=%ld. Expected:%lx Got:%lx\n", offset, result[i+5], c);

Completed in 184 milliseconds