Home | History | Annotate | Download | only in runtime

Lines Matching refs:errorKind

829     const char* errorKind = NULL;
830 uint8_t utf8 = CheckUtfBytes(bytes, &errorKind);
831 if (errorKind != NULL) {
834 " string: '%s'", errorKind, utf8, bytes);
839 static uint8_t CheckUtfBytes(const char* bytes, const char** errorKind) {
864 *errorKind = "start";
870 *errorKind = "continuation";
879 *errorKind = "continuation";