eĿlipsis
a language independent preprocessor
 
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Loading...
Searching...
No Matches
ellipsis-xml-entities.h File Reference
#include <uchar.h>
Include dependency graph for ellipsis-xml-entities.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

char32_t ellipsis‿xml‿entity (char const s[static 1])
 Detect a named xml entity in s and return the Unicode code point.
 
void ellipsis‿xml‿name (size_t len, char s[static len], char32_t c32)
 Return the name of a named xml entity in s that corresponds to code point c32.
 

Detailed Description

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

Function Documentation

◆ ellipsis‿xml‿entity()

char32_t ellipsis‿xml‿entity ( char const  s[static 1])

Detect a named xml entity in s and return the Unicode code point.

References bsearch_name, comp_name(), ent_length, entities, and entities_by_name.

Referenced by ellipsis‿entity().

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

◆ ellipsis‿xml‿name()

void ellipsis‿xml‿name ( size_t  len,
char  s[static len],
char32_t  c32 
)

Return the name of a named xml entity in s that corresponds to code point c32.

References __FILE__, bsearch_ent, comp_number(), ellipsis‿xml‿_Once‿init(), ent_length, entities_by_name, entities_by_number, GNU_ATTR_USED, and strings.

Referenced by ellipsis‿str32‿fputs_entities().

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