Adaptive Framework
0.9.0
|
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... | |
Adaptive Framework unicode code point support header.
Definition in file afw_compile_code_point.h.