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 30 unibrow::uchar new_char = subject[current++]; local
31 if (old_char == new_char) continue;
33 unibrow::uchar new_string[1] = { new_char };
35 interp_canonicalize->get(new_char, '\0', new_string);
51 unsigned int new_char = subject[current++]; local
52 if (old_char == new_char) continue;
55 new_char |= 0x20;
56 if (old_char != new_char) return false;

Completed in 1287 milliseconds