HomeSort by: relevance | last modified time | path
    Searched defs:check_matching_with_multibyte_ops (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
dfa.c 2557 check_matching_with_multibyte_ops (struct dfa *d, int s, int index) function
2584 of check_matching_with_multibyte_ops() for optimization.
2614 work_mbls = check_matching_with_multibyte_ops(d, s, *pp - buf_begin);
2656 match_lens = check_matching_with_multibyte_ops(d, s, *pp - buf_begin);
  /src/external/gpl2/grep/dist/src/
dfa.c 2578 check_matching_with_multibyte_ops (struct dfa *d, int s, int index) function
2605 of check_matching_with_multibyte_ops() for optimization.
2635 work_mbls = check_matching_with_multibyte_ops(d, s, *pp - buf_begin);
2677 match_lens = check_matching_with_multibyte_ops(d, s, *pp - buf_begin);

Completed in 26 milliseconds