Unicode code point support.
◆ afw_compile_code_point_is_EOL()
Determine if codepoint matches AFW EOL production.
- Parameters
-
- Returns
- true if match
Definition at line 42 of file afw_compile_code_point.c.
◆ afw_compile_code_point_is_IdentifierContinue()
Determine if codepoint matches AFW IdentifierContinue production.
- Parameters
-
cp | is a Unicode codepoint to test. |
- Returns
- result of test.
Definition at line 31 of file afw_compile_code_point.c.
◆ afw_compile_code_point_is_IdentifierStart()
Determine if codepoint matches AFW IdentifierStart production.
- Parameters
-
cp | is a Unicode codepoint to test. |
- Returns
- result of test.
Definition at line 21 of file afw_compile_code_point.c.
◆ afw_compile_code_point_is_Whitespace()
Determine if codepoint matches Whitespace production.
- Parameters
-
- Returns
- true if match
Definition at line 54 of file afw_compile_code_point.c.
◆ afw_compile_code_point_is_WhitespaceOrEOL()
Determine if codepoint matches AFW Whitespace or EOL productions.
- Parameters
-
- Returns
- true if match
Definition at line 71 of file afw_compile_code_point.c.