Home
last modified time | relevance | path

Searched refs:uneedle (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
116 intl_convert_utf8_to_utf16(&uneedle, &uneedle_len, needle, needle_len, &status ); in grapheme_strpos_utf16()
139 src = usearch_open(uneedle, uneedle_len, uhaystack, uhaystack_len, "", bi, &status); in grapheme_strpos_utf16()
199 if (uneedle) { in grapheme_strpos_utf16()
200 efree( uneedle ); in grapheme_strpos_utf16()

Completed in 4 milliseconds