Home
last modified time | relevance | path

Searched refs:oldLength (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/dev/
H A Dfile_monitor.cpp46 const size_t oldLength = path.length(); in RecursivelyCollectAllFiles() local
52 path.reserve(oldLength + entry.name.length() + 1); in RecursivelyCollectAllFiles()
75 path.resize(oldLength); in RecursivelyCollectAllFiles()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js2681 let oldLength = this.sectionArray.length;
2697 let intStart = this.toArrayIndex(start, oldLength);
2701 intDeleteCount = oldLength - intStart;
2704 if (intDeleteCount > oldLength - intStart) {
2705 intDeleteCount = oldLength - intStart;
2719 let oldLength = this.sectionArray.length;
2721 this.changeArray.push({ start: oldLength, deleteCount: 0, sections: [section] });
2730 let oldLength = this.sectionArray.length;
2733 let intStart = this.toArrayIndex(sectionIndex, oldLength);

Completed in 5 milliseconds