Searched defs:getString (Results 1 - 14 of 14) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/util/
H A DResourcesMgr.java38 public static String getString(String s) { method in class:ResourcesMgr
52 return bundle.getString(s);
55 public static String getString(String s, final String altBundleName) { method in class:ResourcesMgr
68 return altBundle.getString(s);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
H A DUTFCharsetDecoderTest.java64 protected String getString() { method in class:UTFCharsetDecoderTest
H A DCharsetDecoderTest.java221 assertEquals(getString().length(), out.limit());
222 assertEquals(getString().length(), out.remaining());
223 assertCharBufferValue(getString(), out);
229 assertEquals(out.limit(), getString().length());
230 assertEquals(out.remaining(), getString().length());
231 assertCharBufferValue(getString(), out);
238 String replaceStr = decoder.replacement() + getString();
256 assertCharBufferValue(getString(), out);
280 assertCharBufferValue(getString(), out);
330 assertEquals(out.position(), getString()
528 protected String getString() { method in class:CharsetDecoderTest
[all...]
/libcore/ojluni/src/main/java/java/sql/
H A DSQLXML.java174 * reading APIs are called: getBinaryStream(), getCharacterStream(), getSource(), and getString().
301 * The behavior of this method is the same as ResultSet.getString()
316 String getString() throws SQLException; method in interface:SQLXML
H A DCallableStatement.java174 String getString(int parameterIndex) throws SQLException; method in interface:CallableStatement
950 * @see #getString
1355 String getString(String parameterName) throws SQLException; method in interface:CallableStatement
H A DResultSet.java239 String getString(int columnIndex) throws SQLException; method in interface:ResultSet
527 String getString(String columnLabel) throws SQLException; method in interface:ResultSet
/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
H A DChunkHandler.java92 public static String getString(ByteBuffer buf, int len) { method in class:ChunkHandler
/libcore/json/src/main/java/org/json/
H A DJSONArray.java461 public String getString(int index) throws JSONException { method in class:JSONArray
H A DJSONObject.java552 public String getString(String name) throws JSONException { method in class:JSONObject
/libcore/luni/src/test/java/libcore/java/lang/invoke/
H A DMethodHandleAccessorsTest.java374 static void getString(MethodHandle m, ValueHolder v, String value, boolean expectFailure) method in class:MethodHandleAccessorsTest
387 static void getString(MethodHandle m, String value, boolean expectFailure) method in class:MethodHandleAccessorsTest
389 getString(m, null, value, expectFailure);
530 getString(methodHandle, valueHolder, stringValue,
532 getString(methodHandle, stringValue,
/libcore/ojluni/src/main/java/java/text/
H A DAttributedString.java792 if (AttributedString.this != that.getString())
1002 private AttributedString getString() { method in class:AttributedString.AttributedStringIterator
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DCollectionsTest.java852 string1, getString(list));
860 (string1 = string1.replace('S', 'K')), getString(list));
868 (string1 = string1.replace('Z', 'N')), getString(list));
876 (string1 = string1.replace('A', 'B')), getString(list));
954 + " list incorrectly,", "3456789012", getString(list));
959 + " list incorrectly,", "5678901234", getString(list));
965 + " list incorrectly,", "5789601234", getString(list));
970 + " list incorrectly,", "5967801234", getString(list));
975 + " list incorrectly,", "2345967801", getString(list));
980 + " list incorrectly,", "5967801234", getString(lis
997 private String getString(List list) { method in class:CollectionsTest
[all...]
/libcore/ojluni/src/main/java/java/util/
H A DResourceBundle.java152 * are both strings, you would use <code>getString</code> to retrieve them:
155 * button1 = new Button(myResources.getString("OkKey"));
156 * button2 = new Button(myResources.getString("CancelKey"));
164 * Besides <code>getString</code>, <code>ResourceBundle</code> also provides
400 public final String getString(String key) { method in class:ResourceBundle
/libcore/ojluni/src/main/java/sun/security/x509/
H A DX500Name.java426 private String getString(DerValue attribute) throws IOException { method in class:X500Name
454 return getString(attr);
467 return getString(attr);
480 return getString(attr);
493 return getString(attr);
506 return getString(attr);
518 return getString(attr);
530 return getString(attr);
542 return getString(attr);
554 return getString(att
[all...]

Completed in 3463 milliseconds