/third_party/node/deps/icu-small/source/i18n/ |
D | strrepl.cpp | 46 isComplex = TRUE; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 64 isComplex = TRUE; in StringReplacer() 78 isComplex = other.isComplex; in StringReplacer() 116 if (!isComplex) { in replace() 134 isComplex = FALSE; in replace() 169 isComplex = TRUE; in replace()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | strrepl.cpp | 46 isComplex = TRUE; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 64 isComplex = TRUE; in StringReplacer() 78 isComplex = other.isComplex; in StringReplacer() 116 if (!isComplex) { in replace() 134 isComplex = FALSE; in replace() 169 isComplex = TRUE; in replace()
|
D | strrepl.h | 64 UBool isComplex; variable
|
/third_party/icu/icu4c/source/i18n/ |
D | strrepl.cpp | 46 isComplex = TRUE; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 64 isComplex = TRUE; in StringReplacer() 78 isComplex = other.isComplex; in StringReplacer() 116 if (!isComplex) { in replace() 134 isComplex = FALSE; in replace() 169 isComplex = TRUE; in replace()
|
D | strrepl.h | 64 UBool isComplex; variable
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | strrepl.cpp | 46 isComplex = TRUE; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 64 isComplex = TRUE; in StringReplacer() 78 isComplex = other.isComplex; in StringReplacer() 116 if (!isComplex) { in replace() 134 isComplex = FALSE; in replace() 169 isComplex = TRUE; in replace()
|
D | strrepl.h | 64 UBool isComplex; variable
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | StringReplacer.java | 50 private boolean isComplex; field in StringReplacer 76 isComplex = true; in StringReplacer() 94 isComplex = true; in StringReplacer() 126 if (!isComplex) { in replace() 144 isComplex = false; in replace() 195 isComplex = true; in replace()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | StringReplacer.java | 51 private boolean isComplex; field in StringReplacer 77 isComplex = true; in StringReplacer() 95 isComplex = true; in StringReplacer() 127 if (!isComplex) { in replace() 145 isComplex = false; in replace() 196 isComplex = true; in replace()
|
/third_party/skia/docs/examples/ |
D | RRect_isComplex.cpp | 15 canvas->drawString(rrect.isComplex() ? "complex" : "not complex", 64, 90, paint); 20 canvas->drawString(rrect.isComplex() ? "complex" : "not complex", 64, 90, paint);
|
D | Region_isComplex.cpp | 8 SkDebugf("%s: region is %s" "complex\n", label, region.isComplex() ? "" : "not "); in draw()
|
/third_party/flutter/skia/docs/examples/ |
D | RRect_isComplex.cpp | 15 canvas->drawString(rrect.isComplex() ? "complex" : "not complex", 64, 90, paint); 20 canvas->drawString(rrect.isComplex() ? "complex" : "not complex", 64, 90, paint);
|
D | Region_isComplex.cpp | 8 SkDebugf("%s: region is %s" "complex\n", label, region.isComplex() ? "" : "not "); in draw()
|
/third_party/boost/libs/graph/example/ |
D | minimum_degree_ordering.cpp | 48 isComplex = false; in harwell_boeing() 60 isComplex = true; in harwell_boeing() 94 bool isComplex; member
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | custom_paint_test.dart | 88 isComplex: true, 92 expect(renderCustom.isComplex, true); 101 expect(renderCustom.isComplex, false);
|
/third_party/flutter/skia/src/core/ |
D | SkRegion.cpp | 136 if (this->isComplex()) { in freeRuns() 203 if (this->isComplex()) { in setRegion() 260 SkASSERT(this->isComplex()); in count_runtype_values() 324 if (!this->isComplex() || fRunHead->fRunCount != count) { in setRuns() 327 SkASSERT(this->isComplex()); in setRuns() 366 SkASSERT(this->isComplex()); in contains() 424 SkASSERT(this->isComplex()); in contains() 509 SkASSERT(this->isComplex()); in intersects() 571 if (!this->isComplex() || !b.isComplex()) { in operator ==() 611 SkASSERT(tmp.isComplex()); in translate() [all …]
|
D | SkRRectPriv.h | 23 SkASSERT(!rr.isComplex()); in GetSimpleRadii()
|
/third_party/skia/src/core/ |
D | SkRegion.cpp | 135 if (this->isComplex()) { in freeRuns() 202 if (this->isComplex()) { in setRegion() 259 SkASSERT(this->isComplex()); in count_runtype_values() 323 if (!this->isComplex() || fRunHead->fRunCount != count) { in setRuns() 326 SkASSERT(this->isComplex()); in setRuns() 365 SkASSERT(this->isComplex()); in contains() 423 SkASSERT(this->isComplex()); in contains() 508 SkASSERT(this->isComplex()); in intersects() 570 if (!this->isComplex() || !b.isComplex()) { in operator ==() 610 SkASSERT(tmp.isComplex()); in translate() [all …]
|
D | SkRasterClip.h | 50 bool isComplex() const { in isComplex() function 51 return fIsBW ? fBW.isComplex() : !fAA.isEmpty(); in isComplex()
|
/third_party/icu/icu4c/source/layoutex/layout/ |
D | ParagraphLayout.h | 431 static le_bool isComplex(const LEUnicode chars[], le_int32 count, const FontRuns *fontRuns); 445 static le_bool isComplex(const LEUnicode chars[], le_int32 count); 600 static le_bool isComplex(UScriptCode script);
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/compositor/ |
D | raster_cache.dart | 29 /// The flag [isComplex] is a hint to the raster cache that this picture 36 ui.Picture picture, Matrix4 matrix, bool isComplex, bool willChange) {}
|
/third_party/flutter/skia/fuzz/oss_fuzz/ |
D | FuzzRegionDeserialize.cpp | 20 region.isComplex(); in FuzzRegionDeserialize()
|
D | FuzzRegionSetPath.cpp | 31 r1.isComplex(); in FuzzRegionSetPath()
|
/third_party/skia/fuzz/oss_fuzz/ |
D | FuzzRegionDeserialize.cpp | 20 region.isComplex(); in FuzzRegionDeserialize()
|
D | FuzzRegionSetPath.cpp | 31 r1.isComplex(); in FuzzRegionSetPath()
|