Home
last modified time | relevance | path

Searched refs:setAttribute (Results 1 – 25 of 33) sorted by relevance

12

/libcore/luni/src/main/java/libcore/icu/
DRuleBasedCollatorICU.java75 NativeCollation.setAttribute(address, DECOMPOSITION_MODE, mode); in setDecomposition()
83 NativeCollation.setAttribute(address, STRENGTH, strength); in setStrength()
86 public void setAttribute(int type, int value) { in setAttribute() method in RuleBasedCollatorICU
87 NativeCollation.setAttribute(address, type, value); in setAttribute()
DNativeDecimalFormat.java475 setAttribute(this.address, UNUM_DECIMAL_ALWAYS_SHOWN, i); in setDecimalSeparatorAlwaysShown()
484 setAttribute(this.address, UNUM_GROUPING_SIZE, value); in setGroupingSize()
489 setAttribute(this.address, UNUM_GROUPING_USED, i); in setGroupingUsed()
493 setAttribute(this.address, UNUM_MAX_FRACTION_DIGITS, value); in setMaximumFractionDigits()
497 setAttribute(this.address, UNUM_MAX_INTEGER_DIGITS, value); in setMaximumIntegerDigits()
501 setAttribute(this.address, UNUM_MIN_FRACTION_DIGITS, value); in setMinimumFractionDigits()
505 setAttribute(this.address, UNUM_MIN_INTEGER_DIGITS, value); in setMinimumIntegerDigits()
509 setAttribute(this.address, UNUM_MULTIPLIER, value); in setMultiplier()
546 setAttribute(this.address, UNUM_PARSE_INT_ONLY, i); in setParseIntegerOnly()
638 private static native void setAttribute(long addr, int symbol, int i); in setAttribute() method in NativeDecimalFormat
DNativeCollation.java37 public static native void setAttribute(long address, int type, int value); in setAttribute() method in NativeCollation
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
Ddocumentcreateelementcasesensitive.java73 newElement1.setAttribute("district", "Fort Worth"); in runTest()
74 newElement2.setAttribute("county", "Dallas"); in runTest()
Dhc_documentcreateelementcasesensitive.java77 newElement1.setAttribute("lang", "EN"); in runTest()
78 newElement2.setAttribute("title", "Dallas"); in runTest()
Delementchangeattributevalue.java75 testEmployee.setAttribute("street", "Neither"); in runTest()
Dhc_elementchangeattributevalue.java74 testEmployee.setAttribute("class", "Neither"); in runTest()
Delementaddnewattribute.java72 testEmployee.setAttribute("district", "dallas"); in runTest()
Dhc_elementaddnewattribute.java72 testEmployee.setAttribute("lang", "EN-us"); in runTest()
Dhc_elementinvalidcharacterexception.java75 testAddress.setAttribute("invalid^Name", "value"); in runTest()
Delementinvalidcharacterexception.java77 testAddress.setAttribute("invalid^Name", "value"); in runTest()
Dhc_elementinvalidcharacterexception1.java70 testAddress.setAttribute("", "value"); in runTest()
Dhc_attrspecifiedvaluechanged.java74 …((Element) /*Node */testNode).setAttribute("class", "Y\u03b1"); // android-changed: GREEK LOWER CA… in runTest()
Dattrspecifiedvaluechanged.java75 ((Element) /*Node */testNode).setAttribute("street", "Yes"); in runTest()
DelementsetattributenomodificationallowederrEE.java85 entElement.setAttribute("newAttr", "newValue"); in runTest()
Dattrcreatedocumentfragment.java74 newOne.setAttribute("newdomestic", "Yes"); in runTest()
Dhc_attrcreatedocumentfragment.java76 newOne.setAttribute("lang", "EN"); in runTest()
Delementsetattributenomodificationallowederr.java90 entElement.setAttribute("newAttr", "newValue"); in runTest()
/libcore/luni/src/test/java/tests/org/w3c/dom/
DDocumentBuilderSettingStrategy.java122 factory.setAttribute(JAXP_SCHEMA_LANGUAGE, W3C_XML_SCHEMA);
124 factory.setAttribute(JAXP_SCHEMA_LANGUAGE,
/libcore/dom/src/test/java/org/w3c/domts/
DDocumentBuilderSettingStrategy.java161 factory.setAttribute(JAXP_SCHEMA_LANGUAGE, W3C_XML_SCHEMA);
164 factory.setAttribute(JAXP_SCHEMA_LANGUAGE,
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
DAttributesImplTest.java297 multi.setAttribute(0, "http://yet.another.uri", "doe", "john:doe", in testSetAttribute()
306 multi.setAttribute(1, null, null, null, null, null); in testSetAttribute()
315 multi.setAttribute(-1, "http://yet.another.uri", "doe", "john:doe", in testSetAttribute()
323 multi.setAttribute(5, "http://yet.another.uri", "doe", "john:doe", in testSetAttribute()
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DDocumentBuilderFactoryImpl.java84 public void setAttribute(String name, Object value) in setAttribute() method in DocumentBuilderFactoryImpl
/libcore/luni/src/main/java/org/w3c/dom/
DElement.java77 public void setAttribute(String name, in setAttribute() method
/libcore/luni/src/main/java/javax/xml/transform/
DTransformerFactory.java296 public abstract void setAttribute(String name, Object value); in setAttribute() method in TransformerFactory
/libcore/luni/src/main/java/javax/xml/parsers/
DDocumentBuilderFactory.java284 public abstract void setAttribute(String name, Object value) in setAttribute() method in DocumentBuilderFactory

12