Home
last modified time | relevance | path

Searched +defs:ch +defs:set (Results 1 – 25 of 3266) sorted by relevance

12345678910>>...131

/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/syntax/
H A Dbitset.c3 static void bitset_add(uint8_t *set, unsigned char ch) in bitset_add()
10 void bitset_add_pattern(uint8_t *set, const unsigned char *pattern) in bitset_add_pattern()
13 unsigned int ch = pattern[i]; in bitset_add_pattern() local
H A Dbitset.h15 static inline bool bitset_contains(const uint8_t *set, unsigned char ch) in bitset_contains()
22 static inline void bitset_invert(uint8_t *set) in bitset_invert()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/
H A DIndexBuilder.java166 Character ch = keyCharacter(name); in indexElements() local
167 … SortedSet<IndexItem> set = indexMap.computeIfAbsent(ch, c -> new TreeSet<>(comparator)); in indexElements() local
182 Character ch = keyCharacter(name); in indexTypeElements() local
183 … SortedSet<IndexItem> set = indexMap.computeIfAbsent(ch, c -> new TreeSet<>(comparator)); in indexTypeElements() local
198 Character ch = keyCharacter(m.getQualifiedName().toString()); in indexModules() local
199 SortedSet<IndexItem> set = indexMap.computeIfAbsent(ch, c -> new TreeSet<>(comparator)); in indexModules() local
211 Character ch = keyCharacter(utils.getPackageName(packageElement)); in indexPackage() local
212 SortedSet<IndexItem> set = indexMap.computeIfAbsent(ch, c -> new TreeSet<>(comparator)); in indexPackage() local
256 SortedSet<IndexItem> set = indexMap.get(key); in getMemberList() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/regex/system/text/regularexpressions/
H A DRegexCharClass.cs566 private void AddSet(String set) { in AddSet()
788 internal static bool IsSingleton(String set) { in IsSingleton()
808 internal static bool IsNegated(string set) { in IsNegated()
812 internal static bool IsECMAWordChar(char ch) { in IsECMAWordChar()
821 internal static bool IsWordChar(char ch) { in IsWordChar()
829 internal static bool CharInClass(char ch, String set) { in CharInClass()
834 internal static bool CharInClassRecursive(char ch, String set, int start) { in CharInClassRecursive()
861 …private static bool CharInClassInternal(char ch, string set, int start, int mySetLength, int myCat… in CharInClassInternal()
893 …private static bool CharInCategory(char ch, string set, int start, int mySetLength, int myCategory… in CharInCategory()
1277 internal static String CharDescription(char ch) { in CharDescription()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Text.RegularExpressions/src/System/Text/RegularExpressions/
H A DRegexCharClass.cs497 private void AddSet(string set) in AddSet()
740 internal static bool IsSingleton(string set) in IsSingleton()
763 internal static bool IsNegated(string set) in IsNegated()
768 internal static bool IsECMAWordChar(char ch) in IsECMAWordChar()
778 internal static bool IsWordChar(char ch) in IsWordChar()
787 internal static bool CharInClass(char ch, string set) in CharInClass()
793 internal static bool CharInClassRecursive(char ch, string set, int start) in CharInClassRecursive()
820 …private static bool CharInClassInternal(char ch, string set, int start, int mySetLength, int myCat… in CharInClassInternal()
855 …private static bool CharInCategory(char ch, string set, int start, int mySetLength, int myCategory… in CharInCategory()
1272 internal static string CharDescription(char ch) in CharDescription()
[all …]
/dports/devel/kBuild/kBuild-0.1.9998/src/kash/
H A Dsyntax.c21 #define ndx(ch) (ch + 1 - CHAR_MIN) in init_syntax() argument
22 #define set(ch, val) tab[ndx(ch)] = val in init_syntax() macro
111 #define ndx(ch) (ch + 1 - CHAR_MIN) argument
112 #define set(ch, val) [ndx(ch)] = val, macro
/dports/games/powder-toy/The-Powder-Toy-95.0/src/common/
H A DString.h223 inline ByteString(value_type ch): super(1, ch) {} in ByteString()
224 inline ByteString(size_type count, value_type ch): super(count, ch) {} in ByteString()
225 inline ByteString(value_type const *ch, size_type count): super(ch, count) {} in ByteString()
226 inline ByteString(value_type const *ch): super(ch) {} in ByteString()
243 inline bool Contains(value_type ch) const { return super::find(ch) != npos; } in Contains()
277 …template<typename T> inline Split SplitFloat(T &ref, size_t pos, std::ios_base::fmtflags set, std:… in SplitFloat()
395 inline String(value_type ch): super(1, ch) {} in String()
396 inline String(size_type count, value_type ch): super(count, ch) {} in String()
397 inline String(value_type const *ch, size_type count): super(ch, count) {} in String()
398 inline String(value_type const *ch): super(ch) {} in String()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/util/lexgen/
H A Dre2nfa.cpp107 NFA set = parseSet(); in parseAtom() local
178 QSet<InputType> set; in parseSet() local
186 QChar ch = symbol().lexem.at(0); in parseSet() local
238 QSet<InputType> set; in parseSet2() local
249 QChar ch = str.at(i++); in parseSet2() local
368 QChar ch = sym.lexem.at(i + 1); in tokenize() local
412 QChar ch = input.at(pos); in tokenize() local
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/util/lexgen/
H A Dre2nfa.cpp107 NFA set = parseSet(); in parseAtom() local
178 QSet<InputType> set; in parseSet() local
186 QChar ch = symbol().lexem.at(0); in parseSet() local
238 QSet<InputType> set; in parseSet2() local
249 QChar ch = str.at(i++); in parseSet2() local
368 QChar ch = sym.lexem.at(i + 1); in tokenize() local
412 QChar ch = input.at(pos); in tokenize() local
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/util/lexgen/
H A Dre2nfa.cpp107 NFA set = parseSet(); in parseAtom() local
178 QSet<InputType> set; in parseSet() local
186 QChar ch = symbol().lexem.at(0); in parseSet() local
238 QSet<InputType> set; in parseSet2() local
249 QChar ch = str.at(i++); in parseSet2() local
368 QChar ch = sym.lexem.at(i + 1); in tokenize() local
412 QChar ch = input.at(pos); in tokenize() local
/dports/converters/wkhtmltopdf/qt-5db36ec/util/lexgen/
H A Dre2nfa.cpp120 NFA set = parseSet(); in parseAtom() local
191 QSet<InputType> set; in parseSet() local
199 QChar ch = symbol().lexem.at(0); in parseSet() local
251 QSet<InputType> set; in parseSet2() local
262 QChar ch = str.at(i++); in parseSet2() local
381 QChar ch = sym.lexem.at(i + 1); in tokenize() local
425 QChar ch = input.at(pos); in tokenize() local
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/util/lexgen/
H A Dre2nfa.cpp107 NFA set = parseSet(); in parseAtom() local
178 QSet<InputType> set; in parseSet() local
186 QChar ch = symbol().lexem.at(0); in parseSet() local
238 QSet<InputType> set; in parseSet2() local
249 QChar ch = str.at(i++); in parseSet2() local
368 QChar ch = sym.lexem.at(i + 1); in tokenize() local
412 QChar ch = input.at(pos); in tokenize() local
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/util/lexgen/
H A Dre2nfa.cpp107 NFA set = parseSet(); in parseAtom() local
178 QSet<InputType> set; in parseSet() local
186 QChar ch = symbol().lexem.at(0); in parseSet() local
238 QSet<InputType> set; in parseSet2() local
249 QChar ch = str.at(i++); in parseSet2() local
368 QChar ch = sym.lexem.at(i + 1); in tokenize() local
412 QChar ch = input.at(pos); in tokenize() local
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/util/lexgen/
H A Dre2nfa.cpp107 NFA set = parseSet(); in parseAtom() local
178 QSet<InputType> set; in parseSet() local
186 QChar ch = symbol().lexem.at(0); in parseSet() local
238 QSet<InputType> set; in parseSet2() local
249 QChar ch = str.at(i++); in parseSet2() local
368 QChar ch = sym.lexem.at(i + 1); in tokenize() local
412 QChar ch = input.at(pos); in tokenize() local
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/util/lexgen/
H A Dre2nfa.cpp107 NFA set = parseSet(); in parseAtom() local
178 QSet<InputType> set; in parseSet() local
186 QChar ch = symbol().lexem.at(0); in parseSet() local
238 QSet<InputType> set; in parseSet2() local
249 QChar ch = str.at(i++); in parseSet2() local
368 QChar ch = sym.lexem.at(i + 1); in tokenize() local
412 QChar ch = input.at(pos); in tokenize() local
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/util/lexgen/
H A Dre2nfa.cpp107 NFA set = parseSet(); in parseAtom() local
178 QSet<InputType> set; in parseSet() local
186 QChar ch = symbol().lexem.at(0); in parseSet() local
238 QSet<InputType> set; in parseSet2() local
249 QChar ch = str.at(i++); in parseSet2() local
368 QChar ch = sym.lexem.at(i + 1); in tokenize() local
412 QChar ch = input.at(pos); in tokenize() local
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/util/lexgen/
H A Dre2nfa.cpp107 NFA set = parseSet(); in parseAtom() local
178 QSet<InputType> set; in parseSet() local
186 QChar ch = symbol().lexem.at(0); in parseSet() local
238 QSet<InputType> set; in parseSet2() local
249 QChar ch = str.at(i++); in parseSet2() local
368 QChar ch = sym.lexem.at(i + 1); in tokenize() local
412 QChar ch = input.at(pos); in tokenize() local
/dports/net/qt5-network/kde-qtbase-5.15.2p263/util/lexgen/
H A Dre2nfa.cpp107 NFA set = parseSet(); in parseAtom() local
178 QSet<InputType> set; in parseSet() local
186 QChar ch = symbol().lexem.at(0); in parseSet() local
238 QSet<InputType> set; in parseSet2() local
249 QChar ch = str.at(i++); in parseSet2() local
368 QChar ch = sym.lexem.at(i + 1); in tokenize() local
412 QChar ch = input.at(pos); in tokenize() local
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/util/lexgen/
H A Dre2nfa.cpp107 NFA set = parseSet(); in parseAtom() local
178 QSet<InputType> set; in parseSet() local
186 QChar ch = symbol().lexem.at(0); in parseSet() local
238 QSet<InputType> set; in parseSet2() local
249 QChar ch = str.at(i++); in parseSet2() local
368 QChar ch = sym.lexem.at(i + 1); in tokenize() local
412 QChar ch = input.at(pos); in tokenize() local
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/util/lexgen/
H A Dre2nfa.cpp107 NFA set = parseSet(); in parseAtom() local
178 QSet<InputType> set; in parseSet() local
186 QChar ch = symbol().lexem.at(0); in parseSet() local
238 QSet<InputType> set; in parseSet2() local
249 QChar ch = str.at(i++); in parseSet2() local
368 QChar ch = sym.lexem.at(i + 1); in tokenize() local
412 QChar ch = input.at(pos); in tokenize() local
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/util/lexgen/
H A Dre2nfa.cpp107 NFA set = parseSet(); in parseAtom() local
178 QSet<InputType> set; in parseSet() local
186 QChar ch = symbol().lexem.at(0); in parseSet() local
238 QSet<InputType> set; in parseSet2() local
249 QChar ch = str.at(i++); in parseSet2() local
368 QChar ch = sym.lexem.at(i + 1); in tokenize() local
412 QChar ch = input.at(pos); in tokenize() local
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/util/lexgen/
H A Dre2nfa.cpp107 NFA set = parseSet(); in parseAtom() local
178 QSet<InputType> set; in parseSet() local
186 QChar ch = symbol().lexem.at(0); in parseSet() local
238 QSet<InputType> set; in parseSet2() local
249 QChar ch = str.at(i++); in parseSet2() local
368 QChar ch = sym.lexem.at(i + 1); in tokenize() local
412 QChar ch = input.at(pos); in tokenize() local
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/util/lexgen/
H A Dre2nfa.cpp107 NFA set = parseSet(); in parseAtom() local
178 QSet<InputType> set; in parseSet() local
186 QChar ch = symbol().lexem.at(0); in parseSet() local
238 QSet<InputType> set; in parseSet2() local
249 QChar ch = str.at(i++); in parseSet2() local
368 QChar ch = sym.lexem.at(i + 1); in tokenize() local
412 QChar ch = input.at(pos); in tokenize() local
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/util/lexgen/
H A Dre2nfa.cpp107 NFA set = parseSet(); in parseAtom() local
178 QSet<InputType> set; in parseSet() local
186 QChar ch = symbol().lexem.at(0); in parseSet() local
238 QSet<InputType> set; in parseSet2() local
249 QChar ch = str.at(i++); in parseSet2() local
368 QChar ch = sym.lexem.at(i + 1); in tokenize() local
412 QChar ch = input.at(pos); in tokenize() local
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/util/lexgen/
H A Dre2nfa.cpp107 NFA set = parseSet(); in parseAtom() local
178 QSet<InputType> set; in parseSet() local
186 QChar ch = symbol().lexem.at(0); in parseSet() local
238 QSet<InputType> set; in parseSet2() local
249 QChar ch = str.at(i++); in parseSet2() local
368 QChar ch = sym.lexem.at(i + 1); in tokenize() local
412 QChar ch = input.at(pos); in tokenize() local

12345678910>>...131