HomeSort by relevance Sort by last modified time
    Searched refs:match_char (Results 1 - 3 of 3) sorted by null

  /external/skia/tools/
skdiff_utils.cpp 87 const char *match_char; local
89 while ((match_char = strstr(first_char, oldSubstring))) {
90 output.append(first_char, (match_char - first_char));
92 first_char = match_char + oldSubstringLen;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
Pattern2Test.java 362 int match_char = -1; local
366 assertEquals(-1, match_char);
367 match_char = j;
370 assertTrue(match_char == i + 1);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mips.c 4747 match_char (struct mips_arg_info *arg, char ch) function
    [all...]

Completed in 934 milliseconds