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

  /external/icu4c/common/unicode/
utf_old.h 439 #define UTF8_PREV_CHAR_UNSAFE(s, i, c) { \
    [all...]
  /external/icu4c/test/cintltst/
utf8tst.c 332 UTF8_PREV_CHAR_UNSAFE(input, setOffset, c);
334 log_err("ERROR: UTF8_PREV_CHAR_UNSAFE failed to move the offset correctly at %d\n ExpectedOffset:%d Got %d\n",
338 log_err("ERROR: UTF8_PREV_CHAR_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i+3], c);
    [all...]

Completed in 1379 milliseconds