Home
last modified time | relevance | path

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

/external/chromium/base/
Dfile_path.cc446 StringType::const_iterator string2end = string2.end(); in CompareIgnoreCase() local
447 for ( ; i1 != string1end && i2 != string2end; ++i1, ++i2) { in CompareIgnoreCase()
457 if (i2 != string2end) in CompareIgnoreCase()