Home | History | Annotate | Download | only in unicode

Lines Matching defs:Record

467      * Add a record to the index.  Each record will be associated with an index Bucket
468 * based on the record's name. The list of records for each bucket will be sorted
473 * @param name The display name for the Record. The Record will be placed in
477 * data pointer the name will be available for each Record.
519 * Given the name of a record, return the zero-based index of the Bucket
521 * A Record will not be added to the index by this function.
596 * Advance to the next record in the current Bucket.
597 * When nextBucket() is called, Record iteration is reset to just before the
598 * first Record in the new Bucket.
609 * Get the name of the current Record.
610 * Return an empty string if the Record iteration position is before first
620 * Return the data pointer of the Record currently being iterated over.
624 * @return The current Record's data pointer.
631 * Reset the Record iterator position to before the first Record in the current Bucket.
692 // The Record is declared public only to allow access from
702 struct Record: public UMemory {
705 Record(const UnicodeString &name, const void *data);
706 ~Record();
714 * Type of contents is (Record *)