Home
last modified time | relevance | path

Searched refs:old_string (Results 1 – 3 of 3) sorted by relevance

/external/dng_sdk/source/
Ddng_string.h124 bool Replace (const char *old_string,
Ddng_string.cpp1616 bool dng_string::Replace (const char *old_string, in Replace() argument
1623 if (Contains (old_string, in Replace()
1630 uint32 len2 = strlenAsUint32 (old_string); in Replace()
/external/v8/src/regexp/
Dinterpreter-irregexp.cc31 unibrow::uchar old_string[1] = { old_char }; in BackRefMatchesNoCase() local
33 interp_canonicalize->get(old_char, '\0', old_string); in BackRefMatchesNoCase()
35 if (old_string[0] != new_string[0]) { in BackRefMatchesNoCase()