Searched defs:isComplex (Results 1 - 20 of 20) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dstrrepl.h61 * then isComplex is set to false, and future replacements are
64 UBool isComplex; member in class:StringReplacer
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DStringReplacer.java48 * then isComplex is set to false, and future replacements are
51 private boolean isComplex; field in class:StringReplacer
77 isComplex = true;
95 isComplex = true;
127 if (!isComplex) {
145 isComplex = false;
196 isComplex = true;
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DStringReplacer.java47 * then isComplex is set to false, and future replacements are
50 private boolean isComplex; field in class:StringReplacer
76 isComplex = true;
94 isComplex = true;
126 if (!isComplex) {
144 isComplex = false;
195 isComplex = true;
/external/skia/include/core/
H A DSkRRect.h111 inline bool isComplex() const { return kComplex_Type == this->getType(); } function in class:SkRRect
228 SkASSERT(!this->isComplex());
H A DSkRegion.h79 bool isComplex() const { return !this->isEmpty() && !this->isRect(); } function in class:SkRegion
/external/skia/src/core/
H A DSkRasterClip.cpp182 bool SkRasterClip::isComplex() const { function in class:SkRasterClip
183 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 DParagraphLayout.cpp617 le_bool ParagraphLayout::isComplex(const LEUnicode chars[], le_int32 count) function in class:ParagraphLayout
625 if (isComplex(scriptCode)) {
975 le_bool ParagraphLayout::isComplex(UScriptCode script) function in class:ParagraphLayout
/external/lzma/CPP/7zip/Archive/7z/
H A D7zOut.cpp273 bool isComplex = !coder.IsSimpleCoder(); local
274 b |= (isComplex ? 0x10 : 0);
278 if (isComplex)
/external/clang/lib/CodeGen/
H A DCGValue.h52 bool isComplex() const { return V1.getInt() == Complex; } function in class:clang::CodeGen::RValue
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1712 bool HexagonInstrInfo::isComplex(const MachineInstr *MI) const { function in class:HexagonInstrInfo
/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/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 712 milliseconds