Searched defs:text (Results 101 - 125 of 1867) sorted by relevance

1234567891011>>

/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DSupport_SimpleDateFormat.java18 package org.apache.harmony.text.tests.java.text;
20 import java.text.DateFormat;
21 import java.text.NumberFormat;
22 import java.text.SimpleDateFormat;
23 import java.text.DateFormat.Field;
31 import org.apache.harmony.text.tests.java.text.Support_Format.FieldContainer;
71 super.text = textbuffer.toString();
95 // test fields that are not included in the formatted text
[all...]
H A DSupport_Format.java18 package org.apache.harmony.text.tests.java.text;
20 import java.text.AttributedCharacterIterator;
21 import java.text.FieldPosition;
22 import java.text.Format;
23 import java.text.AttributedCharacterIterator.Attribute;
30 protected String text; field in class:Support_Format
37 String text, Format.Field field, int begin, int end) {
45 if (text == null) {
46 assertEquals("Test " + count + ": incorrect formatted text",
36 t_FormatWithField(int count, Format format, Object object, String text, Format.Field field, int begin, int end) argument
[all...]
H A DAttributedCharacterIteratorTest.java18 package org.apache.harmony.text.tests.java.text;
20 import java.text.AttributedCharacterIterator;
21 import java.text.AttributedString;
22 import java.text.CharacterIterator;
27 * @tests java.text.AttributedCharacterIterator#current()
47 * @tests java.text.AttributedCharacterIterator#first()
63 * @tests java.text.AttributedCharacterIterator#getBeginIndex()
73 * @tests java.text.AttributedCharacterIterator#getEndIndex()
83 * @tests java.text
[all...]
H A DFieldPositionTest.java17 package org.apache.harmony.text.tests.java.text;
19 import java.text.DateFormat;
20 import java.text.FieldPosition;
25 * @tests java.text.FieldPosition#FieldPosition(int)
28 // Test for constructor java.text.FieldPosition(int)
37 * @tests java.text.FieldPosition#FieldPosition(java.text.Format$Field)
40 // Test for constructor java.text.FieldPosition(Format.Field)
49 * @tests java.text
[all...]
H A DRuleBasedCollatorTest.java18 package org.apache.harmony.text.tests.java.text;
20 import java.text.CharacterIterator;
21 import java.text.CollationElementIterator;
22 import java.text.CollationKey;
23 import java.text.Collator;
24 import java.text.ParseException;
25 import java.text.RuleBasedCollator;
26 import java.text.StringCharacterIterator;
122 * Class under test for java.text
[all...]
H A DSupport_DecimalFormat.java18 package org.apache.harmony.text.tests.java.text;
20 import java.text.DecimalFormat;
21 import java.text.NumberFormat;
46 String text = "$10,000,000.76";
48 t_FormatWithField(0, format, number, text, NumberFormat.Field.CURRENCY,
50 t_FormatWithField(1, format, number, text, NumberFormat.Field.INTEGER,
52 t_FormatWithField(2, format, number, text,
54 t_FormatWithField(3, format, number, text,
56 t_FormatWithField(4, format, number, text, NumberForma
[all...]
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
H A DTestCaseInputMultiString.java40 public TestCaseInputMultiString(String text) { argument
41 this.script = text;
H A DTestCaseInputString.java39 public TestCaseInputString(String text) { argument
40 this.script = text;
H A DTestCaseOutputReturn.java33 public TestCaseOutputReturn(String text) { argument
34 this.script = text;
H A DTestCaseOutputStdOut.java37 public TestCaseOutputStdOut(String text) { argument
38 this.script = text;
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DRecognizerSharedState.as70 * Needed, for example, to get the text for current token. Set at
87 /** You can set the text for the current token to override what is in
90 public var text:String; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRCommonToken.h33 NSString *text; variable
42 // indices into the CharStream to avoid copying the text
43 // can manually override the text by using -setText:
50 @property (retain, getter=getText, setter=setText:) NSString *text; variable
H A DANTLRRecognizerSharedState.h48 NSString *text; variable
65 @property (retain, getter=getText, setter=setText) NSString *text; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRCommonToken.h33 NSString *text; variable
42 // indices into the CharStream to avoid copying the text
43 // can manually override the text by using -setText:
50 @property (retain, getter=getText, setter=setText:) NSString *text; variable
H A DANTLRRecognizerSharedState.h48 NSString *text; variable
65 @property (retain, getter=getText, setter=setText) NSString *text; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRCommonToken.h33 NSString *text; variable
42 // indices into the CharStream to avoid copying the text
43 // can manually override the text by using -setText:
50 @property (retain, getter=getText, setter=setText:) NSString *text; variable
H A DANTLRRecognizerSharedState.h48 NSString *text; variable
65 @property (retain, getter=getText, setter=setText) NSString *text; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRRecognizerSharedState.h49 NSString *text; variable
66 @property (retain, getter=text, setter=setText:) NSString *text; variable
94 - (NSString *)text;
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DPythonTarget.java71 private List splitLines(String text) { argument
76 int eol = text.indexOf("\n", idx);
78 l.add(text.substring(idx));
82 l.add(text.substring(idx, eol+1));
110 String text = (String)chunks.get(i);
119 text = ws + text;
122 List parts = splitLines(text);
171 String text = (String)chunk;
179 for ( int j = 0; j < text
[all...]
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
H A DTextInputCallbackTest.java34 TextInputCallback text; field in class:TextInputCallbackTest
40 text = new TextInputCallback("prompt");
41 assertEquals("prompt", text.getPrompt());
42 text = new TextInputCallback("prompt", "defaultText");
43 assertEquals("prompt", text.getPrompt());
44 assertEquals("defaultText", text.getDefaultText());
45 text.setText("Text");
46 assertEquals("Text", text.getText());
56 text = new TextInputCallback("", "defaultText");
61 text
[all...]
H A DTextOutputCallbackTest.java34 TextOutputCallback text; field in class:TextOutputCallbackTest
40 text = new TextOutputCallback(0, "message");
41 assertEquals("message", text.getMessage());
42 assertEquals(0, text.getMessageType());
52 text = new TextOutputCallback(m[i], "message");
62 text = new TextOutputCallback(5, "message");
74 text = new TextOutputCallback(1, "");
79 text = new TextOutputCallback(1, null);
/external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/
H A DStandardBean.java29 private String text = "none"; field in class:StandardBean
36 public StandardBean(String text) { argument
37 this.text = text;
41 return text;
44 public void setText(String text) { argument
45 this.text = text;
/external/apache-http/src/org/apache/commons/codec/net/
H A DRFC1522Codec.java31 * describes techniques to allow the encoding of non-ASCII text in
48 * Applies an RFC 1522 compliant encoding scheme to the given string of text with the
53 * @param text a string to encode
65 protected String encodeText(final String text, final String charset) argument
68 if (text == null) {
77 byte [] rawdata = doEncoding(text.getBytes(charset));
84 * Applies an RFC 1522 compliant decoding scheme to the given string of text. This method
88 * @param text a string to decode
95 protected String decodeText(final String text) argument
98 if (text
[all...]
/external/chromium/base/
H A Dstack_container_unittest.cc100 StackVector<wchar_t, 16> text; local
101 text->push_back(L'A');
102 text->push_back(L'B');
103 text->push_back(L'C');
104 text->push_back(L'D');
105 text->push_back(L'E');
106 text->push_back(L'F');
107 text->push_back(0);
109 const wchar_t* buffer = &text[1];
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_classifier.cc20 void AutocompleteClassifier::Classify(const string16& text, argument
27 controller_->Start(text, desired_tld, true, false, allow_exact_keyword_match,

Completed in 3279 milliseconds

1234567891011>>