Photon 1.0.0
Loading...
Searching...
No Matches
char_ref.c File Reference
#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
 

Function Documentation

◆ consume_char_ref()

bool consume_char_ref ( struct GumboInternalParser parser,
struct GumboInternalUtf8Iterator input,
int  additional_allowed_char,
bool  is_in_attribute,
OneOrTwoCodepoints output 
)

Variable Documentation

◆ kGumboNoChar

const int kGumboNoChar = -1