Lines Matching refs:PHP_FUNCTION
24 PHP_FUNCTION(breakiter_create_word_instance);
26 PHP_FUNCTION(breakiter_create_line_instance);
28 PHP_FUNCTION(breakiter_create_character_instance);
30 PHP_FUNCTION(breakiter_create_sentence_instance);
32 PHP_FUNCTION(breakiter_create_title_instance);
34 PHP_FUNCTION(breakiter_create_code_point_instance);
36 PHP_FUNCTION(breakiter_get_text);
38 PHP_FUNCTION(breakiter_set_text);
40 PHP_FUNCTION(breakiter_first);
42 PHP_FUNCTION(breakiter_last);
44 PHP_FUNCTION(breakiter_previous);
46 PHP_FUNCTION(breakiter_next);
48 PHP_FUNCTION(breakiter_current);
50 PHP_FUNCTION(breakiter_following);
52 PHP_FUNCTION(breakiter_preceding);
54 PHP_FUNCTION(breakiter_is_boundary);
56 PHP_FUNCTION(breakiter_get_locale);
58 PHP_FUNCTION(breakiter_get_parts_iterator);
60 PHP_FUNCTION(breakiter_get_error_code);
62 PHP_FUNCTION(breakiter_get_error_message);