Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Functions
afw_compile_code_point.h File Reference

Adaptive Framework unicode code point support header. More...

#include "afw_interface.h"

Go to the source code of this file.

Functions

afw_boolean_t afw_compile_code_point_is_IdentifierStart (afw_code_point_t cp)
 Determine if codepoint matches AFW IdentifierStart production. More...
 
afw_boolean_t afw_compile_code_point_is_IdentifierContinue (afw_code_point_t cp)
 Determine if codepoint matches AFW IdentifierContinue production. More...
 
afw_boolean_t afw_compile_code_point_is_EOL (afw_code_point_t cp)
 Determine if codepoint matches AFW EOL production. More...
 
afw_boolean_t afw_compile_code_point_is_Whitespace (afw_code_point_t cp)
 Determine if codepoint matches Whitespace production. More...
 
afw_boolean_t afw_compile_code_point_is_WhitespaceOrEOL (afw_code_point_t cp)
 Determine if codepoint matches AFW Whitespace or EOL productions. More...
 

Detailed Description

Adaptive Framework unicode code point support header.

Definition in file afw_compile_code_point.h.