diff options
| author | Stanislav Malyshev <stas@php.net> | 2013-06-23 23:52:28 -0700 |
|---|---|---|
| committer | Stanislav Malyshev <stas@php.net> | 2013-06-23 23:52:28 -0700 |
| commit | e3d625bc4ef1f66a9c8f82d3d188ea71c783b65f (patch) | |
| tree | 19b34f73e038fc2f3d8eb01cf4f4aeedf3a445e9 /ext/intl/grapheme/grapheme_util.h | |
| parent | 8aba119f5525663ab202e459929d7fb3271aef51 (diff) | |
| download | php-git-e3d625bc4ef1f66a9c8f82d3d188ea71c783b65f.tar.gz | |
small optimization
Diffstat (limited to 'ext/intl/grapheme/grapheme_util.h')
| -rw-r--r-- | ext/intl/grapheme/grapheme_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/grapheme/grapheme_util.h b/ext/intl/grapheme/grapheme_util.h index a2a1bc8873..14f3f22c45 100644 --- a/ext/intl/grapheme/grapheme_util.h +++ b/ext/intl/grapheme/grapheme_util.h @@ -37,7 +37,7 @@ int32_t grapheme_count_graphemes(UBreakIterator *bi, UChar *string, int32_t stri inline void *grapheme_memrchr_grapheme(const void *s, int c, int32_t n); -int grapheme_get_haystack_offset(UBreakIterator* bi, UChar *uhaystack, int32_t uhaystack_len, int32_t offset); +int grapheme_get_haystack_offset(UBreakIterator* bi, int32_t offset); int32_t grapheme_strrpos_ascii(unsigned char *haystack, int32_t haystack_len, unsigned char *needle, int32_t needle_len, int32_t offset); |
