• Home
  • Raw
  • Download

Lines Matching refs:AlphabeticIndex

60     delete static_cast<AlphabeticIndex::Record *>(obj);  in alphaIndex_deleteRecord()
82 inline AlphabeticIndex::Bucket *getBucket(const UVector &list, int32_t i) { in getBucket()
83 return static_cast<AlphabeticIndex::Bucket *>(list[i]); in getBucket()
86 inline AlphabeticIndex::Record *getRecord(const UVector &list, int32_t i) { in getRecord()
87 return static_cast<AlphabeticIndex::Record *>(list[i]); in getRecord()
151 const AlphabeticIndex::Bucket *bucket = getBucket(*bucketList_, i); in getBucketIndex()
160 const AlphabeticIndex::Bucket *bucket = getBucket(*bucketList_, start); in getBucketIndex()
180 AlphabeticIndex::ImmutableIndex::~ImmutableIndex() { in ~ImmutableIndex()
186 AlphabeticIndex::ImmutableIndex::getBucketCount() const { in getBucketCount()
191 AlphabeticIndex::ImmutableIndex::getBucketIndex( in getBucketIndex()
196 const AlphabeticIndex::Bucket *
197 AlphabeticIndex::ImmutableIndex::getBucket(int32_t index) const { in getBucket()
205 AlphabeticIndex::AlphabeticIndex(const Locale &locale, UErrorCode &status) in AlphabeticIndex() function in AlphabeticIndex
216 AlphabeticIndex::AlphabeticIndex(RuleBasedCollator *collator, UErrorCode &status) in AlphabeticIndex() function in AlphabeticIndex
228 AlphabeticIndex::~AlphabeticIndex() { in ~AlphabeticIndex()
238 AlphabeticIndex &AlphabeticIndex::addLabels(const UnicodeSet &additions, UErrorCode &status) { in addLabels()
248 AlphabeticIndex &AlphabeticIndex::addLabels(const Locale &locale, UErrorCode &status) { in addLabels()
255 AlphabeticIndex::ImmutableIndex *AlphabeticIndex::buildImmutableIndex(UErrorCode &errorCode) { in buildImmutableIndex()
280 int32_t AlphabeticIndex::getBucketCount(UErrorCode &status) { in getBucketCount()
289 int32_t AlphabeticIndex::getRecordCount(UErrorCode &status) { in getRecordCount()
296 void AlphabeticIndex::initLabels(UVector &indexCharacters, UErrorCode &errorCode) const { in initLabels()
419 BucketList *AlphabeticIndex::createBucketList(UErrorCode &errorCode) const { in createBucketList()
631 void AlphabeticIndex::initBuckets(UErrorCode &errorCode) { in initBuckets()
692 void AlphabeticIndex::clearBuckets() { in clearBuckets()
700 void AlphabeticIndex::internalResetBucketIterator() { in internalResetBucketIterator()
706 void AlphabeticIndex::addIndexExemplars(const Locale &locale, UErrorCode &status) { in addIndexExemplars()
765 UBool AlphabeticIndex::addChineseIndexCharacters(UErrorCode &errorCode) { in addChineseIndexCharacters()
789 UnicodeString AlphabeticIndex::separated(const UnicodeString &item) { in separated()
808 UBool AlphabeticIndex::operator==(const AlphabeticIndex& /* other */) const { in operator ==()
813 UBool AlphabeticIndex::operator!=(const AlphabeticIndex& /* other */) const { in operator !=()
818 const RuleBasedCollator &AlphabeticIndex::getCollator() const { in getCollator()
823 const UnicodeString &AlphabeticIndex::getInflowLabel() const { in getInflowLabel()
827 const UnicodeString &AlphabeticIndex::getOverflowLabel() const { in getOverflowLabel()
832 const UnicodeString &AlphabeticIndex::getUnderflowLabel() const { in getUnderflowLabel()
837 AlphabeticIndex &AlphabeticIndex::setInflowLabel(const UnicodeString &label, UErrorCode &/*status*/… in setInflowLabel()
844 AlphabeticIndex &AlphabeticIndex::setOverflowLabel(const UnicodeString &label, UErrorCode &/*status… in setOverflowLabel()
851 AlphabeticIndex &AlphabeticIndex::setUnderflowLabel(const UnicodeString &label, UErrorCode &/*statu… in setUnderflowLabel()
858 int32_t AlphabeticIndex::getMaxLabelCount() const { in getMaxLabelCount()
863 AlphabeticIndex &AlphabeticIndex::setMaxLabelCount(int32_t maxLabelCount, UErrorCode &status) { in setMaxLabelCount()
881 void AlphabeticIndex::init(const Locale *locale, UErrorCode &status) { in init()
982 …const AlphabeticIndex::Record *leftRec = static_cast<const AlphabeticIndex::Record *>(leftElement… in recordCompareFn()
983 …const AlphabeticIndex::Record *rightRec = static_cast<const AlphabeticIndex::Record *>(rightElemen… in recordCompareFn()
989 UVector *AlphabeticIndex::firstStringsInScript(UErrorCode &status) { in firstStringsInScript()
1063 AlphabeticIndex::Record::Record(const UnicodeString &name, const void *data) in Record()
1066 AlphabeticIndex::Record::~Record() { in ~Record()
1070 AlphabeticIndex & AlphabeticIndex::addRecord(const UnicodeString &name, const void *data, UErrorCod… in addRecord()
1097 AlphabeticIndex &AlphabeticIndex::clearRecords(UErrorCode &status) { in clearRecords()
1105 int32_t AlphabeticIndex::getBucketIndex(const UnicodeString &name, UErrorCode &status) { in getBucketIndex()
1114 int32_t AlphabeticIndex::getBucketIndex() const { in getBucketIndex()
1119 UBool AlphabeticIndex::nextBucket(UErrorCode &status) { in nextBucket()
1141 const UnicodeString &AlphabeticIndex::getBucketLabel() const { in getBucketLabel()
1150 UAlphabeticIndexLabelType AlphabeticIndex::getBucketLabelType() const { in getBucketLabelType()
1159 int32_t AlphabeticIndex::getBucketRecordCount() const { in getBucketRecordCount()
1168 AlphabeticIndex &AlphabeticIndex::resetBucketIterator(UErrorCode &status) { in resetBucketIterator()
1177 UBool AlphabeticIndex::nextRecord(UErrorCode &status) { in nextRecord()
1203 const UnicodeString &AlphabeticIndex::getRecordName() const { in getRecordName()
1214 const void *AlphabeticIndex::getRecordData() const { in getRecordData()
1226 AlphabeticIndex & AlphabeticIndex::resetRecordIterator() { in resetRecordIterator()
1233 AlphabeticIndex::Bucket::Bucket(const UnicodeString &label, in Bucket()
1242 AlphabeticIndex::Bucket::~Bucket() { in ~Bucket()