Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme_util.c119 if (uneedle) { \
120 efree( uneedle ); \
135 UChar *uhaystack = NULL, *uneedle = NULL; in grapheme_strpos_utf16() local
152 intl_convert_utf8_to_utf16(&uneedle, &uneedle_len, needle, needle_len, &status ); in grapheme_strpos_utf16()
164 src = usearch_open(uneedle, uneedle_len, uhaystack, uhaystack_len, "", bi, &status); in grapheme_strpos_utf16()
222 if (uneedle) { in grapheme_strpos_utf16()
223 efree( uneedle ); in grapheme_strpos_utf16()

Completed in 6 milliseconds