Lines Matching refs:NULL

57 	return NULL;  in intl_get_normalizer()
107 char* input = NULL; in PHP_FUNCTION()
112 UChar* uinput = NULL; in PHP_FUNCTION()
117 UChar* uret_buf = NULL; in PHP_FUNCTION()
124 intl_error_reset( NULL ); in PHP_FUNCTION()
130 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
154 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
169 intl_error_set_code( NULL, status ); in PHP_FUNCTION()
172 intl_error_set_custom_msg( NULL, "Error converting input string to UTF-16", 0 ); in PHP_FUNCTION()
221 intl_error_set_custom_msg( NULL,"Error normalizing string", 0 ); in PHP_FUNCTION()
238 intl_error_set( NULL, status, in PHP_FUNCTION()
255 char* input = NULL; in PHP_FUNCTION()
260 UChar* uinput = NULL; in PHP_FUNCTION()
266 intl_error_reset( NULL ); in PHP_FUNCTION()
272 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
290 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
306 intl_error_set_code( NULL, status ); in PHP_FUNCTION()
309 intl_error_set_custom_msg( NULL, "Error converting string to UTF-16.", 0 ); in PHP_FUNCTION()
329 intl_error_set_custom_msg( NULL,"Error testing if string is the given normalization form.", 0 ); in PHP_FUNCTION()
348 char* input = NULL; in PHP_FUNCTION()
361 intl_error_reset(NULL); in PHP_FUNCTION()
371 intl_error_set_code(NULL, U_ILLEGAL_ARGUMENT_ERROR); in PHP_FUNCTION()
372 …intl_error_set_custom_msg(NULL, "Input string must be exactly one UTF-8 encoded code point long.",… in PHP_FUNCTION()
377 intl_error_set_code(NULL, U_ILLEGAL_ARGUMENT_ERROR); in PHP_FUNCTION()
378 intl_error_set_custom_msg(NULL, "Code point out of range", 0); in PHP_FUNCTION()