OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:foundMatch
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
SearchSymbol.cpp
34
bool SearchSymbol::
foundMatch
() const
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x500/style/
BCStyle.java
342
if (!
foundMatch
(reverse, rdns1[i], rdns2))
351
private boolean
foundMatch
(boolean reverse, RDN rdn, RDN[] possRDNs)
RFC4519Style.java
231
if (!
foundMatch
(reverse, rdns1[i], rdns2))
240
private boolean
foundMatch
(boolean reverse, RDN rdn, RDN[] possRDNs)
/external/icu4c/test/intltest/
ssearch.cpp
309
UBool
foundMatch
;
314
foundMatch
= usearch_search(uss.getAlias(), 0, &foundStart, &foundLimit, &status);
316
if ((
foundMatch
&& expectedMatchStart<0) ||
327
while (
foundMatch
) {
331
foundMatch
= usearch_search(uss.getAlias(), foundLimit, &foundStart, &foundLimit, &status);
343
foundMatch
= usearch_searchBackwards(uss.getAlias(), target.length(), &foundStart, &foundLimit, &status);
345
if ((
foundMatch
&& expectedMatchStart<0) ||
647
UBool
foundMatch
;
652
foundMatch
= bms_search(bms, 0, &foundStart, &foundLimit);
654
if ((
foundMatch
&& expectedMatchStart < 0) |
[
all
...]
/prebuilt/common/ecj/
ecj.jar
Completed in 2069 milliseconds