php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
msgformat_helpers.h File Reference

Go to the source code of this file.

Functions

int32_t umsg_format_arg_count (UMessageFormat *fmt)
 
void umsg_format_helper (MessageFormatter_object *mfo, HashTable *args, UChar **formatted, int *formatted_len)
 
void umsg_parse_helper (UMessageFormat *fmt, int *count, zval **args, UChar *source, int source_len, UErrorCode *status)
 

Function Documentation

◆ umsg_format_arg_count()

int32_t umsg_format_arg_count ( UMessageFormat * fmt)

◆ umsg_format_helper()

void umsg_format_helper ( MessageFormatter_object * mfo,
HashTable * args,
UChar ** formatted,
int * formatted_len )

◆ umsg_parse_helper()

void umsg_parse_helper ( UMessageFormat * fmt,
int * count,
zval ** args,
UChar * source,
int source_len,
UErrorCode * status )