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

/external/icu4c/i18n/
H A Dstrrepl.h59 * then isComplex is set to false, and future replacements are
62 UBool isComplex; member in class:StringReplacer
/external/skia/src/core/
H A DSkRegionPriv.h46 bool isComplex() const function in struct:SkRegion::RunHead
53 SkASSERT(this->isComplex());
59 SkASSERT(this->isComplex());
65 SkASSERT(this->isComplex());
/external/icu4c/tools/gencase/
H A Dgencase.h72 UBool isComplex; member in struct:__anon1621
/external/skia/include/core/
H A DSkRegion.h75 bool isComplex() const { return !this->isEmpty() && !this->isRect(); } function in class:SkRegion
/external/icu4c/layoutex/
H A DParagraphLayout.cpp583 le_bool ParagraphLayout::isComplex(const LEUnicode chars[], le_int32 count) function in class:ParagraphLayout
591 if (isComplex(scriptCode)) {
936 le_bool ParagraphLayout::isComplex(UScriptCode script) function in class:ParagraphLayout

Completed in 85 milliseconds