HomeSort by relevance Sort by last modified time
    Searched full:new_char (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/v8/src/
interpreter-irregexp.cc 31 unibrow::uchar new_char = subject[current++]; local
32 if (old_char == new_char) continue;
34 unibrow::uchar new_string[1] = { new_char };
36 interp_canonicalize->get(new_char, '\0', new_string);
52 unsigned int new_char = subject[current++]; local
53 if (old_char == new_char) continue;
56 new_char |= 0x20;
57 if (old_char != new_char) return false;

Completed in 71 milliseconds