Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/iconv-lite/encodings/
H A Dinternal.js91 this.prevStr = '';
95 str = this.prevStr + str;
97 this.prevStr = str.slice(completeQuads);
104 return Buffer.from(this.prevStr, "base64");
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp646 static void GetChangedString(const UString &newStr, UString &prevStr, bool &hasChanged) in GetChangedString() argument
648 hasChanged = !(prevStr == newStr); in GetChangedString()
650 prevStr = newStr; in GetChangedString()

Completed in 2 milliseconds