Searched refs:label (Results 1 – 6 of 6) sorted by relevance
132 const UnicodeString& label(ai->getBucketLabel()); in AlphabeticIndex_getBucketLabel() local133 return env->NewString(label.getBuffer(), label.length()); in AlphabeticIndex_getBucketLabel()182 const UnicodeString& label(bucket->getLabel()); in ImmutableIndex_getBucketLabel() local183 return env->NewString(label.getBuffer(), label.length()); in ImmutableIndex_getBucketLabel()
123 String label = rsmd.getColumnLabel(i + 1); in testGetColumnLabel() local124 assertTrue("expected "+labels[i] + "got "+label,labels[i].contains(label)); in testGetColumnLabel()131 String label = rsmd.getColumnLabel(0); in testGetColumnLabel() local138 String label = rsmd.getColumnLabel(5); in testGetColumnLabel() local158 String label = rsmd.getColumnName(0); in testGetColumnName() local165 String label = rsmd.getColumnName(5); in testGetColumnName() local
28 String label = ii.getBucketLabel(index); in assertHasLabel() local29 assertEquals(expectedLabel, label); in assertHasLabel()
825 byte[] label = new byte[] { in test_ConsistentBetweenProviders()851 mac.update(label); in test_ConsistentBetweenProviders()857 mac.init(new SecretKeySpec(label, "HmacMD5")); in test_ConsistentBetweenProviders()864 mac.init(new SecretKeySpec(label, "HmacMD5")); in test_ConsistentBetweenProviders()
1790 public static final int label = 0; field in R
531 description: "Column label has format TABLE.COLUMN expected: COLUMN",