Searched refs:uneedle_len (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/intl/grapheme/ |
H A D | grapheme_util.c | 102 int32_t uhaystack_len = 0, uneedle_len = 0, char_pos, ret_pos, offset_pos = 0; in grapheme_strpos_utf16() local 118 intl_convert_utf8_to_utf16(&uneedle, &uneedle_len, needle, needle_len, &status ); in grapheme_strpos_utf16() 129 if (uneedle_len == 0) { in grapheme_strpos_utf16() 141 src = usearch_open(uneedle, uneedle_len, uhaystack, uhaystack_len, "", bi, &status); in grapheme_strpos_utf16()
|
Completed in 7 milliseconds