/external/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
|
/external/icu/android_icu4j/src/main/java/android/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()
|
/external/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()
|
/external/skqp/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()
|
D | SkRasterClip.cpp | 183 bool SkRasterClip::isComplex() const { in isComplex() function in SkRasterClip 184 return fIsBW ? fBW.isComplex() : !fAA.isEmpty(); in isComplex()
|
D | SkRasterClip.h | 89 bool isComplex() const;
|
/external/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()
|
D | SkRasterClip.cpp | 183 bool SkRasterClip::isComplex() const { in isComplex() function in SkRasterClip 184 return fIsBW ? fBW.isComplex() : !fAA.isEmpty(); in isComplex()
|
D | SkRasterClip.h | 89 bool isComplex() const;
|
/external/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);
|
/external/skqp/fuzz/oss_fuzz/ |
D | FuzzRegionDeserialize.cpp | 20 region.isComplex(); in FuzzRegionDeserialize()
|
D | FuzzRegionSetPath.cpp | 31 r1.isComplex(); in FuzzRegionSetPath()
|
/external/skia/fuzz/oss_fuzz/ |
D | FuzzRegionDeserialize.cpp | 20 region.isComplex(); in FuzzRegionDeserialize()
|
D | FuzzRegionSetPath.cpp | 31 r1.isComplex(); in FuzzRegionSetPath()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zOut.cpp | 273 bool isComplex = !coder.IsSimpleCoder(); in WriteFolder() local 274 b |= (isComplex ? 0x10 : 0); in WriteFolder() 280 if (isComplex) in WriteFolder()
|
/external/skqp/include/core/ |
D | SkRRect.h | 105 inline bool isComplex() const { return kComplex_Type == this->getType(); } in isComplex() function
|
D | SkRegion.h | 147 bool isComplex() const { return !this->isEmpty() && !this->isRect(); } in isComplex() function
|
/external/skia/include/core/ |
D | SkRRect.h | 105 inline bool isComplex() const { return kComplex_Type == this->getType(); } in isComplex() function
|
D | SkRegion.h | 147 bool isComplex() const { return !this->isEmpty() && !this->isRect(); } in isComplex() function
|
/external/skia/docs/ |
D | SkRegion_Reference.bmh | 710 #SeeAlso isRect isComplex operator==(const SkRegion& other) const 738 #SeeAlso isEmpty isComplex 744 #Method bool isComplex() const 751 SkDebugf("%s: region is %s" "complex\n", label, region.isComplex() ? "" : "not "); 815 #SeeAlso isRect isComplex 838 #SeeAlso isEmpty isComplex
|
/external/skqp/docs/ |
D | SkRegion_Reference.bmh | 710 #SeeAlso isRect isComplex operator==(const SkRegion& other) const 738 #SeeAlso isEmpty isComplex 744 #Method bool isComplex() const 751 SkDebugf("%s: region is %s" "complex\n", label, region.isComplex() ? "" : "not "); 815 #SeeAlso isRect isComplex 838 #SeeAlso isEmpty isComplex
|
/external/icu/icu4c/source/layoutex/ |
D | playout.cpp | 57 return ParagraphLayout::isComplex(chars, count); in pl_isComplex()
|