Lines Matching defs:defaultChar
117 static void UnicodeStringToMultiByte2(AString &dest, const UString &src, UINT codePage, char defaultChar, bool &defaultCharWasUsed)
141 defaultChar = defaultChar;
146 (isUtf ? NULL : &defaultChar),
197 // defaultChar = defaultChar;
200 (isUtf ? NULL : &defaultChar),
393 static void UnicodeStringToMultiByte2(AString &dest, const UString &src2, UINT codePage, char defaultChar, bool &defaultCharWasUsed)
482 c = defaultChar;
519 AString UnicodeStringToMultiByte(const UString &src, UINT codePage, char defaultChar, bool &defaultCharWasUsed)
522 UnicodeStringToMultiByte2(dest, src, codePage, defaultChar, defaultCharWasUsed);