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

Adaptive framework unicode code point support. More...

#include "afw_internal.h"
#include <unicode/uchar.h>
#include <unicode/utypes.h>

Go to the source code of this file.

Functions

 afw_compile_code_point_is_IdentifierStart (afw_code_point_t cp)
 Determine if codepoint matches AFW IdentifierStart production. More...
 
 afw_compile_code_point_is_IdentifierContinue (afw_code_point_t cp)
 Determine if codepoint matches AFW IdentifierContinue production. More...
 
 afw_compile_code_point_is_EOL (afw_code_point_t cp)
 Determine if codepoint matches AFW EOL production. More...
 
 afw_compile_code_point_is_Whitespace (afw_code_point_t cp)
 Determine if codepoint matches Whitespace production. More...
 
 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.

Definition in file afw_compile_code_point.c.