• 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()
760 UBool AlphabeticIndex::addChineseIndexCharacters(UErrorCode &errorCode) { in addChineseIndexCharacters()
784 UnicodeString AlphabeticIndex::separated(const UnicodeString &item) { in separated()
803 UBool AlphabeticIndex::operator==(const AlphabeticIndex& /* other */) const { in operator ==()
808 UBool AlphabeticIndex::operator!=(const AlphabeticIndex& /* other */) const { in operator !=()
813 const RuleBasedCollator &AlphabeticIndex::getCollator() const { in getCollator()
818 const UnicodeString &AlphabeticIndex::getInflowLabel() const { in getInflowLabel()
822 const UnicodeString &AlphabeticIndex::getOverflowLabel() const { in getOverflowLabel()
827 const UnicodeString &AlphabeticIndex::getUnderflowLabel() const { in getUnderflowLabel()
832 AlphabeticIndex &AlphabeticIndex::setInflowLabel(const UnicodeString &label, UErrorCode &/*status*/… in setInflowLabel()
839 AlphabeticIndex &AlphabeticIndex::setOverflowLabel(const UnicodeString &label, UErrorCode &/*status… in setOverflowLabel()
846 AlphabeticIndex &AlphabeticIndex::setUnderflowLabel(const UnicodeString &label, UErrorCode &/*statu… in setUnderflowLabel()
853 int32_t AlphabeticIndex::getMaxLabelCount() const { in getMaxLabelCount()
858 AlphabeticIndex &AlphabeticIndex::setMaxLabelCount(int32_t maxLabelCount, UErrorCode &status) { in setMaxLabelCount()
876 void AlphabeticIndex::init(const Locale *locale, UErrorCode &status) { in init()
977 …const AlphabeticIndex::Record *leftRec = static_cast<const AlphabeticIndex::Record *>(leftElement… in recordCompareFn()
978 …const AlphabeticIndex::Record *rightRec = static_cast<const AlphabeticIndex::Record *>(rightElemen… in recordCompareFn()
984 UVector *AlphabeticIndex::firstStringsInScript(UErrorCode &status) { in firstStringsInScript()
1058 AlphabeticIndex::Record::Record(const UnicodeString &name, const void *data) in Record()
1061 AlphabeticIndex::Record::~Record() { in ~Record()
1065 AlphabeticIndex & AlphabeticIndex::addRecord(const UnicodeString &name, const void *data, UErrorCod… in addRecord()
1092 AlphabeticIndex &AlphabeticIndex::clearRecords(UErrorCode &status) { in clearRecords()
1100 int32_t AlphabeticIndex::getBucketIndex(const UnicodeString &name, UErrorCode &status) { in getBucketIndex()
1109 int32_t AlphabeticIndex::getBucketIndex() const { in getBucketIndex()
1114 UBool AlphabeticIndex::nextBucket(UErrorCode &status) { in nextBucket()
1136 const UnicodeString &AlphabeticIndex::getBucketLabel() const { in getBucketLabel()
1145 UAlphabeticIndexLabelType AlphabeticIndex::getBucketLabelType() const { in getBucketLabelType()
1154 int32_t AlphabeticIndex::getBucketRecordCount() const { in getBucketRecordCount()
1163 AlphabeticIndex &AlphabeticIndex::resetBucketIterator(UErrorCode &status) { in resetBucketIterator()
1172 UBool AlphabeticIndex::nextRecord(UErrorCode &status) { in nextRecord()
1198 const UnicodeString &AlphabeticIndex::getRecordName() const { in getRecordName()
1209 const void *AlphabeticIndex::getRecordData() const { in getRecordData()
1221 AlphabeticIndex & AlphabeticIndex::resetRecordIterator() { in resetRecordIterator()
1228 AlphabeticIndex::Bucket::Bucket(const UnicodeString &label, in Bucket()
1237 AlphabeticIndex::Bucket::~Bucket() { in ~Bucket()