php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
pcre2_script_run.c File Reference
#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)
 

Macro Definition Documentation

◆ FULL_MAPSIZE

#define FULL_MAPSIZE   (ucp_Script_Count/32 + 1)

Definition at line 82 of file pcre2_script_run.c.

◆ UCD_MAPSIZE

#define UCD_MAPSIZE   (ucp_Unknown/32 + 1)

Definition at line 81 of file pcre2_script_run.c.

Enumeration Type Documentation

◆ anonymous enum

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.

Function Documentation

◆ script_run()

BOOL PRIV script_run ( PCRE2_SPTR ptr,
PCRE2_SPTR endptr,
BOOL utf )

Definition at line 85 of file pcre2_script_run.c.