Searched +defs:c +defs:set +defs:style (Results 1 – 3 of 3) sorted by relevance
/external/libxslt/libxslt/ |
D | attributes.c | 72 #define IS_BLANK(c) (((c) == 0x20) || ((c) == 0x09) || ((c) == 0xA) || \ argument 90 const xmlChar *set; /* or the attribute set */ member 199 xsltMergeAttrElemList(xsltStylesheetPtr style, in xsltMergeAttrElemList() 289 xsltParseStylesheetAttributeSet(xsltStylesheetPtr style, xmlNodePtr cur) { in xsltParseStylesheetAttributeSet() 472 xsltGetSAS(xsltStylesheetPtr style, const xmlChar *name, const xmlChar *ns) { in xsltGetSAS() 491 xsltResolveSASCallback(xsltAttrElemPtr values, xsltStylesheetPtr style, in xsltResolveSASCallback() 546 xsltMergeSASCallback(xsltAttrElemPtr values, xsltStylesheetPtr style, in xsltMergeSASCallback() 588 xsltResolveStylesheetAttributeSet(xsltStylesheetPtr style) { in xsltResolveStylesheetAttributeSet() 1047 xsltStylesheetPtr style; in xsltApplyAttributeSet() local 1134 xsltFreeAttributeSetsHashes(xsltStylesheetPtr style) { in xsltFreeAttributeSetsHashes()
|
/external/icu4c/i18n/ |
D | dtptngen.cpp | 417 DateFormat::EStyle style = (DateFormat::EStyle)i; in addICUPatterns() local 1078 UChar c = (typeValue!= UDATPG_HOUR_FIELD && typeValue!= UDATPG_MONTH_FIELD && in adjustFieldTypes() local 1561 DateTimeMatcher::set(const UnicodeString& pattern, FormatParser* fp) { in set() function in DateTimeMatcher 1567 DateTimeMatcher::set(const UnicodeString& pattern, FormatParser* fp, PtnSkeleton& skeletonResult) { in set() function in DateTimeMatcher 1724 UChar c=pattern.charAt(curLoc); in setTokens() local 1743 FormatParser::set(const UnicodeString& pattern) { in set() function in FormatParser 1836 UChar c= field.charAt(i); in isPatternSeparator() local 1869 PatternMapIterator::set(PatternMap& newPatternMap) { in set() function in PatternMapIterator
|
/external/webkit/Source/WebCore/css/ |
D | CSSStyleSelector.cpp | 998 RenderStyle* style = element->renderStyle(); in canShareStyleWithElement() local 1757 static void addIntrinsicMargins(RenderStyle* style) in addIntrinsicMargins() 1788 void CSSStyleSelector::adjustRenderStyle(RenderStyle* style, RenderStyle* parentStyle, Element *e) in adjustRenderStyle() 2304 static void addLocalNameToSet(HashSet<AtomicStringImpl*>* set, const QualifiedName& qName) in addLocalNameToSet() 3308 static Length convertToLength(CSSPrimitiveValue* primitiveValue, RenderStyle* style, RenderStyle* r… in convertToLength() 3339 static Length convertToIntLength(CSSPrimitiveValue* primitiveValue, RenderStyle* style, RenderStyle… in convertToIntLength() 3344 static Length convertToFloatLength(CSSPrimitiveValue* primitiveValue, RenderStyle* style, RenderSty… in convertToFloatLength() 3455 static void applyCounterList(RenderStyle* style, CSSValueList* list, bool isReset) in applyCounterList() 3495 void CSSStyleSelector::applyPropertyToStyle(int id, CSSValue *value, RenderStyle* style) in applyPropertyToStyle() 6747 void CSSStyleSelector::checkForZoomChange(RenderStyle* style, RenderStyle* parentStyle) in checkForZoomChange() [all …]
|