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

/macosx-10.10.1/ICU-531.30/icuSources/samples/ugrep/
H A Dugrep.cpp89 UBool matchFound = FALSE; local
140 matchFound = TRUE;
157 return matchFound? 0: 1;
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ducnv_ct.c227 UBool matchFound = FALSE; local
231 matchFound = TRUE;
235 matchFound = FALSE;
240 matchFound = FALSE;
243 matchFound = FALSE;
248 if (matchFound) {
253 if (matchFound) {
/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrLAPConn.cpp960 Boolean matchFound = false; local
977 matchFound = true;
984 if (!matchFound) {
1085 Boolean matchFound = false; local
1094 matchFound = true;
1105 if (!matchFound) {
1115 matchFound = true;
1123 if (!matchFound) {
1131 matchFound = true;
1139 if (!matchFound) {
[all...]
/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCUnit.cpp473 bool matchFound = false; local
518 matchFound = true;
529 if ((!matchFound) && (foundOutstandingAVCAsynchCommandForNode) && ((pResponseBytes[kAVCAddress] & 0xF8) == 0x20))
557 matchFound = true;
568 if (matchFound)
643 if (!matchFound)
/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c2056 int i, matchFound; local
2061 matchFound = 0; // assume no match found
2063 for (i = 0; i < maxMatch && !matchFound; i++) {
2156 matchFound = i + 1;
2165 matchFound = i + 1;
2170 matchFound = i + 1;
2182 if (matchFound) {
2208 return matchFound;
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Ducurr.cpp2364 bool matchFound = false; local
2404 matchFound = true;
2417 matchFound = true;
2427 if (matchFound)
2448 if((buffCapacity> resLen) && matchFound)
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclCmdMZ.c3752 goto matchFound;
3757 goto matchFound;
3763 goto matchFound;
3873 matchFound:
/macosx-10.10.1/Heimdal-398.1.2/lib/heimcred/
H A Dserver.m341 BOOL matchFound = [wildCardMatch evaluateWithObject:(NSString *)peer->bundleID];
343 if (matchFound)

Completed in 238 milliseconds