php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
grapheme.h File Reference
#include <php.h>
#include <unicode/utypes.h>

Go to the source code of this file.

Macros

#define GRAPHEME_EXTRACT_TYPE_COUNT   0
 
#define GRAPHEME_EXTRACT_TYPE_MAXBYTES   1
 
#define GRAPHEME_EXTRACT_TYPE_MAXCHARS   2
 
#define GRAPHEME_EXTRACT_TYPE_MIN   GRAPHEME_EXTRACT_TYPE_COUNT
 
#define GRAPHEME_EXTRACT_TYPE_MAX   GRAPHEME_EXTRACT_TYPE_MAXCHARS
 

Functions

void grapheme_close_global_iterator (void)
 

Macro Definition Documentation

◆ GRAPHEME_EXTRACT_TYPE_COUNT

#define GRAPHEME_EXTRACT_TYPE_COUNT   0

Definition at line 23 of file grapheme.h.

◆ GRAPHEME_EXTRACT_TYPE_MAX

#define GRAPHEME_EXTRACT_TYPE_MAX   GRAPHEME_EXTRACT_TYPE_MAXCHARS

Definition at line 27 of file grapheme.h.

◆ GRAPHEME_EXTRACT_TYPE_MAXBYTES

#define GRAPHEME_EXTRACT_TYPE_MAXBYTES   1

Definition at line 24 of file grapheme.h.

◆ GRAPHEME_EXTRACT_TYPE_MAXCHARS

#define GRAPHEME_EXTRACT_TYPE_MAXCHARS   2

Definition at line 25 of file grapheme.h.

◆ GRAPHEME_EXTRACT_TYPE_MIN

#define GRAPHEME_EXTRACT_TYPE_MIN   GRAPHEME_EXTRACT_TYPE_COUNT

Definition at line 26 of file grapheme.h.

Function Documentation

◆ grapheme_close_global_iterator()

void grapheme_close_global_iterator ( void )

Definition at line 37 of file grapheme_util.c.