Home
last modified time | relevance | path

Searched refs:NonWord (Results 1 – 19 of 19) sorted by relevance

/dports/editors/helix/helix-0.5.0/cargo-crates/fuzzy-matcher-0.3.7/src/
H A Dutil.rs43 NonWord, enumerator
58 CharType::NonWord in char_type_of()
87 (Lower, Upper) | (NonWord, Lower) | (NonWord, Upper) => Head, in char_role()
H A Dclangd.rs382 if char_type_of(ch) == CharType::NonWord { in skip_penalty()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/fuzzy-matcher-0.3.7/src/
H A Dutil.rs43 NonWord, enumerator
58 CharType::NonWord in char_type_of()
87 (Lower, Upper) | (NonWord, Lower) | (NonWord, Upper) => Head, in char_role()
H A Dclangd.rs382 if char_type_of(ch) == CharType::NonWord { in skip_penalty()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/fuzzy-matcher-0.3.7/src/
H A Dutil.rs43 NonWord, enumerator
58 CharType::NonWord in char_type_of()
87 (Lower, Upper) | (NonWord, Lower) | (NonWord, Upper) => Head, in char_role()
H A Dclangd.rs382 if char_type_of(ch) == CharType::NonWord { in skip_penalty()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/ace/spelling/
H A DCharClassifier.java23 NonWord enumConstant
H A DWordIterable.java163 charClassifier_.classify(currentValue_.charAt(tokenPos_)) != CharClass.NonWord) in nextWord()
/dports/devel/grex/grex-1.3.0/src/regexp/
H A Dfeature.rs79 NonWord, enumerator
H A Dconfig.rs88 self.is_non_word_converted || self.conversion_features.contains(&Feature::NonWord) in is_non_word_converted()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/visualmode/
H A DVisualModeSpelling.java280 … while (pos < text.length() && classifier.classify(text.charAt(pos)) != CharClass.NonWord) in uiSpelling()
308 case NonWord: in uiSpelling()
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/QCodeEdit/qnfa/
H A Dqnfa.cpp118 if ( ass & NonWord ) in match()
732 set->assertion |= NonWord; in sequence()
750 nfa->assertion |= NonWord; in sequence()
H A Dqnfa.h76 NonWord = 64, enumerator
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/QCodeEdit/qnfa/
H A Dqnfa.cpp118 if ( ass & NonWord ) in match()
732 set->assertion |= NonWord; in sequence()
750 nfa->assertion |= NonWord; in sequence()
H A Dqnfa.h76 NonWord = 64, enumerator
/dports/editors/texstudio/texstudio-4.1.2/src/qcodeedit/lib/qnfa/
H A Dqnfa.cpp118 if ( ass & NonWord ) in match()
748 set->assertion |= NonWord; in sequence()
766 nfa->assertion |= NonWord; in sequence()
H A Dqnfa.h76 NonWord = 64, enumerator
/dports/devel/grex/grex-1.3.0/tests/
H A Dproperty_tests.rs330 Just(Feature::NonWord), in conversion_feature_strategy()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/filetypes/
H A DTextFileType.java526 return CharClass.NonWord;