Lines Matching full:character
171 LOG_ERROR(pContext, "NUL character forbidden");
206 LOG_ERROR(pContext, "A line starting with whitespaces must contain only whitespaces. Illegal character: 0x%02X", *pCurrent);
263 LOG_ERROR(pContext, "Non-space character follows a sectino header: 0x02X", *pCurrent);
270 /* Check section name character */
273 LOG_ERROR(pContext, "Invalid character for a section name: 0x%02X", *pCurrent);
290 /* Check first character of name is in [A-Za-z0-9] */
293 LOG_ERROR(pContext, "Invalid first character for a property name: 0x%02X", *pCurrent);
322 LOG_ERROR(pContext, "Invalid character for a property name: 0x%02X", *pCurrent);
364 /* The null character is forbidden */
365 LOG_ERROR(pContext, "NUL character forbidden");
368 /* We have a well-formed Unicode character */
387 /* Illegal UTF-8: overlong encoding of character in the [0x00-0x7F] range
428 /* The character starts with at least 5 zero bits, so has fewer than 11 bits. It should
438 /* The character starts with at least 5 zero bits, so has fewer than 16 bits. It should
456 /* nCurrentChar contains the current Unicode character */
457 /* check character */