/external/icu/icu4c/source/i18n/ |
D | strrepl.cpp | 44 isComplex = TRUE; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 62 isComplex = TRUE; in StringReplacer() 76 isComplex = other.isComplex; in StringReplacer() 114 if (!isComplex) { in replace() 132 isComplex = FALSE; in replace() 167 isComplex = TRUE; in replace()
|
D | strrepl.h | 62 UBool isComplex; variable
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | StringReplacer.java | 49 private boolean isComplex; field in StringReplacer 75 isComplex = true; in StringReplacer() 93 isComplex = true; in StringReplacer() 124 if (!isComplex) { in replace() 142 isComplex = false; in replace() 193 isComplex = true; in replace()
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | StringReplacer.java | 48 private boolean isComplex; field in StringReplacer 74 isComplex = true; in StringReplacer() 92 isComplex = true; in StringReplacer() 123 if (!isComplex) { in replace() 141 isComplex = false; in replace() 192 isComplex = true; in replace()
|
/external/skia/src/core/ |
D | SkRegion.cpp | 92 if (this->isComplex()) { in freeRuns() 164 if (this->isComplex()) { in setRegion() 220 SkASSERT(this->isComplex()); in count_runtype_values() 284 if (!this->isComplex() || fRunHead->fRunCount != count) { in setRuns() 320 SkASSERT(this->isComplex()); in contains() 378 SkASSERT(this->isComplex()); in contains() 463 SkASSERT(this->isComplex()); in intersects() 525 if (!this->isComplex() || !b.isComplex()) { in operator ==() 1102 if (this->isComplex()) { in writeToMemory() 1265 if (this->isComplex()) { in dump()
|
D | SkRasterClip.cpp | 47 bool SkRasterClip::isComplex() const { in isComplex() function in SkRasterClip 48 return fIsBW ? fBW.isComplex() : !fAA.isEmpty(); in isComplex()
|
D | SkRasterClip.h | 40 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/skia/include/core/ |
D | SkRRect.h | 108 inline bool isComplex() const { return kComplex_Type == this->getType(); } in isComplex() function 219 SkASSERT(!this->isComplex()); in getSimpleRadii()
|
D | SkRegion.h | 79 bool isComplex() const { return !this->isEmpty() && !this->isRect(); } in isComplex() function
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
D | PropertyTable.java | 288 if (m_activePropertyInfo.isComplex()) { in handleKeyDown() 444 if (m_activePropertyInfo.isComplex()) { in handleMouseDoubleClick() 743 return propertyInfo.isComplex() && levelX <= x && x <= levelX + m_stateWidth; in isLocationState() 1388 public boolean isComplex() { in isComplex() method in PropertyTable.PropertyInfo 1571 if (isComplex() && !isExpanded() && m_expandedIds.contains(m_id)) { in expandFromHistory() 1576 if (m_collapsedIds != null && isComplex() && !isExpanded() in expandFromHistory()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zOut.cpp | 273 bool isComplex = !coder.IsSimpleCoder(); in WriteFolder() local 274 b |= (isComplex ? 0x10 : 0); in WriteFolder() 278 if (isComplex) in WriteFolder()
|
/external/icu/icu4c/source/layoutex/ |
D | playout.cpp | 55 return ParagraphLayout::isComplex(chars, count); in pl_isComplex()
|
D | ParagraphLayout.cpp | 615 le_bool ParagraphLayout::isComplex(const LEUnicode chars[], le_int32 count) in isComplex() function in ParagraphLayout 623 if (isComplex(scriptCode)) { in isComplex() 973 le_bool ParagraphLayout::isComplex(UScriptCode script) in isComplex() function in ParagraphLayout
|
/external/skia/src/utils/ |
D | SkDumpCanvas.cpp | 49 } else if (rrect.isComplex()) { in toString() 121 if (rgn.isComplex()) { in toString()
|
/external/skia/site/user/api/ |
D | skregion.md | 23 bool SkRegion::isComplex();
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 263 bool isComplex(const MachineInstr *MI) const;
|
/external/skia/tests/ |
D | RegionTest.cpp | 290 REPORTER_ASSERT(r, region.isComplex()); in DEF_TEST()
|
/external/skia/tools/debugger/ |
D | SkObjectParser.cpp | 288 SkASSERT(rrect.isComplex()); in RRectToString()
|
/external/clang/lib/CodeGen/ |
D | CGValue.h | 52 bool isComplex() const { return V1.getInt() == Complex; } in isComplex() function
|
D | CGCleanup.cpp | 51 if (rv.isComplex()) { in save()
|
D | CGCall.cpp | 3280 if (RV.isScalar() || RV.isComplex()) { in EmitCall() 3354 if (RV.isScalar() || RV.isComplex()) { in EmitCall()
|
D | CGAtomic.cpp | 1558 assert(NewRVal.isComplex()); in EmitAtomicUpdateValue()
|
D | CGStmtOpenMP.cpp | 2119 assert(Val.isComplex() && "Must be a scalar or complex."); in convertToComplexValue()
|
/external/skia/src/gpu/effects/ |
D | GrRRectEffect.cpp | 706 if (rrect.isComplex() || rrect.isNinePatch()) { in Create()
|