Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dalphaindextst.cpp166 b = index->nextRecord(status); in APITest()
184 while (index->nextRecord(status)) { in APITest()
200 while (index->nextRecord(status)) { in APITest()
218 while (index->nextRecord(status)) { in APITest()
400 while (aindex.nextRecord(status)) { in HackPinyinTest()
/external/icu4c/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/icu4c/i18n/unicode/
Dalphaindex.h479 virtual UBool nextRecord(UErrorCode &status);
/external/icu4c/i18n/
Dalphaindex.cpp1251 UBool AlphabeticIndex::nextRecord(UErrorCode &status) { in nextRecord() function in AlphabeticIndex