Searched refs:matchSet (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOCatalogue.cpp771 OSOrderedSet * matchSet = NULL; // must release local
785 matchSet = OSOrderedSet::withCapacity(10, IOServiceOrdering,
787 if (!matchSet) {
848 if (matchSet) {
849 matchSet->setObject(thisOldPersonality);
871 matchSet->setObject(thisNewPersonality);
877 if (result && doNubMatching && (matchSet->getCount() > 0)) {
878 IOService::catalogNewDrivers(matchSet);
885 if (matchSet) matchSet
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dustring.cpp459 * Match each code point in a string against each code point in the matchSet.
461 * is (polarity==TRUE) or is not (FALSE) contained in the matchSet.
465 _matchFromSet(const UChar *string, const UChar *matchSet, UBool polarity) { argument
470 /* first part of matchSet contains only BMP code points */
472 while((c = matchSet[matchBMPLen]) != 0 && U16_IS_SINGLE(c)) {
476 /* second part of matchSet contains BMP and supplementary code points */
478 while(matchSet[matchLen] != 0) {
487 if(c == matchSet[matchItr]) {
493 if(c == matchSet[matchItr]) {
513 U16_NEXT(matchSet, matchIt
538 u_strpbrk(const UChar *string, const UChar *matchSet) argument
550 u_strcspn(const UChar *string, const UChar *matchSet) argument
562 u_strspn(const UChar *string, const UChar *matchSet) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dustring.h340 * in the string <code>matchSet</code>.
344 * @param matchSet A NUL-terminated string defining a set of code points
347 * characters in <code>matchSet</code>, or NULL if no such character is found.
351 u_strpbrk(const UChar *string, const UChar *matchSet);
355 * beginning with the first, that do not occur somewhere in <code>matchSet</code>.
359 * @param matchSet A NUL-terminated string defining a set of code points
362 * occur in <code>matchSet</code>.
367 u_strcspn(const UChar *string, const UChar *matchSet);
371 * beginning with the first, that occur somewhere in <code>matchSet</code>.
375 * @param matchSet
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/icu/unicode/
H A Dustring.h335 * in the string <code>matchSet</code>.
339 * @param matchSet A NUL-terminated string defining a set of code points
342 * characters in <code>matchSet</code>, or NULL if no such character is found.
346 u_strpbrk(const UChar *string, const UChar *matchSet);
350 * beginning with the first, that do not occur somewhere in <code>matchSet</code>.
354 * @param matchSet A NUL-terminated string defining a set of code points
357 * occur in <code>matchSet</code>.
362 u_strcspn(const UChar *string, const UChar *matchSet);
366 * beginning with the first, that occur somewhere in <code>matchSet</code>.
370 * @param matchSet
[all...]
/macosx-10.10/WTF-7600.1.24/icu/unicode/
H A Dustring.h335 * in the string <code>matchSet</code>.
339 * @param matchSet A NUL-terminated string defining a set of code points
342 * characters in <code>matchSet</code>, or NULL if no such character is found.
346 u_strpbrk(const UChar *string, const UChar *matchSet);
350 * beginning with the first, that do not occur somewhere in <code>matchSet</code>.
354 * @param matchSet A NUL-terminated string defining a set of code points
357 * occur in <code>matchSet</code>.
362 u_strcspn(const UChar *string, const UChar *matchSet);
366 * beginning with the first, that occur somewhere in <code>matchSet</code>.
370 * @param matchSet
[all...]
/macosx-10.10/WebCore-7600.1.25/icu/unicode/
H A Dustring.h335 * in the string <code>matchSet</code>.
339 * @param matchSet A NUL-terminated string defining a set of code points
342 * characters in <code>matchSet</code>, or NULL if no such character is found.
346 u_strpbrk(const UChar *string, const UChar *matchSet);
350 * beginning with the first, that do not occur somewhere in <code>matchSet</code>.
354 * @param matchSet A NUL-terminated string defining a set of code points
357 * occur in <code>matchSet</code>.
362 u_strcspn(const UChar *string, const UChar *matchSet);
366 * beginning with the first, that occur somewhere in <code>matchSet</code>.
370 * @param matchSet
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/icu/unicode/
H A Dustring.h335 * in the string <code>matchSet</code>.
339 * @param matchSet A NUL-terminated string defining a set of code points
342 * characters in <code>matchSet</code>, or NULL if no such character is found.
346 u_strpbrk(const UChar *string, const UChar *matchSet);
350 * beginning with the first, that do not occur somewhere in <code>matchSet</code>.
354 * @param matchSet A NUL-terminated string defining a set of code points
357 * occur in <code>matchSet</code>.
362 u_strcspn(const UChar *string, const UChar *matchSet);
366 * beginning with the first, that occur somewhere in <code>matchSet</code>.
370 * @param matchSet
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c84549 u8 matchSet; member in struct:compareInfo
84613 u8 matchSet = pInfo->matchSet; local
[all...]

Completed in 448 milliseconds