Searched defs:nsize (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/intl/grapheme/ | ||
| H A D | grapheme_string.c | 878 long nsize = ( size < str_len ? size : str_len ); local 880 ZVAL_LONG(next, start+nsize); 882 RETURN_STRINGL(((char *)pstr), nsize, 1); |
Completed in 4 milliseconds