Home
last modified time | relevance | path

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

/php-src/ext/intl/grapheme/
H A Dgrapheme_util.c99 UChar *uhaystack = NULL, *uneedle = NULL; in grapheme_strpos_utf16() local
112 intl_convert_utf8_to_utf16(&uhaystack, &uhaystack_len, haystack, haystack_len, &status ); in grapheme_strpos_utf16()
124 ubrk_setText(bi, uhaystack, uhaystack_len, &status); in grapheme_strpos_utf16()
139 src = usearch_open(uneedle, uneedle_len, uhaystack, uhaystack_len, "", bi, &status); in grapheme_strpos_utf16()
187 ret_pos = grapheme_count_graphemes(bi, uhaystack,char_pos); in grapheme_strpos_utf16()
196 if (uhaystack) { in grapheme_strpos_utf16()
197 efree( uhaystack ); in grapheme_strpos_utf16()

Completed in 5 milliseconds