Searched refs:nextRecord (Results 1 – 9 of 9) sorted by relevance
255 return generator.nextRecord(); in nextGenerated()278 Record rec = included.nextRecord(); in _nextRecord()342 return nextRecord(); in _nextRecord()385 nextRecord() throws IOException { in nextRecord() method in Master
215 nextRecord() throws IOException { in nextRecord() method in Generator
143 while ((record = m.nextRecord()) != null) in Zone()
192 while ((record = m.nextRecord()) != null) in Cache()
198 b = index->nextRecord(status); in APITest()216 while (index->nextRecord(status)) { in APITest()232 while (index->nextRecord(status)) { in APITest()250 while (index->nextRecord(status)) { in APITest()457 while (aindex.nextRecord(status)) { in HackPinyinTest()
1197 int32_t nextRecord = 0; in printRuleStatusTable() local1204 while (nextRecord < tbl->size()) { in printRuleStatusTable()1205 thisRecord = nextRecord; in printRuleStatusTable()1206 nextRecord = thisRecord + tbl->elementAti(thisRecord) + 1; in printRuleStatusTable()1208 for (i=thisRecord+1; i<nextRecord; i++) { in printRuleStatusTable()
606 virtual UBool nextRecord(UErrorCode &status);
1180 UBool AlphabeticIndex::nextRecord(UErrorCode &status) { in nextRecord() function in AlphabeticIndex