Home
last modified time | relevance | path

Searched defs:isMixedCase (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/citeproc-0.3.0.7/src/Citeproc/
H A DCaseTransform.hs56 | isMixedCase chunk = chunk function
69 | isMixedCase chunk = chunk function
94 | isMixedCase chunk = chunk function
115 isMixedCase t = T.any isUpper t && T.any isLower t function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/citeproc-0.5/src/Citeproc/
H A DCaseTransform.hs56 | isMixedCase chunk = chunk function
69 | isMixedCase chunk = chunk function
94 | isMixedCase chunk = chunk function
115 isMixedCase t = T.any isUpper t && T.any isLower t function
/dports/devel/R-cran-gtools/gtools/R/
H A Dcapwords.R65 isMixedCase <- function(s) { function
/dports/net/kitinerary/kitinerary-21.12.3/src/lib/
H A Dstringutil.cpp51 static bool isMixedCase(QStringView s) in isMixedCase() function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/
H A DDefaultSpellChecker.java66 protected static boolean isMixedCase(final String word, final boolean sentence) { in isMixedCase() method in DefaultSpellChecker
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/spelling/engine/
H A DDefaultSpellChecker.java61 protected static boolean isMixedCase(final String word, in isMixedCase() method in DefaultSpellChecker