Home
last modified time | relevance | path

Searched defs:label (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/java/sql/
DOldResultSetMetaDataTest.java123 String label = rsmd.getColumnLabel(i + 1); in testGetColumnLabel() local
131 String label = rsmd.getColumnLabel(0); in testGetColumnLabel() local
138 String label = rsmd.getColumnLabel(5); in testGetColumnLabel() local
158 String label = rsmd.getColumnName(0); in testGetColumnName() local
165 String label = rsmd.getColumnName(5); in testGetColumnName() local
/libcore/luni/src/main/native/
Dlibcore_icu_AlphabeticIndex.cpp132 const UnicodeString& label(ai->getBucketLabel()); in AlphabeticIndex_getBucketLabel() local
182 const UnicodeString& label(bucket->getLabel()); in ImmutableIndex_getBucketLabel() local
/libcore/luni/src/test/java/libcore/icu/
DAlphabeticIndexTest.java28 String label = ii.getBucketLabel(index); in assertHasLabel() local
/libcore/benchmarks/src/benchmarks/regression/
DR.java1790 public static final int label = 0; field in R