Home
last modified time | relevance | path

Searched defs:row (Results 1 – 9 of 9) sorted by relevance

/libcore/luni/src/test/java/libcore/java/text/
DDateFormatSymbolsTest.java120 private static void assertUtc(String[] row) { in assertUtc()
123 assertEquals(Arrays.toString(row), "UTC", row[2]); in assertUtc() local
124 assertEquals(Arrays.toString(row), "UTC", row[4]); in assertUtc() local
/libcore/xml/src/main/java/org/xmlpull/v1/
DXmlPullParserException.java13 protected int row = -1; field in XmlPullParserException
/libcore/luni/src/test/java/libcore/sqlite/
DOldFunctionContextTest.java51 String row[] = (String[]) res.rows.elementAt(0); in testSet_resultString() local
64 String row[] = (String[]) res.rows.elementAt(0); in testSet_resultInt() local
77 String row[] = (String[]) res.rows.elementAt(0); in testSet_resultDouble() local
122 String row[] = (String[]) res.rows.elementAt(0); in testSet_resultByteArray() local
160 String row[] = (String[]) res.rows.elementAt(0); in testSet_result_zeroblob() local
DOldDatabaseTest.java199 String row[] = (String[]) res.rows.elementAt(0); in testExecStringCallback() local
482 String row[] = (String[]) res.rows.elementAt(0); in testGet_tableString() local
565 String row[] = (String[]) res.rows.elementAt(0); in testCreate_function() local
626 String row[] = (String[]) res.rows.elementAt(0); in testFunction_type() local
/libcore/luni/src/test/java/libcore/java/nio/charset/
DCharset_TestGenerator.java104 int row = 0, col = 0; field in Charset_TestGenerator.CodesGenerator
190 int row = 0, col = 0; field in Charset_TestGenerator.Dumper
DOldCharset_AbstractTest.java297 int row = 0, col = 0; field in OldCharset_AbstractTest.CodesGenerator
/libcore/luni/src/main/native/
Dlibcore_icu_TimeZones.cpp136 TimeZoneNames row; in TimeZones_getZoneStringsImpl() local
185 TimeZoneNames& row(table[i]); in TimeZones_getZoneStringsImpl() local
/libcore/luni/src/main/java/libcore/icu/
DTimeZones.java112 String[] row = zoneStrings[index]; in getDisplayName() local
/libcore/luni/src/main/java/java/sql/
DResultSet.java157 public boolean absolute(int row) throws SQLException; in absolute()