Home
last modified time | relevance | path

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

/PHP-5.4/ext/mbstring/oniguruma/
H A Doniguruma.h302 #define ONIGENC_MBC_MAXLEN_DIST(enc) \ macro
375 #define ONIGENC_MBC_MAXLEN_DIST(enc) ONIGENC_MBC_MAXLEN(enc) macro
H A Dregcomp.c2163 *max = ONIGENC_MBC_MAXLEN_DIST(env->enc); in get_max_match_length()
2173 *max = ONIGENC_MBC_MAXLEN_DIST(env->enc); in get_max_match_length()
4405 max = ONIGENC_MBC_MAXLEN_DIST(env->enc) * n; in optimize_node_left()
4427 OnigDistance max = ONIGENC_MBC_MAXLEN_DIST(env->enc); in optimize_node_left()
4447 max = ONIGENC_MBC_MAXLEN_DIST(env->enc); in optimize_node_left()
4480 OnigDistance max = ONIGENC_MBC_MAXLEN_DIST(env->enc); in optimize_node_left()

Completed in 44 milliseconds