Home
last modified time | relevance | path

Searched refs:isComplex (Results 1 – 25 of 26) sorted by relevance

12

/external/icu/icu4c/source/i18n/
Dstrrepl.cpp44 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()
Dstrrepl.h62 UBool isComplex; variable
/external/icu/android_icu4j/src/main/java/android/icu/text/
DStringReplacer.java49 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/
DStringReplacer.java48 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/
DSkRegion.cpp92 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()
DSkRasterClip.cpp47 bool SkRasterClip::isComplex() const { in isComplex() function in SkRasterClip
48 return fIsBW ? fBW.isComplex() : !fAA.isEmpty(); in isComplex()
DSkRasterClip.h40 bool isComplex() const;
/external/icu/icu4c/source/layoutex/layout/
DParagraphLayout.h431 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/
DSkRRect.h108 inline bool isComplex() const { return kComplex_Type == this->getType(); } in isComplex() function
219 SkASSERT(!this->isComplex()); in getSimpleRadii()
DSkRegion.h79 bool isComplex() const { return !this->isEmpty() && !this->isRect(); } in isComplex() function
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DPropertyTable.java288 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/
D7zOut.cpp273 bool isComplex = !coder.IsSimpleCoder(); in WriteFolder() local
274 b |= (isComplex ? 0x10 : 0); in WriteFolder()
278 if (isComplex) in WriteFolder()
/external/icu/icu4c/source/layoutex/
Dplayout.cpp55 return ParagraphLayout::isComplex(chars, count); in pl_isComplex()
DParagraphLayout.cpp615 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/
DSkDumpCanvas.cpp49 } else if (rrect.isComplex()) { in toString()
121 if (rgn.isComplex()) { in toString()
/external/skia/site/user/api/
Dskregion.md23 bool SkRegion::isComplex();
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h263 bool isComplex(const MachineInstr *MI) const;
/external/skia/tests/
DRegionTest.cpp290 REPORTER_ASSERT(r, region.isComplex()); in DEF_TEST()
/external/skia/tools/debugger/
DSkObjectParser.cpp288 SkASSERT(rrect.isComplex()); in RRectToString()
/external/clang/lib/CodeGen/
DCGValue.h52 bool isComplex() const { return V1.getInt() == Complex; } in isComplex() function
DCGCleanup.cpp51 if (rv.isComplex()) { in save()
DCGCall.cpp3280 if (RV.isScalar() || RV.isComplex()) { in EmitCall()
3354 if (RV.isScalar() || RV.isComplex()) { in EmitCall()
DCGAtomic.cpp1558 assert(NewRVal.isComplex()); in EmitAtomicUpdateValue()
DCGStmtOpenMP.cpp2119 assert(Val.isComplex() && "Must be a scalar or complex."); in convertToComplexValue()
/external/skia/src/gpu/effects/
DGrRRectEffect.cpp706 if (rrect.isComplex() || rrect.isNinePatch()) { in Create()

12