/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | filterrb.cpp | 13 "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 D | filterrb.h | 48 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 D | reslist.cpp | 1781 U_ASSERT(inclusion == PathFilter::EInclusion::PARTIAL); in applyFilter()
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | filterrb.cpp | 13 "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 D | filterrb.h | 48 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 D | reslist.cpp | 1781 U_ASSERT(inclusion == PathFilter::EInclusion::PARTIAL); in applyFilter()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | filterrb.cpp | 13 "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 D | filterrb.h | 48 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 D | reslist.cpp | 1789 U_ASSERT(inclusion == PathFilter::EInclusion::PARTIAL); in applyFilter()
|
/third_party/protobuf/src/google/protobuf/util/ |
H A D | message_differencer_unittest.cc | 86 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 D | message_differencer.cc | 216 (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 D | message_differencer.h | 374 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 D | SimpleFilteredSentenceBreakIterator.java | 98 } 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 D | SimpleFilteredSentenceBreakIterator.java | 104 } 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 D | Renderer.hpp | 43 PARTIAL, // 2^-10 enumerator
|
H A D | Renderer.cpp | 2900 logPrecision = PARTIAL; 2901 expPrecision = PARTIAL; 2902 rcpPrecision = PARTIAL; 2903 rsqPrecision = PARTIAL;
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | pkcs7.rs | 46 const PARTIAL = ffi::PKCS7_PARTIAL; consts
|
H A D | cms.rs | 40 const PARTIAL = ffi::CMS_PARTIAL; consts
|