Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Doniguruma.h290 #define ONIGENC_MBC_MAXLEN_DIST(enc) ONIGENC_MBC_MAXLEN(enc) macro
H A Dregcomp.c2177 *max = ONIGENC_MBC_MAXLEN_DIST(env->enc); in get_max_match_length()
2182 *max = ONIGENC_MBC_MAXLEN_DIST(env->enc); in get_max_match_length()
4600 max = ONIGENC_MBC_MAXLEN_DIST(env->enc) * n; in optimize_node_left()
4633 OnigDistance max = ONIGENC_MBC_MAXLEN_DIST(env->enc); in optimize_node_left()
4653 max = ONIGENC_MBC_MAXLEN_DIST(env->enc); in optimize_node_left()
4687 OnigDistance max = ONIGENC_MBC_MAXLEN_DIST(env->enc); in optimize_node_left()

Completed in 22 milliseconds