Home
last modified time | relevance | path

Searched defs:isComplex (Results 1 – 8 of 8) sorted by relevance

/external/icu4c/i18n/
Dstrrepl.h62 UBool isComplex; variable
/external/skia/src/core/
DSkRegionPriv.h38 bool isComplex() const in isComplex() function
DSkRasterClip.cpp42 bool SkRasterClip::isComplex() const { in isComplex() function in SkRasterClip
/external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
DConnectionMac.cpp163 bool isComplex = (numberOfPortDescriptors + numberOfOOLMemoryDescriptors > 0); in sendOutgoingMessage() local
/external/skia/include/core/
DSkRegion.h80 bool isComplex() const { return !this->isEmpty() && !this->isRect(); } in isComplex() function
/external/icu4c/layoutex/
DParagraphLayout.cpp612 le_bool ParagraphLayout::isComplex(const LEUnicode chars[], le_int32 count) in isComplex() function in ParagraphLayout
970 le_bool ParagraphLayout::isComplex(UScriptCode script) in isComplex() function in ParagraphLayout
/external/clang/lib/CodeGen/
DCGValue.h46 bool isComplex() const { return V1.getInt() == Complex; } in isComplex() function
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DPropertyTable.java1368 public boolean isComplex() { in isComplex() method in PropertyTable.PropertyInfo