Home
last modified time | relevance | path

Searched refs:normOptions (Results 1 – 25 of 38) sorted by relevance

12

/dports/devel/icu/icu/source/test/intltest/
H A Dtstnorm.cpp883 int32_t normOptions=(int32_t)(options>>UNORM_COMPARE_NORM_OPTIONS_SHIFT); in ref_norm_compare() local
886 Normalizer::decompose(s1, FALSE, normOptions, r1, errorCode); in ref_norm_compare()
887 Normalizer::decompose(s2, FALSE, normOptions, r2, errorCode); in ref_norm_compare()
896 Normalizer::decompose(r1, FALSE, normOptions, t1, errorCode); in ref_norm_compare()
897 Normalizer::decompose(r2, FALSE, normOptions, t2, errorCode); in ref_norm_compare()
909 int32_t normOptions=(int32_t)(options>>UNORM_COMPARE_NORM_OPTIONS_SHIFT); in _norm_compare() local
911 if( UNORM_YES==Normalizer::quickCheck(s1, UNORM_FCD, normOptions, errorCode) && in _norm_compare()
912 UNORM_YES==Normalizer::quickCheck(s2, UNORM_FCD, normOptions, errorCode)) { in _norm_compare()
/dports/devel/icu-lx/icu/source/test/intltest/
H A Dtstnorm.cpp883 int32_t normOptions=(int32_t)(options>>UNORM_COMPARE_NORM_OPTIONS_SHIFT); in ref_norm_compare() local
886 Normalizer::decompose(s1, FALSE, normOptions, r1, errorCode); in ref_norm_compare()
887 Normalizer::decompose(s2, FALSE, normOptions, r2, errorCode); in ref_norm_compare()
896 Normalizer::decompose(r1, FALSE, normOptions, t1, errorCode); in ref_norm_compare()
897 Normalizer::decompose(r2, FALSE, normOptions, t2, errorCode); in ref_norm_compare()
909 int32_t normOptions=(int32_t)(options>>UNORM_COMPARE_NORM_OPTIONS_SHIFT); in _norm_compare() local
911 if( UNORM_YES==Normalizer::quickCheck(s1, UNORM_FCD, normOptions, errorCode) && in _norm_compare()
912 UNORM_YES==Normalizer::quickCheck(s2, UNORM_FCD, normOptions, errorCode)) { in _norm_compare()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dblame.c366 git_blame_options normOptions = GIT_BLAME_OPTIONS_INIT; in git_blame_file() local
370 if ((error = normalize_options(&normOptions, options, repo)) < 0) in git_blame_file()
373 blame = git_blame__alloc(repo, normOptions, path); in git_blame_file()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/
H A Dblame.c394 git_blame_options normOptions = GIT_BLAME_OPTIONS_INIT; in git_blame_file() local
401 if ((error = normalize_options(&normOptions, options, repo)) < 0) in git_blame_file()
404 blame = git_blame__alloc(repo, normOptions, path); in git_blame_file()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dblame.c388 git_blame_options normOptions = GIT_BLAME_OPTIONS_INIT; in git_blame_file() local
392 if ((error = normalize_options(&normOptions, options, repo)) < 0) in git_blame_file()
395 blame = git_blame__alloc(repo, normOptions, path); in git_blame_file()
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dblame.c381 git_blame_options normOptions = GIT_BLAME_OPTIONS_INIT; in git_blame_file() local
385 if ((error = normalize_options(&normOptions, options, repo)) < 0) in git_blame_file()
388 blame = git_blame__alloc(repo, normOptions, path); in git_blame_file()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dblame.c394 git_blame_options normOptions = GIT_BLAME_OPTIONS_INIT; in git_blame_file() local
401 if ((error = normalize_options(&normOptions, options, repo)) < 0) in git_blame_file()
404 blame = git_blame__alloc(repo, normOptions, path); in git_blame_file()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dblame.c388 git_blame_options normOptions = GIT_BLAME_OPTIONS_INIT; in git_blame_file() local
392 if ((error = normalize_options(&normOptions, options, repo)) < 0) in git_blame_file()
395 blame = git_blame__alloc(repo, normOptions, path); in git_blame_file()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dblame.c394 git_blame_options normOptions = GIT_BLAME_OPTIONS_INIT; in git_blame_file() local
401 if ((error = normalize_options(&normOptions, options, repo)) < 0) in git_blame_file()
404 blame = git_blame__alloc(repo, normOptions, path); in git_blame_file()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.19+1.1.0/libgit2/src/
H A Dblame.c389 git_blame_options normOptions = GIT_BLAME_OPTIONS_INIT; in git_blame_file() local
396 if ((error = normalize_options(&normOptions, options, repo)) < 0) in git_blame_file()
399 blame = git_blame__alloc(repo, normOptions, path); in git_blame_file()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dblame.c389 git_blame_options normOptions = GIT_BLAME_OPTIONS_INIT; in git_blame_file() local
396 if ((error = normalize_options(&normOptions, options, repo)) < 0) in git_blame_file()
399 blame = git_blame__alloc(repo, normOptions, path); in git_blame_file()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dblame.c381 git_blame_options normOptions = GIT_BLAME_OPTIONS_INIT; in git_blame_file() local
385 if ((error = normalize_options(&normOptions, options, repo)) < 0) in git_blame_file()
388 blame = git_blame__alloc(repo, normOptions, path); in git_blame_file()
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Dblame.c394 git_blame_options normOptions = GIT_BLAME_OPTIONS_INIT; in git_blame_file() local
401 if ((error = normalize_options(&normOptions, options, repo)) < 0) in git_blame_file()
404 blame = git_blame__alloc(repo, normOptions, path); in git_blame_file()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Dblame.c388 git_blame_options normOptions = GIT_BLAME_OPTIONS_INIT; in git_blame_file() local
392 if ((error = normalize_options(&normOptions, options, repo)) < 0) in git_blame_file()
395 blame = git_blame__alloc(repo, normOptions, path); in git_blame_file()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/
H A Dblame.c394 git_blame_options normOptions = GIT_BLAME_OPTIONS_INIT; in git_blame_file() local
401 if ((error = normalize_options(&normOptions, options, repo)) < 0) in git_blame_file()
404 blame = git_blame__alloc(repo, normOptions, path); in git_blame_file()
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dblame.c394 git_blame_options normOptions = GIT_BLAME_OPTIONS_INIT; in git_blame_file() local
401 if ((error = normalize_options(&normOptions, options, repo)) < 0) in git_blame_file()
404 blame = git_blame__alloc(repo, normOptions, path); in git_blame_file()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dblame.c394 git_blame_options normOptions = GIT_BLAME_OPTIONS_INIT; in git_blame_file() local
401 if ((error = normalize_options(&normOptions, options, repo)) < 0) in git_blame_file()
404 blame = git_blame__alloc(repo, normOptions, path); in git_blame_file()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dblame.c394 git_blame_options normOptions = GIT_BLAME_OPTIONS_INIT; in git_blame_file() local
401 if ((error = normalize_options(&normOptions, options, repo)) < 0) in git_blame_file()
404 blame = git_blame__alloc(repo, normOptions, path); in git_blame_file()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dblame.c394 git_blame_options normOptions = GIT_BLAME_OPTIONS_INIT; in git_blame_file() local
401 if ((error = normalize_options(&normOptions, options, repo)) < 0) in git_blame_file()
404 blame = git_blame__alloc(repo, normOptions, path); in git_blame_file()
/dports/lang/rust/rustc-1.58.1-src/vendor/libgit2-sys/libgit2/src/
H A Dblame.c394 git_blame_options normOptions = GIT_BLAME_OPTIONS_INIT; in git_blame_file() local
401 if ((error = normalize_options(&normOptions, options, repo)) < 0) in git_blame_file()
404 blame = git_blame__alloc(repo, normOptions, path); in git_blame_file()
/dports/sysutils/exa/exa-0.10.1/cargo-crates/libgit2-sys-0.12.18+1.1.0/libgit2/src/
H A Dblame.c389 git_blame_options normOptions = GIT_BLAME_OPTIONS_INIT; in git_blame_file() local
396 if ((error = normalize_options(&normOptions, options, repo)) < 0) in git_blame_file()
399 blame = git_blame__alloc(repo, normOptions, path); in git_blame_file()
/dports/textproc/bat/bat-0.18.3/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dblame.c394 git_blame_options normOptions = GIT_BLAME_OPTIONS_INIT; in git_blame_file() local
401 if ((error = normalize_options(&normOptions, options, repo)) < 0) in git_blame_file()
404 blame = git_blame__alloc(repo, normOptions, path); in git_blame_file()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dblame.c394 git_blame_options normOptions = GIT_BLAME_OPTIONS_INIT; in git_blame_file() local
401 if ((error = normalize_options(&normOptions, options, repo)) < 0) in git_blame_file()
404 blame = git_blame__alloc(repo, normOptions, path); in git_blame_file()
/dports/devel/icu/icu/source/common/
H A Dunormcmp.cpp575 int32_t normOptions=(int32_t)(options>>UNORM_COMPARE_NORM_OPTIONS_SHIFT); in unorm_compare() local
610 if(normOptions&UNORM_UNICODE_3_2) { in unorm_compare()
/dports/devel/icu-lx/icu/source/common/
H A Dunormcmp.cpp575 int32_t normOptions=(int32_t)(options>>UNORM_COMPARE_NORM_OPTIONS_SHIFT); in unorm_compare() local
610 if(normOptions&UNORM_UNICODE_3_2) { in unorm_compare()

12