Home
last modified time | relevance | path

Searched refs:start (Results 201 – 225 of 346) sorted by last modified time

12345678910>>...14

/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dutf32_le.c149 utf32le_left_adjust_char_head(const UChar* start, const UChar* s) in utf32le_left_adjust_char_head() argument
153 if (s <= start) return (UChar* )s; in utf32le_left_adjust_char_head()
155 rem = (s - start) % 4; in utf32le_left_adjust_char_head()
H A Dutf8.c269 left_adjust_char_head(const UChar* start, const UChar* s) in left_adjust_char_head() argument
273 if (s <= start) return (UChar* )s; in left_adjust_char_head()
276 while (!utf8_islead(*p) && p > start) p--; in left_adjust_char_head()
H A Dbig5.c115 big5_left_adjust_char_head(const UChar* start, const UChar* s) in big5_left_adjust_char_head() argument
120 if (s <= start) return (UChar* )s; in big5_left_adjust_char_head()
124 while (p > start) { in big5_left_adjust_char_head()
H A Deuc_jp.c147 left_adjust_char_head(const UChar* start, const UChar* s) in left_adjust_char_head() argument
155 if (s <= start) return (UChar* )s; in left_adjust_char_head()
158 while (!eucjp_islead(*p) && p > start) p--; in left_adjust_char_head()
H A Deuc_kr.c95 euckr_left_adjust_char_head(const UChar* start, const UChar* s) in euckr_left_adjust_char_head() argument
103 if (s <= start) return (UChar* )s; in euckr_left_adjust_char_head()
106 while (!euckr_islead(*p) && p > start) p--; in euckr_left_adjust_char_head()
H A Deuc_tw.c86 euctw_left_adjust_char_head(const UChar* start, const UChar* s) in euctw_left_adjust_char_head() argument
94 if (s <= start) return (UChar* )s; in euctw_left_adjust_char_head()
97 while (!euctw_islead(*p) && p > start) p--; in euctw_left_adjust_char_head()
H A Dgb18030.c148 gb18030_left_adjust_char_head(const UChar* start, const UChar* s) in gb18030_left_adjust_char_head() argument
154 for (p = s; p >= start; p--) { in gb18030_left_adjust_char_head()
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY105 2007/03/02: [impl] move range > start check position in end_buf process.
384 start arg. of MATCH_ARG_INIT() should be original
1578 it is start of range. (ex. /[--a]/)
1831 2003/01/22: [memo] start CVS entry in my box.
1880 add start member in MatchArg. (regexec.c)
1952 2002/03/13: [bug] start argument of BackwardSearchRange() is wrong.
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI208 # int onig_search(regex_t* reg, const UChar* str, const UChar* end, const UChar* start,
220 4 start: search start address of target string
222 in forward search (start <= searched string < range)
223 in backward search (range <= searched string <= start)
420 beg: capture start position
452 # UChar* onigenc_get_prev_char_head(OnigEncoding enc, const UChar* start, const UChar* s)
458 2 start: string address
463 const UChar* start, const UChar* s)
469 2 start: string address
474 const UChar* start, const UChar* s)
[all …]
H A DRE146 \G matching start position
/PHP-5.5/ext/mbstring/
H A Dmbstring.c327 ZEND_ARG_INFO(0, start)
334 ZEND_ARG_INFO(0, start)
346 ZEND_ARG_INFO(0, start)
1066 static char *php_mb_rfc1867_substring_conf(const zend_encoding *encoding, char *start, int len, cha… in php_mb_rfc1867_substring_conf() argument
1072 for (i = 0; i < len && start[i] != quote; ++i) { in php_mb_rfc1867_substring_conf()
1073 if (start[i] == '\\' && (start[i + 1] == '\\' || (quote && start[i + 1] == quote))) { in php_mb_rfc1867_substring_conf()
1074 *resp++ = start[++i]; in php_mb_rfc1867_substring_conf()
1076 size_t j = php_mb_mbchar_bytes_ex(start+i, (const mbfl_encoding *)encoding); in php_mb_rfc1867_substring_conf()
1079 *resp++ = start[i++]; in php_mb_rfc1867_substring_conf()
H A DREADME_PHP3-i18n-ja141 which start with "i18n.xxxx" to php3.ini.
561 o int = mbstrpos(string1, string2, start)
562 o int = mbstrpos(string1, string2, start, encoding)
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c876 int start; member
1242 pc.start = 0; in mbfl_substr_count()
1277 int start; member
1323 start = from; in mbfl_substr()
1326 start *= 2; in mbfl_substr()
1329 start *= 4; in mbfl_substr()
1333 start = 0; in mbfl_substr()
1341 start = n; in mbfl_substr()
1367 start = len; in mbfl_substr()
1370 start = 0; in mbfl_substr()
[all …]
/PHP-5.5/ext/ldap/
H A Dldap.mak21 start.c
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_class.c367 ZEND_ARG_INFO( 0, start )
H A Dtransliterator_methods.c308 long start = 0, in PHP_FUNCTION() local
321 &arg1, &str, &str_len, &start, &limit ) == FAILURE ) in PHP_FUNCTION()
357 &str, &str_len, &start, &limit ) == FAILURE ) in PHP_FUNCTION()
372 if( start < 0 || ((limit != -1 ) && (start > limit )) ) in PHP_FUNCTION()
390 if( ( start > ustr_len ) || (( limit != -1 ) && (limit > ustr_len ) ) ) in PHP_FUNCTION()
416 utrans_transUChars( to->utrans, uresult, &uresult_len, capacity, (int32_t) start, in PHP_FUNCTION()
/PHP-5.5/ext/intl/tests/
H A Dtransliterator_transliterate_error.phpt38 Warning: transliterator_transliterate(): transliterator_transliterate: Neither "start" nor the "end…
41 Warning: transliterator_transliterate(): transliterator_transliterate: "start" argument should be n…
H A Dgrapheme.phpt315 $res_str .= "\n" . 'function grapheme_substr($string, $start, $length = -1) {}' . "\n\n";
542 … grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_COUNT, $start = 0[, $next])' . "…
629 …n grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXBYTES, $start = 0)' . "\n\n";
687 …n grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXCHARS, $start = 0)' . "\n\n";
938 function grapheme_substr($string, $start, $length = -1) {}
1080 function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_COUNT, $start = 0[, $next…
1124 function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXBYTES, $start = 0)
1155 function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_MAXCHARS, $start = 0)
/PHP-5.5/ext/intl/locale/
H A Dlocale_methods.c1596 char *start = http_accept; in PHP_FUNCTION() local
1600 end = strchr(start, ','); in PHP_FUNCTION()
1601 len = end ? end-start : http_accept_len-(start-http_accept); in PHP_FUNCTION()
1608 start = end+1; in PHP_FUNCTION()
/PHP-5.5/ext/intl/
H A Dphp_intl.c220 ZEND_ARG_INFO(0, start)
435 ZEND_ARG_INFO( 0, start )
/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme_string.c407 int32_t start = 0; in PHP_FUNCTION() local
431 start = (int32_t) lstart; in PHP_FUNCTION()
471 if ( start < 0 ) { in PHP_FUNCTION()
483 while ( start ) { in PHP_FUNCTION()
490 start += iter_val; in PHP_FUNCTION()
493 if ( 0 != start || sub_str_start_pos >= ustr_len ) { in PHP_FUNCTION()
818 int32_t start = 0; in PHP_FUNCTION() local
870 start = (int32_t) lstart; in PHP_FUNCTION()
872 pstr = str + start; in PHP_FUNCTION()
898 ZVAL_LONG(next, start+nsize); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/intl/doc/
H A Dgrapheme_api.php80 * @param int $start If start is non-negative, the returned string will start at the
93 function grapheme_substr($string, $start, $length = -1) {} argument
123 * @param [int] $start starting position in $haystack in bytes
128 …function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_COUNT, $start = 0, &$nex… argument
/PHP-5.5/ext/interbase/tests/
H A D005.phpt39 and ibase_query() start default transaction */
72 $tr_def_l1 = ibase_trans(IBASE_READ); /* here transaction start */
H A Dibase_rollback_001.phpt40 Warning: ibase_rollback(): invalid transaction handle (expecting explicit transaction start) in %s…
/PHP-5.5/ext/imap/tests/
H A Dimap_include.inc12 // record test start time (used by displayOverviewFields())

Completed in 76 milliseconds

12345678910>>...14