OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aci
(Results
1 - 11
of
11
) sorted by null
/libcore/luni/src/test/java/libcore/java/text/
OldFormatTest.java
68
AttributedCharacterIterator
aci
= mf.formatToCharacterIterator("Test 123 Test");
local
70
assertEquals(0,
aci
.getBeginIndex());
OldAttributedStringTest.java
419
AttributedCharacterIterator.Attribute[]
aci
= new AttributedCharacterIterator.Attribute[3];
local
420
aci
[0] = new TestAttributedCharacterIteratorAttribute("att1");
421
aci
[1] = new TestAttributedCharacterIteratorAttribute("att2");
422
aci
[2] = new TestAttributedCharacterIteratorAttribute("att3");
423
hm.put(
aci
[0], "value1");
424
hm.put(
aci
[1], "value2");
427
AttributedCharacterIterator it = attrString.getIterator(
aci
);
430
.getAttribute(
aci
[0]).equals("value1"));
432
.getAttribute(
aci
[1]).equals("value2"));
434
.getAttribute(
aci
[2]) == null)
450
AttributedCharacterIterator.Attribute[]
aci
= new AttributedCharacterIterator.Attribute[3];
local
[
all
...]
/prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar
/prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar
/prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar
/prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar
/prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar
lombok-ast-0.2.jar
/prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
Completed in 5996 milliseconds