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

  /external/icu/icu4c/source/common/unicode/
utf_old.h 720 #define UTF16_PREV_CHAR_UNSAFE(s, i, c) { \
    [all...]
  /external/icu/icu4c/source/test/cintltst/
utf16tst.c 333 UTF16_PREV_CHAR_UNSAFE(input, setOffset, c);
335 log_err("ERROR: UTF16_PREV_CHAR_UNSAFE failed to move the offset correctly at %d\n ExpectedOffset:%d Got %d\n",
339 log_err("ERROR: UTF16_PREV_CHAR_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i+3], c);
    [all...]

Completed in 53 milliseconds