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

/libcore/harmony-tests/src/test/java/tests/api/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/luni/src/main/java/java/sql/
H A DSQLXML.java67 String getString() throws SQLException; method in interface:SQLXML
H A DCallableStatement.java592 public String getString(int parameterIndex) throws SQLException; method in interface:CallableStatement
610 public String getString(String parameterName) throws SQLException; method in interface:CallableStatement
H A DResultSet.java901 public String getString(int columnIndex) throws SQLException; method in interface:ResultSet
913 public String getString(String columnName) 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.java450 public String getString(int index) throws JSONException { method in class:JSONArray
H A DJSONObject.java514 public String getString(String name) throws JSONException { method in class:JSONObject
/libcore/luni/src/main/java/java/net/
H A DSocks4Message.java111 return getString(INDEX_USER_ID, MAX_USER_ID_LENGTH);
185 private String getString(int offset, int maxLength) { method in class:Socks4Message
/libcore/luni/src/main/java/java/util/
H A DResourceBundle.java456 public final String getString(String key) { method in class:ResourceBundle
/libcore/luni/src/test/java/tests/api/java/util/
H A DCollectionsTest.java1011 string1, getString(list));
1019 (string1 = string1.replace('S', 'K')), getString(list));
1027 (string1 = string1.replace('Z', 'N')), getString(list));
1035 (string1 = string1.replace('A', 'B')), getString(list));
1115 + " list incorrectly,", "3456789012", getString(list));
1120 + " list incorrectly,", "5678901234", getString(list));
1126 + " list incorrectly,", "5789601234", getString(list));
1131 + " list incorrectly,", "5967801234", getString(list));
1136 + " list incorrectly,", "2345967801", getString(list));
1141 + " list incorrectly,", "5967801234", getString(lis
1158 private String getString(List list) { method in class:CollectionsTest
[all...]

Completed in 295 milliseconds