eĿlipsis
a language independent preprocessor
 
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Loading...
Searching...
No Matches
ellipsis-entity.c File Reference
#include <string.h>
#include <stdlib.h>
#include "ellipsis-entity.h"
#include "utils/ellipsis-error.h"
Include dependency graph for ellipsis-entity.c:

Functions

size_t ellipsis‿entity (char32_t pc32[static 1], char const s[restrict static 3])
 Detect an html or xml entity in s and return the Unicode code point in pc32[0].
 

Variables

bool ellipsis‿entity‿used = false
 True if the processed language excepts html entities as special encoding of characters.
 

Detailed Description

Warning
This is a file generated by eĿlipsis version 20250309, do not modify

Function Documentation

◆ ellipsis‿entity()

size_t ellipsis‿entity ( char32_t  pc32[static 1],
char const  s[restrict static 3] 
)

Detect an html or xml entity in s and return the Unicode code point in pc32[0].

The return value is the number of characters in s used to form a valid entity or 1 if the string starts with a & character, but otherwise an entity can not be detected. In the latter case pc32[0] holds the value ‘U’&'; otherwise if the string does not start with a&character it holds0`.

References ellipsis‿xml‿entity().

Referenced by ellipsis‿lex‿nonspace‿_Inner(), and ellipsis‿lex‿space‿_Inner().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ ellipsis‿entity‿used