Searched defs:nextRecord (Results 1 - 6 of 6) sorted by relevance

/external/smack/src/org/xbill/DNS/
H A DGenerator.java215 nextRecord() throws IOException { method in class:Generator
H A DMaster.java255 return generator.nextRecord();
278 Record rec = included.nextRecord();
342 return nextRecord();
385 nextRecord() throws IOException { method in class:Master
/external/chromium_org/third_party/icu/source/common/
H A Drbbitblb.cpp1197 int32_t nextRecord = 0; local
1204 while (nextRecord < tbl->size()) {
1205 thisRecord = nextRecord;
1206 nextRecord = thisRecord + tbl->elementAti(thisRecord) + 1;
1208 for (i=thisRecord+1; i<nextRecord; i++) {
/external/icu4c/common/
H A Drbbitblb.cpp1197 int32_t nextRecord = 0; local
1204 while (nextRecord < tbl->size()) {
1205 thisRecord = nextRecord;
1206 nextRecord = thisRecord + tbl->elementAti(thisRecord) + 1;
1208 for (i=thisRecord+1; i<nextRecord; i++) {
/external/icu4c/i18n/
H A Dalphaindex.cpp1293 UBool AlphabeticIndex::nextRecord(UErrorCode &status) { function in class:AlphabeticIndex
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 172 milliseconds