|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "pcre2_internal.h"Go to the source code of this file.
Macros | |
| #define | UCD_MAPSIZE (ucp_Unknown/32 + 1) |
| #define | FULL_MAPSIZE (ucp_Script_Count/32 + 1) |
Enumerations | |
| enum | { SCRIPT_UNSET , SCRIPT_MAP , SCRIPT_HANPENDING , SCRIPT_HANHIRAKATA , SCRIPT_HANBOPOMOFO , SCRIPT_HANHANGUL } |
Functions | |
| BOOL PRIV | script_run (PCRE2_SPTR ptr, PCRE2_SPTR endptr, BOOL utf) |
| #define FULL_MAPSIZE (ucp_Script_Count/32 + 1) |
Definition at line 82 of file pcre2_script_run.c.
| #define UCD_MAPSIZE (ucp_Unknown/32 + 1) |
Definition at line 81 of file pcre2_script_run.c.
| anonymous enum |
| Enumerator | |
|---|---|
| SCRIPT_UNSET | |
| SCRIPT_MAP | |
| SCRIPT_HANPENDING | |
| SCRIPT_HANHIRAKATA | |
| SCRIPT_HANBOPOMOFO | |
| SCRIPT_HANHANGUL | |
Definition at line 73 of file pcre2_script_run.c.
| BOOL PRIV script_run | ( | PCRE2_SPTR | ptr, |
| PCRE2_SPTR | endptr, | ||
| BOOL | utf ) |
Definition at line 85 of file pcre2_script_run.c.