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

  /external/icu/icu4c/source/common/unicode/
utf8.h 220 * @see U8_GET
250 #define U8_GET(s, start, i, length, c) { \
271 * Use U8_GET() if that distinction is important.
278 * @see U8_GET
  /external/icu/icu4c/source/test/cintltst/
utf8tst.c 220 U8_GET(input, 0, offset, sizeof(input), c);
223 log_err("ERROR: U8_GET failed for offset=%ld. Expected:%lx Got:%lx\n", offset, expected, c);
455 U8_GET(input, 0, j, -1, c2);
457 log_err("U8_NEXT(from %d)=U+%04x != U+%04x=U8_GET(at %d)\n", i0, c, c2, j);
    [all...]

Completed in 1183 milliseconds