Home | History | Annotate | Download | only in i18n

Lines Matching full:record

55 //  UVector<Record *> support function, delete a Record.
58 delete static_cast<AlphabeticIndex::Record *>(obj);
84 inline AlphabeticIndex::Record *getRecord(const UVector &list, int32_t i) {
85 return static_cast<AlphabeticIndex::Record *>(list[i]);
660 Record *r = getRecord(*inputList_, i);
674 // now put the record into the bucket.
974 // Comparison function for UVector<Record *> sorting with a collator.
980 const AlphabeticIndex::Record *leftRec = static_cast<const AlphabeticIndex::Record *>(leftElement->pointer);
981 const AlphabeticIndex::Record *rightRec = static_cast<const AlphabeticIndex::Record *>(rightElement->pointer);
1056 // Constructor & Destructor for AlphabeticIndex::Record
1061 AlphabeticIndex::Record::Record(const UnicodeString &name, const void *data)
1064 AlphabeticIndex::Record::~Record() {
1080 Record *r = new Record(name, data);
1089 //std::cout << "added record: name = \"" << r->name_.toUTF8String(ss) << "\"" <<
1206 Record *item = static_cast<Record *>(currentBucket_->records_->elementAt(itemsIterIndex_));
1217 Record *item = static_cast<Record *>(currentBucket_->records_->elementAt(itemsIterIndex_));