Lines Matching refs:UsedDefaultChar
980 LPBOOL UsedDefaultChar) in IntWideCharToMultiByteUTF8() argument
1166 LPBOOL UsedDefaultChar) in IntWideCharToMultiByteCP() argument
1187 if (Flags || DefaultChar || UsedDefaultChar) in IntWideCharToMultiByteCP()
1194 if (!UsedDefaultChar) in IntWideCharToMultiByteCP()
1195 UsedDefaultChar = &TempUsedDefaultChar; in IntWideCharToMultiByteCP()
1197 *UsedDefaultChar = FALSE; in IntWideCharToMultiByteCP()
1224 *UsedDefaultChar = TRUE; in IntWideCharToMultiByteCP()
1254 *UsedDefaultChar = TRUE; in IntWideCharToMultiByteCP()
1329 if (Flags || DefaultChar || UsedDefaultChar) in IntWideCharToMultiByteCP()
1336 if (!UsedDefaultChar) in IntWideCharToMultiByteCP()
1337 UsedDefaultChar = &TempUsedDefaultChar; in IntWideCharToMultiByteCP()
1339 *UsedDefaultChar = FALSE; in IntWideCharToMultiByteCP()
1353 if (!*UsedDefaultChar) in IntWideCharToMultiByteCP()
1354 *UsedDefaultChar = !IntIsValidSBCSMapping(CodePageTable, in IntWideCharToMultiByteCP()
1385 *UsedDefaultChar = TRUE; in IntWideCharToMultiByteCP()
2223 LPBOOL UsedDefaultChar) in WideCharToMultiByte() argument
2245 if (DefaultChar != NULL || UsedDefaultChar != NULL) in WideCharToMultiByte()
2257 UsedDefaultChar); in WideCharToMultiByte()
2260 if (DefaultChar != NULL || UsedDefaultChar != NULL) in WideCharToMultiByte()
2274 if ((DefaultChar!=NULL) || (UsedDefaultChar!=NULL)) in WideCharToMultiByte()
2293 UsedDefaultChar); in WideCharToMultiByte()