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

  /frameworks/base/tools/aapt2/util/
Util.cpp 538 StringPiece::const_iterator last_occurence = path.end(); local
542 last_occurence = iter;
546 if (last_occurence == path.end()) {
550 auto iter = std::find(last_occurence, path.end(), '.');
552 *out_entry = StringPiece(last_occurence + 1, iter - last_occurence - 1);
553 *out_prefix = StringPiece(path.begin(), last_occurence - path.begin() + 1);
  /external/opencv/cxcore/src/
cxpersistence.cpp 2741 int last_occurence = -1; local
    [all...]

Completed in 173 milliseconds