Searched refs:ONIGENC_MBC_ENC_LEN (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/
H A Dregenc.c117 q += ONIGENC_MBC_ENC_LEN(enc, q, end);
129 q += ONIGENC_MBC_ENC_LEN(enc, q, end);
157 p += ONIGENC_MBC_ENC_LEN(enc, p, e);
184 p += ONIGENC_MBC_ENC_LEN(enc, p, e);
H A Dregenc.h78 #define enclen(enc,p,e) ((enc->max_enc_len == enc->min_enc_len) ? enc->min_enc_len : ONIGENC_MBC_ENC_LEN(enc,p,e))
H A Dencoding.c882 return ONIGENC_MBC_ENC_LEN(enc, (UChar*)p, (UChar*)e);
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Doniguruma.h217 #define onig_enc_len(enc,p,e) ONIGENC_MBC_ENC_LEN(enc, p, e)
221 #define ONIGENC_IS_MBC_HEAD(enc,p,e) (ONIGENC_MBC_ENC_LEN(enc,p,e) != 1)
263 #define ONIGENC_MBC_ENC_LEN(enc,p,e) onigenc_mbclen_approximate(p,e,enc) macro

Completed in 116 milliseconds