Home | History | Annotate | Download | only in Common

Lines Matching defs:CodePage

283     LPCWSTR fileName, bool include, NRecursedType::EEnum type, UINT codePage)

288 if (!ReadNamesFromListFile(fileName, names, codePage))
298 bool thereAreSwitchIncludes, UINT codePage)
308 AddToCensorFromListFile(wildcardCensor, s.Mid(1), true, type, codePage);
380 NRecursedType::EEnum commonRecursedType, UINT codePage)
405 AddToCensorFromListFile(wildcardCensor, tail, include, recursedType, codePage);
728 UINT CodePage;
750 return pair.CodePage;
838 UINT codePage = FindCharset(parser, NKey::kListfileCharSet, CP_UTF8);
845 parser[NKey::kInclude].PostStrings, true, recursedType, codePage);
849 parser[NKey::kExclude].PostStrings, false, recursedType, codePage);
873 nonSwitchStrings, recursedType, thereAreSwitchIncludes, codePage);
898 parser[NKey::kArInclude].PostStrings, true, NRecursedType::kNonRecursed, codePage);
901 parser[NKey::kArExclude].PostStrings, false, NRecursedType::kNonRecursed, codePage);