15 #include <unicode/uchar.h>
16 #include <unicode/utypes.h>
23 return u_hasBinaryProperty(cp, UCHAR_ID_START)
33 return u_hasBinaryProperty(cp, UCHAR_ID_CONTINUE)
66 return u_charType(cp) == U_SPACE_SEPARATOR;
87 return u_charType(cp) == U_SPACE_SEPARATOR;
AFW_DEFINE(const afw_object_t *)
Adaptive Framework Core Internal.
afw_compile_code_point_is_Whitespace(afw_code_point_t cp)
Determine if codepoint matches Whitespace production.
afw_compile_code_point_is_IdentifierContinue(afw_code_point_t cp)
Determine if codepoint matches AFW IdentifierContinue production.
afw_compile_code_point_is_IdentifierStart(afw_code_point_t cp)
Determine if codepoint matches AFW IdentifierStart production.
afw_compile_code_point_is_EOL(afw_code_point_t cp)
Determine if codepoint matches AFW EOL production.
afw_compile_code_point_is_WhitespaceOrEOL(afw_code_point_t cp)
Determine if codepoint matches AFW Whitespace or EOL productions.
afw_int32_t afw_code_point_t
Unicode code point.