Photon 1.0.0
|
#include "char_ref.h"
#include <assert.h>
#include <ctype.h>
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include "error.h"
#include "string_piece.h"
#include "utf8.h"
#include "util.h"
Classes | |
struct | CharReplacement |
Functions | |
bool | consume_char_ref (struct GumboInternalParser *parser, struct GumboInternalUtf8Iterator *input, int additional_allowed_char, bool is_in_attribute, OneOrTwoCodepoints *output) |
Variables | |
const int | kGumboNoChar = -1 |
bool consume_char_ref | ( | struct GumboInternalParser * | parser, |
struct GumboInternalUtf8Iterator * | input, | ||
int | additional_allowed_char, | ||
bool | is_in_attribute, | ||
OneOrTwoCodepoints * | output | ||
) |
const int kGumboNoChar = -1 |