| /third_party/freetype/src/gxvalid/ |
| D | gxvprop.c | 121 char complement; in gxv_prop_property_validate() local 131 complement = (char)( offset >> 8 ); in gxv_prop_property_validate() 132 if ( complement & 0x08 ) in gxv_prop_property_validate() 137 complement = (char)( ( complement & 0x07 ) + 1 ); in gxv_prop_property_validate() 140 if ( glyph <= complement ) in gxv_prop_property_validate() 149 gxv_glyphid_validate( (FT_UShort)( glyph + complement ), gxvalid ); in gxv_prop_property_validate()
|
| /third_party/flutter/skia/third_party/externals/freetype/src/gxvalid/ |
| D | gxvprop.c | 121 char complement; in gxv_prop_property_validate() local 131 complement = (char)( offset >> 8 ); in gxv_prop_property_validate() 132 if ( complement & 0x08 ) in gxv_prop_property_validate() 137 complement = (char)( ( complement & 0x07 ) + 1 ); in gxv_prop_property_validate() 140 if ( glyph <= complement ) in gxv_prop_property_validate() 149 gxv_glyphid_validate( (FT_UShort)( glyph + complement ), gxvalid ); in gxv_prop_property_validate()
|
| /third_party/skia/third_party/externals/freetype/src/gxvalid/ |
| D | gxvprop.c | 121 char complement; in gxv_prop_property_validate() local 131 complement = (char)( offset >> 8 ); in gxv_prop_property_validate() 132 if ( complement & 0x08 ) in gxv_prop_property_validate() 137 complement = (char)( ( complement & 0x07 ) + 1 ); in gxv_prop_property_validate() 140 if ( glyph <= complement ) in gxv_prop_property_validate() 149 gxv_glyphid_validate( (FT_UShort)( glyph + complement ), gxvalid ); in gxv_prop_property_validate()
|
| /third_party/flutter/skia/modules/pathkit/tests/ |
| D | effects.spec.js | 44 let complement = drawStar().trim(.1, .9, true); 47 expect(trimmed.equals(complement)).toBe(false); 49 expect(complement.equals(orig)).toBe(false); 52 reportPath(complement, 'trimmed_complement', done); 55 complement.delete();
|
| /third_party/skia/modules/pathkit/tests/ |
| D | effects.spec.js | 44 let complement = drawStar().trim(.1, .9, true); 47 expect(trimmed.equals(complement)).toBe(false); 49 expect(complement.equals(orig)).toBe(false); 52 reportPath(complement, 'trimmed_complement', done); 55 complement.delete();
|
| /third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/ |
| D | MetadataFilter.java | 298 TreeMap<String, TreeSet<String>> complement = new TreeMap<String, TreeSet<String>>(); in computeComplement() local 301 complement.put(parent, new TreeSet<String>(excludableChildFields)); in computeComplement() 313 complement.put(parent, children); in computeComplement() 319 complement.put(childlessField, new TreeSet<String>()); in computeComplement() 322 return complement; in computeComplement()
|
| /third_party/icu/icu4c/source/i18n/ |
| D | regexst.cpp | 93 fPropSets[URX_GC_NORMAL].complement(); in RegexStaticSets() 119 .addAll(UnicodeString(gRuleSet_rule_chars)).complement().freeze(); in RegexStaticSets()
|
| /third_party/node/deps/icu-small/source/i18n/ |
| D | regexst.cpp | 93 fPropSets[URX_GC_NORMAL].complement(); in RegexStaticSets() 119 .addAll(UnicodeString(gRuleSet_rule_chars)).complement().freeze(); in RegexStaticSets()
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | regexst.cpp | 93 fPropSets[URX_GC_NORMAL].complement(); in RegexStaticSets() 119 .addAll(UnicodeString(gRuleSet_rule_chars)).complement().freeze(); in RegexStaticSets()
|
| /third_party/icu/icu4c/source/common/ |
| D | uset.cpp | 159 ((UnicodeSet*) set)->UnicodeSet::complement(); in uset_complement() 164 ((UnicodeSet*) set)->UnicodeSet::complement(start, end); in uset_complementRange() 170 ((UnicodeSet*) set)->UnicodeSet::complement(s); in uset_complementString() 180 uset_complementAll(USet* set, const USet* complement) { in uset_complementAll() argument 181 ((UnicodeSet*) set)->UnicodeSet::complementAll(*(const UnicodeSet*)complement); in uset_complementAll()
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | uset.cpp | 159 ((UnicodeSet*) set)->UnicodeSet::complement(); in uset_complement() 164 ((UnicodeSet*) set)->UnicodeSet::complement(start, end); in uset_complementRange() 170 ((UnicodeSet*) set)->UnicodeSet::complement(s); in uset_complementString() 180 uset_complementAll(USet* set, const USet* complement) { in uset_complementAll() argument 181 ((UnicodeSet*) set)->UnicodeSet::complementAll(*(const UnicodeSet*)complement); in uset_complementAll()
|
| /third_party/node/deps/icu-small/source/common/ |
| D | uset.cpp | 159 ((UnicodeSet*) set)->UnicodeSet::complement(); in uset_complement() 164 ((UnicodeSet*) set)->UnicodeSet::complement(start, end); in uset_complementRange() 170 ((UnicodeSet*) set)->UnicodeSet::complement(s); in uset_complementString() 180 uset_complementAll(USet* set, const USet* complement) { in uset_complementAll() argument 181 ((UnicodeSet*) set)->UnicodeSet::complementAll(*(const UnicodeSet*)complement); in uset_complementAll()
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| D | uniset.h | 1267 virtual UnicodeSet& complement(void); 1281 virtual UnicodeSet& complement(UChar32 start, UChar32 end); 1293 UnicodeSet& complement(UChar32 c); 1304 UnicodeSet& complement(const UnicodeString& s);
|
| /third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
| D | uniset.h | 1247 virtual UnicodeSet& complement(void); 1263 virtual UnicodeSet& complement(UChar32 start, UChar32 end); 1272 UnicodeSet& complement(UChar32 c); 1284 UnicodeSet& complement(const UnicodeString& s);
|
| /third_party/icu/icu4c/source/common/unicode/ |
| D | uniset.h | 1267 virtual UnicodeSet& complement(void); 1281 virtual UnicodeSet& complement(UChar32 start, UChar32 end); 1293 UnicodeSet& complement(UChar32 c); 1304 UnicodeSet& complement(const UnicodeString& s);
|
| /third_party/node/deps/icu-small/source/common/unicode/ |
| D | uniset.h | 1296 virtual UnicodeSet& complement(); 1310 virtual UnicodeSet& complement(UChar32 start, UChar32 end); 1322 UnicodeSet& complement(UChar32 c); 1333 UnicodeSet& complement(const UnicodeString& s);
|
| /third_party/rust/crates/bitflags/src/ |
| D | lib.rs | 720 pub const fn complement(self) -> Self { 1219 assert_eq!(bc.complement(), !bc); in test_set_ops_basic() 1220 assert_eq!(bc.complement(), Flags::A); in test_set_ops_basic() 1232 const COMPLEMENT: Flags = Flags::C.complement(); in test_set_ops_const() 1251 assert_eq!(e2.complement(), Flags::A); in test_set_ops_unchecked() 1252 assert_eq!(e1.complement(), Flags::B); in test_set_ops_unchecked() 1282 a.complement(), in test_set_ops_exhaustive() 1287 assert_eq!(a.complement(), !a, "named != op: !({:?})", a); in test_set_ops_exhaustive()
|
| /third_party/mbedtls/tests/suites/ |
| D | test_suite_asn1parse.function | 374 mbedtls_mpi complement; 385 mbedtls_mpi_init( &complement ); 453 TEST_ASSERT( mbedtls_mpi_lset( &complement, 1 ) == 0 ); 454 TEST_ASSERT( mbedtls_mpi_shift_l( &complement, len * 8 ) == 0 ); 455 TEST_ASSERT( mbedtls_mpi_add_mpi( &complement, &complement, 457 TEST_ASSERT( mbedtls_mpi_cmp_mpi( &complement, 468 mbedtls_mpi_free( &complement );
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| D | StringTokenizerTest.java | 917 us.complement(invalid[i], UnicodeSet.MAX_VALUE); in TestComplement_int_int() 927 us.complement(UnicodeSet.MIN_VALUE, invalid[i]); in TestComplement_int_int() 936 us.complement(UnicodeSet.MIN_VALUE+1, UnicodeSet.MIN_VALUE); in TestComplement_int_int() 943 us.complement(UnicodeSet.MAX_VALUE, UnicodeSet.MAX_VALUE-1); in TestComplement_int_int() 959 us.complement("dummy"); in TestComplement_String() 969 us.complement("\uDC11"); in TestComplement_String()
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| D | StringTokenizerTest.java | 915 us.complement(invalid[i], UnicodeSet.MAX_VALUE); in TestComplement_int_int() 925 us.complement(UnicodeSet.MIN_VALUE, invalid[i]); in TestComplement_int_int() 934 us.complement(UnicodeSet.MIN_VALUE+1, UnicodeSet.MIN_VALUE); in TestComplement_int_int() 941 us.complement(UnicodeSet.MAX_VALUE, UnicodeSet.MAX_VALUE-1); in TestComplement_int_int() 957 us.complement("dummy"); in TestComplement_String() 967 us.complement("\uDC11"); in TestComplement_String()
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
| D | UnicodeSetTest.java | 444 set.complement(); in TestPatterns() 588 set.complement(); in TestAPI() 629 c.complement(); in TestAPI() 637 c.complement(); in TestAPI() 674 set.complement("ab"); in TestAPI() 819 {new UnicodeSet('a','z').add('A', 'Z').retain('M','m').complement('X'), in TestStrings() 1754 testSet.complement().complement(); in CheckRangeSpeed() 1817 case 14: test.complement(0); break; in checkModification() 1818 case 15: test.complement(0,0); break; in checkModification() 1819 case 16: test.complement("ab"); break; in checkModification() [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
| D | OES_vertex_type_10_10_10_2.txt | 109 as a 10-bit signed two's complement integer value and the w component is represented 110 as a 2-bit signed two's complement integer value. 174 Jul 10, 2007 Aaftab Munshi Clarified that each component is a signed 2's complement
|
| /third_party/openGLES/extensions/OES/ |
| D | OES_vertex_type_10_10_10_2.txt | 119 as a 10-bit signed two's complement integer value and the w component is represented 120 as a 2-bit signed two's complement integer value. 184 Jul 10, 2007 Aaftab Munshi Clarified that each component is a signed 2's complement
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
| D | UnicodeSetTest.java | 447 set.complement(); in TestPatterns() 591 set.complement(); in TestAPI() 632 c.complement(); in TestAPI() 640 c.complement(); in TestAPI() 677 set.complement("ab"); in TestAPI() 817 {new UnicodeSet('a','z').add('A', 'Z').retain('M','m').complement('X'), in TestStrings() 1752 testSet.complement().complement(); in CheckRangeSpeed() 1815 case 14: test.complement(0); break; in checkModification() 1816 case 15: test.complement(0,0); break; in checkModification() 1817 case 16: test.complement("ab"); break; in checkModification() [all …]
|
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
| D | UnicodeSetClosure.java | 116 original.complement(); in test() 117 original.complement(); in test()
|