Searched refs:defaultChar (Results 1 – 3 of 3) sorted by relevance
/external/lzma/CPP/Common/ |
D | StringConvert.cpp | 56 void UnicodeStringToMultiByte2(AString &dest, const UString &s, UINT codePage, char defaultChar, bo… in UnicodeStringToMultiByte2() argument 79 &defaultChar, &defUsed); in UnicodeStringToMultiByte2() 95 AString UnicodeStringToMultiByte(const UString &s, UINT codePage, char defaultChar, bool &defaultCh… in UnicodeStringToMultiByte() argument 105 &defaultChar, &defUsed); in UnicodeStringToMultiByte()
|
D | StringConvert.h | 13 void UnicodeStringToMultiByte2(AString &dest, const UString &s, UINT codePage, char defaultChar, bo… 16 AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage, char defaultChar, bool &d…
|
/external/lzma/C/Util/7z/ |
D | 7zMain.c | 122 char defaultChar = '_'; in Utf16_To_Char() local 125 …numChars = WideCharToMultiByte(codePage, 0, s, len, (char *)buf->data, size, &defaultChar, &defUse… in Utf16_To_Char()
|