Searched refs:nextRecord (Results 1 – 4 of 4) sorted by relevance
166 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()
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()
479 virtual UBool nextRecord(UErrorCode &status);
1251 UBool AlphabeticIndex::nextRecord(UErrorCode &status) { in nextRecord() function in AlphabeticIndex