Home | History | Annotate | Download | only in tf_daemon

Lines Matching full:sequence

359             LOG_ERROR(pContext, "Invalid UTF-8 sequence");
373 /* Start of a sequence */
377 LOG_ERROR(pContext, "Invalid UTF-8 sequence");
389 LOG_ERROR(pContext, "Invalid UTF-8 sequence");
407 /* Illegal start of sequence */
408 LOG_ERROR(pContext, "Invalid UTF-8 sequence");
417 /* We were expecting a sequence start, not a continuation byte */
418 LOG_ERROR(pContext, "Invalid UTF-8 sequence");
425 /* We're in a 3-byte sequence, check that we're not using an overlong sequence */
429 have used a 2-byte sequence, not a 3-byte sequence */
430 LOG_ERROR(pContext, "Invalid UTF-8 sequence");
439 have used a 3-byte sequence, not a 4-byte sequence */
440 LOG_ERROR(pContext, "Invalid UTF-8 sequence");
451 LOG_ERROR(pContext, "Invalid UTF-8 sequence");
497 /* Hit the end of the manifest; Check that we're not in the middle of a sequence */
500 LOG_ERROR(pContext, "File ends in the middle of an UTF-8 sequence");