Home | History | Annotate | Download | only in cintltst

Lines Matching refs:U8_SET_CP_LIMIT

466             /* U8_SET_CP_LIMIT moves from a non-lead byte to the limit of the code point */
468 U8_SET_CP_LIMIT(input, 0, k, -1);
470 log_err("U8_NEXT() moved to %d but U8_SET_CP_LIMIT(%d) moved to %d\n", i, j+1, k);
754 U8_SET_CP_LIMIT(input,0, setOffset, sizeof(input));
756 log_err("ERROR: U8_SET_CP_LIMIT failed for offset=%ld. Expected:%ld Got:%ld\n", offset, limit_safe[i], setOffset);