Lines Matching refs:mb_len
315 select_str_opcode(int mb_len, int str_len, int ignore_case) in select_str_opcode() argument
326 switch (mb_len) { in select_str_opcode()
419 add_compile_string_length(UChar* s ARG_UNUSED, int mb_len, int str_len, in add_compile_string_length() argument
423 int op = select_str_opcode(mb_len, str_len, ignore_case); in add_compile_string_length()
431 len += mb_len * str_len; in add_compile_string_length()
436 add_compile_string(UChar* s, int mb_len, int str_len, in add_compile_string() argument
439 int op = select_str_opcode(mb_len, str_len, ignore_case); in add_compile_string()
443 add_length(reg, mb_len); in add_compile_string()
447 add_length(reg, mb_len * str_len); in add_compile_string()
452 add_bytes(reg, s, mb_len * str_len); in add_compile_string()
5841 p_len_string(FILE* f, LengthType len, int mb_len, UChar* s) in p_len_string() argument
5843 int x = len * mb_len; in p_len_string()
5938 int mb_len; in onig_print_compiled_byte_code() local
5940 GET_LENGTH_INC(mb_len, bp); in onig_print_compiled_byte_code()
5942 fprintf(f, ":%d:%d:", mb_len, len); in onig_print_compiled_byte_code()
5943 n = len * mb_len; in onig_print_compiled_byte_code()