Searched refs:isComplex (Results 1 - 23 of 23) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dstrrepl.cpp44 isComplex = TRUE;
62 isComplex = TRUE;
76 isComplex = other.isComplex;
114 if (!isComplex) {
132 isComplex = FALSE;
167 isComplex = TRUE;
H A Dstrrepl.h59 * then isComplex is set to false, and future replacements are
62 UBool isComplex; member in class:StringReplacer
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DStringReplacer.java45 * then isComplex is set to false, and future replacements are
48 private boolean isComplex; field in class:StringReplacer
74 isComplex = true;
92 isComplex = true;
123 if (!isComplex) {
141 isComplex = false;
192 isComplex = true;
/external/skia/include/core/
H A DSkRRect.h103 inline bool isComplex() const { return kComplex_Type == this->getType(); } function in class:SkRRect
192 SkASSERT(!this->isComplex());
H A DSkRegion.h79 bool isComplex() const { return !this->isEmpty() && !this->isRect(); } function in class:SkRegion
/external/icu/icu4c/source/layoutex/layout/
H A 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/src/core/
H A DSkRegion.cpp92 if (this->isComplex()) {
164 if (this->isComplex()) {
220 SkASSERT(this->isComplex());
284 if (!this->isComplex() || fRunHead->fRunCount != count) {
320 SkASSERT(this->isComplex());
378 SkASSERT(this->isComplex());
463 SkASSERT(this->isComplex());
525 if (!this->isComplex() || !b.isComplex()) {
1102 if (this->isComplex()) {
[all...]
H A DSkRasterClip.h38 bool isComplex() const;
H A DSkRasterClip.cpp47 bool SkRasterClip::isComplex() const { function in class:SkRasterClip
48 return fIsBW ? fBW.isComplex() : !fAA.isEmpty();
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTable.java288 if (m_activePropertyInfo.isComplex()) {
444 if (m_activePropertyInfo.isComplex()) {
743 return propertyInfo.isComplex() && levelX <= x && x <= levelX + m_stateWidth;
1388 public boolean isComplex() { method in class:PropertyTable.PropertyInfo
1571 if (isComplex() && !isExpanded() && m_expandedIds.contains(m_id)) {
1576 if (m_collapsedIds != null && isComplex() && !isExpanded()
/external/icu/icu4c/source/layoutex/
H A Dplayout.cpp55 return ParagraphLayout::isComplex(chars, count);
H A DParagraphLayout.cpp615 le_bool ParagraphLayout::isComplex(const LEUnicode chars[], le_int32 count) function in class:ParagraphLayout
623 if (isComplex(scriptCode)) {
973 le_bool ParagraphLayout::isComplex(UScriptCode script) function in class:ParagraphLayout
/external/skia/src/utils/
H A DSkDumpCanvas.cpp49 } else if (rrect.isComplex()) {
121 if (rgn.isComplex()) {
/external/lzma/CPP/7zip/Archive/7z/
H A D7zOut.cpp291 bool isComplex = !coder.IsSimpleCoder(); local
292 b |= (isComplex ? 0x10 : 0);
296 if (isComplex)
/external/clang/lib/CodeGen/
H A DCGValue.h48 bool isComplex() const { return V1.getInt() == Complex; } function in class:clang::CodeGen::RValue
H A DCGCleanup.cpp49 if (rv.isComplex()) {
H A DCGStmtOpenMP.cpp1404 assert(Val.isComplex() && "Must be a scalar or complex.");
H A DCGCall.cpp3126 if (RV.isScalar() || RV.isComplex()) {
3202 if (RV.isScalar() || RV.isComplex()) {
/external/skia/src/utils/debugger/
H A DSkObjectParser.cpp247 SkASSERT(rrect.isComplex());
/external/skia/src/gpu/effects/
H A DGrRRectEffect.cpp670 if (rrect.isComplex() || rrect.isNinePatch()) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 540 milliseconds