Home | History | Annotate | Download | only in Common

Lines Matching defs:CodePage

367     LPCWSTR fileName, bool include, NRecursedType::EEnum type, bool wildcardMatching, Int32 codePage)

372 if (!ReadNamesFromListFile(us2fs(fileName), names, codePage))
395 bool thereAreSwitchIncludes, Int32 codePage)
410 AddToCensorFromListFile(renamePairs, censor, s.Ptr(1), true, type, wildcardMatching, codePage);
512 Int32 codePage)
553 AddToCensorFromListFile(NULL, censor, tail, include, recursedType, wildcardMatching, codePage);
853 Int32 CodePage;
886 return pair.CodePage;
1000 Int32 codePage = FindCharset(parser, NKey::kListfileCharSet, false, CP_UTF8);
1008 parser[NKey::kInclude].PostStrings, true, recursedType, wildcardMatching, codePage);
1013 parser[NKey::kExclude].PostStrings, false, recursedType, wildcardMatching, codePage);
1043 thereAreSwitchIncludes, codePage);
1112 AddSwitchWildcardsToCensor(arcCensor, parser[NKey::kArInclude].PostStrings, true, NRecursedType::kNonRecursed, wildcardMatching, codePage);
1114 AddSwitchWildcardsToCensor(arcCensor, parser[NKey::kArExclude].PostStrings, false, NRecursedType::kNonRecursed, wildcardMatching, codePage);