Lines Matching refs:U16_GET
205 U16_GET(input, 0, offset, UPRV_LENGTHOF(input), c);
207 log_err("ERROR: U16_GET failed for offset=%ld. Expected:%lx Got:%lx\n", offset, expected, c);
461 U16_GET(input, 0, j, -1, c2);
463 log_err("U16_NEXT(from %d)=U+%04x != U+%04x=U16_GET(at %d)\n", i0, c, c2, j);