Home
last modified time | relevance | path

Searched refs:upperchars (Results 1 – 7 of 7) sorted by relevance

/dports/news/sabnzbdplus/SABnzbd-3.3.0/sabnzbd/
H A Ddeobfuscate_filenames.py105 upperchars = sum(1 for c in filebasename if c.isupper())
110 if upperchars >= 2 and lowerchars >= 2 and spacesdots >= 1:
120 if (upperchars + lowerchars >= 4) and decimals >= 4 and spacesdots >= 1:
125 if filebasename[0].isupper() and lowerchars > 2 and upperchars / lowerchars <= 0.25:
/dports/textproc/enchant/enchant-1.6.0/src/ispell/
H A Dispell.h601 char upperchars[SET_SIZE + MAXSTRINGCHARS]; /* NZ for uppercase chars */ member
H A Dmakedent.cpp879 return m_hashheader.upperchars[c]; in myupper()
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dtest_regexp_utf8.vim55 let upperchars = ''
109 let upperchars .= c
146 call assert_equal('ABCDEFGHIJKLMNOPQRSTUVWXYZÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞ', upperchars)
/dports/editors/neovim/neovim-0.6.1/src/nvim/testdir/
H A Dtest_regexp_utf8.vim55 let upperchars = ''
109 let upperchars .= c
146 call assert_equal('ABCDEFGHIJKLMNOPQRSTUVWXYZÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞ', upperchars)
/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dutf8.c667 static const char upperchars[] = "ÁÉÍÑÓÚÜÄÖÅÆØÀÇÈÊАБВГДЕЁЖЗИЙКЛМНОРПСТУФХЦЧШЩЪЫЬЭЮЯ";
/dports/sysutils/fsearch/fsearch-0.1beta4/src/
H A Dutf8.c665 static const char upperchars[] = "ÁÉÍÑÓÚÜÄÖÅÆØÀÇÈÊАБВГДЕЁЖЗИЙКЛМНОРПСТУФХЦЧШЩЪЫЬЭЮЯ";