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 56 void UnicodeStringToMultiByte2(AString &dest, const UString &s, UINT codePage, char defaultChar, bool &defaultCharWasUsed)
59 defaultCharWasUsed = false;
73 defaultCharWasUsed = false;
80 defaultCharWasUsed = (defUsed != FALSE);
91 bool defaultCharWasUsed;
92 UnicodeStringToMultiByte2(dest, srcString, codePage, '_', defaultCharWasUsed);
95 AString UnicodeStringToMultiByte(const UString &s, UINT codePage, char defaultChar, bool &defaultCharWasUsed)
98 defaultCharWasUsed = false;
106 defaultCharWasUsed = (defUsed != FALSE);
116 bool defaultCharWasUsed;
    [all...]
StringConvert.h 13 void UnicodeStringToMultiByte2(AString &dest, const UString &s, UINT codePage, char defaultChar, bool &defaultCharWasUsed);
16 AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage, char defaultChar, bool &defaultCharWasUsed);

Completed in 240 milliseconds