Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme_util.c134 int32_t uhaystack_len = 0, uneedle_len = 0, char_pos, ret_pos, offset_pos = 0; in grapheme_strpos_utf16() local
147 intl_convert_utf8_to_utf16(&uhaystack, &uhaystack_len, (char *) haystack, haystack_len, &status ); in grapheme_strpos_utf16()
159 ubrk_setText(bi, uhaystack, uhaystack_len, &status); in grapheme_strpos_utf16()
163 src = usearch_open(uneedle, uneedle_len, uhaystack, uhaystack_len, "", bi, &status); in grapheme_strpos_utf16()

Completed in 15 milliseconds