Home
last modified time | relevance | path

Searched refs:nextRecord (Results 1 – 9 of 9) sorted by relevance

/external/smack/src/org/xbill/DNS/
DMaster.java255 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
DGenerator.java215 nextRecord() throws IOException { in nextRecord() method in Generator
DZone.java143 while ((record = m.nextRecord()) != null) in Zone()
DCache.java192 while ((record = m.nextRecord()) != null) in Cache()
/external/icu/icu4c/source/test/intltest/
Dalphaindextst.cpp198 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()
/external/icu/icu4c/source/common/
Drbbitblb.cpp1197 int32_t nextRecord = 0; in printRuleStatusTable() local
1204 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()
/external/chromium_org/third_party/icu/source/common/
Drbbitblb.cpp1197 int32_t nextRecord = 0; in printRuleStatusTable() local
1204 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()
/external/icu/icu4c/source/i18n/unicode/
Dalphaindex.h606 virtual UBool nextRecord(UErrorCode &status);
/external/icu/icu4c/source/i18n/
Dalphaindex.cpp1180 UBool AlphabeticIndex::nextRecord(UErrorCode &status) { in nextRecord() function in AlphabeticIndex