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

  /external/lzma/CPP/Common/
StringConvert.cpp 27 AString UnicodeStringToMultiByte(const UString &s, UINT codePage, char defaultChar, bool &defaultCharWasUsed)
30 defaultCharWasUsed = false;
38 defaultCharWasUsed = (defUsed != FALSE);
48 bool defaultCharWasUsed;
49 return UnicodeStringToMultiByte(srcString, codePage, '_', defaultCharWasUsed);
StringConvert.h 11 AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage, char defaultChar, bool &defaultCharWasUsed);

Completed in 86 milliseconds