Home
last modified time | relevance | path

Searched refs:u_break_iterator_buffer (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/intl/grapheme/
H A Dgrapheme_util.c101 unsigned char u_break_iterator_buffer[U_BRK_SAFECLONE_BUFFERSIZE]; in grapheme_strpos_utf16() local
121 bi = grapheme_get_break_iterator(u_break_iterator_buffer, &status ); in grapheme_strpos_utf16()
231 unsigned char u_break_iterator_buffer[U_BRK_SAFECLONE_BUFFERSIZE]; in grapheme_split_string() local
236 bi = grapheme_get_break_iterator((void*)u_break_iterator_buffer, &status ); in grapheme_split_string()
H A Dgrapheme_string.c324 unsigned char u_break_iterator_buffer[U_BRK_SAFECLONE_BUFFERSIZE]; in PHP_FUNCTION() local
382 bi = grapheme_get_break_iterator((void*)u_break_iterator_buffer, &status ); in PHP_FUNCTION()
700 unsigned char u_break_iterator_buffer[U_BRK_SAFECLONE_BUFFERSIZE]; in PHP_FUNCTION() local
799 bi = grapheme_get_break_iterator(u_break_iterator_buffer, &status ); in PHP_FUNCTION()
825 unsigned char u_break_iterator_buffer[U_BRK_SAFECLONE_BUFFERSIZE]; in PHP_FUNCTION() local
861 bi = grapheme_get_break_iterator((void*)u_break_iterator_buffer, &ustatus ); in PHP_FUNCTION()

Completed in 11 milliseconds