Home
last modified time | relevance | path

Searched refs:PARTIAL (Results 1 - 18 of 18) sorted by relevance

/third_party/node/deps/icu-small/source/tools/genrb/
H A Dfilterrb.cpp13 "PARTIAL",
102 if (node->fIncluded != PARTIAL) { in match()
125 if (node->fIncluded != PARTIAL) { in match()
135 // Always return PARTIAL if we are not at a leaf in match()
137 return PARTIAL; in match()
140 // If leaf node is PARTIAL, return the default in match()
141 if (node->fIncluded == PARTIAL) { in match()
169 if (isVerbose() && (fIncluded != PARTIAL || !isLeaf())) { in applyRule()
H A Dfilterrb.h48 PARTIAL, enumerator
60 * PARTIAL = recurse into the subtree
87 * included: PARTIAL
91 * included: PARTIAL
98 * included: PARTIAL
106 * included: PARTIAL
124 * included: PARTIAL
156 * PARTIAL = this path does not match any rule, but subpaths exist
159 EInclusion fIncluded = PARTIAL;
H A Dreslist.cpp1781 U_ASSERT(inclusion == PathFilter::EInclusion::PARTIAL); in applyFilter()
/third_party/icu/icu4c/source/tools/genrb/
H A Dfilterrb.cpp13 "PARTIAL",
102 if (node->fIncluded != PARTIAL) { in match()
125 if (node->fIncluded != PARTIAL) { in match()
135 // Always return PARTIAL if we are not at a leaf in match()
137 return PARTIAL; in match()
140 // If leaf node is PARTIAL, return the default in match()
141 if (node->fIncluded == PARTIAL) { in match()
169 if (isVerbose() && (fIncluded != PARTIAL || !isLeaf())) { in applyRule()
H A Dfilterrb.h48 PARTIAL, enumerator
60 * PARTIAL = recurse into the subtree
87 * included: PARTIAL
91 * included: PARTIAL
98 * included: PARTIAL
106 * included: PARTIAL
124 * included: PARTIAL
156 * PARTIAL = this path does not match any rule, but subpaths exist
159 EInclusion fIncluded = PARTIAL;
H A Dreslist.cpp1781 U_ASSERT(inclusion == PathFilter::EInclusion::PARTIAL); in applyFilter()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dfilterrb.cpp13 "PARTIAL",
102 if (node->fIncluded != PARTIAL) { in match()
125 if (node->fIncluded != PARTIAL) { in match()
135 // Always return PARTIAL if we are not at a leaf in match()
137 return PARTIAL; in match()
140 // If leaf node is PARTIAL, return the default in match()
141 if (node->fIncluded == PARTIAL) { in match()
169 if (isVerbose() && (fIncluded != PARTIAL || !isLeaf())) { in applyRule()
H A Dfilterrb.h48 PARTIAL, enumerator
60 * PARTIAL = recurse into the subtree
87 * included: PARTIAL
91 * included: PARTIAL
98 * included: PARTIAL
106 * included: PARTIAL
124 * included: PARTIAL
156 * PARTIAL = this path does not match any rule, but subpaths exist
159 EInclusion fIncluded = PARTIAL;
H A Dreslist.cpp1789 U_ASSERT(inclusion == PathFilter::EInclusion::PARTIAL); in applyFilter()
/third_party/protobuf/src/google/protobuf/util/
H A Dmessage_differencer_unittest.cc86 differencer->set_scope(util::MessageDifferencer::PARTIAL); in ExpectEqualsWithDifferencer()
175 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
191 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
206 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
222 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
238 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
254 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
332 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
352 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
370 differencer.set_scope(util::MessageDifferencer::PARTIAL); in TEST()
[all...]
H A Dmessage_differencer.cc216 (message_differencer_->scope() == PARTIAL && in IsMatch()
610 if (this->scope_ == PARTIAL && base_message) { in RetrieveFields()
664 CombineFields(message1_fields, PARTIAL, message2_fields, PARTIAL); in CompareRequestedFieldsUsingSettings()
1155 return scope_ == PARTIAL && in IsTreatedAsSubset()
1325 if (scope_ == PARTIAL) { in CompareUnknownFields()
1609 if (scope_ == PARTIAL) { in MatchRepeatedFieldIndices()
H A Dmessage_differencer.h374 PARTIAL // Only fields present in the first message are considered; fields enumerator
416 // If the scope of comparison is set to PARTIAL, then in addition to what's
819 // PARTIAL.
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DSimpleFilteredSentenceBreakIterator.java98 } else if (bestValue == Builder.PARTIAL && forwardsPartialTrie != null) { in breakExceptionAt()
296 static final int PARTIAL = (1 << 0); // < partial - need to run through forward trie field in SimpleFilteredSentenceBreakIterator.Builder
389 builder.add(prefix, PARTIAL); in wrapIteratorWithFilter()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DSimpleFilteredSentenceBreakIterator.java104 } else if (bestValue == Builder.PARTIAL && forwardsPartialTrie != null) { in breakExceptionAt()
283 static final int PARTIAL = (1 << 0); // < partial - need to run through forward trie field in SimpleFilteredSentenceBreakIterator.Builder
376 builder.add(prefix, PARTIAL); in wrapIteratorWithFilter()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DRenderer.hpp43 PARTIAL, // 2^-10 enumerator
H A DRenderer.cpp2900 logPrecision = PARTIAL;
2901 expPrecision = PARTIAL;
2902 rcpPrecision = PARTIAL;
2903 rsqPrecision = PARTIAL;
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkcs7.rs46 const PARTIAL = ffi::PKCS7_PARTIAL; consts
H A Dcms.rs40 const PARTIAL = ffi::CMS_PARTIAL; consts

Completed in 24 milliseconds