Home
last modified time | relevance | path

Searched refs:AlphabeticIndex (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/i18n/
Dalphaindex.cpp41 UOBJECT_DEFINE_NO_RTTI_IMPLEMENTATION(AlphabeticIndex)
65 delete static_cast<AlphabeticIndex::Bucket *>(obj); in alphaIndex_deleteBucket()
71 delete static_cast<AlphabeticIndex::Record *>(obj); in alphaIndex_deleteRecord()
92 AlphabeticIndex::AlphabeticIndex(const Locale &locale, UErrorCode &status) { in AlphabeticIndex() function in AlphabeticIndex
116 AlphabeticIndex::~AlphabeticIndex() { in ~AlphabeticIndex()
130 AlphabeticIndex &AlphabeticIndex::addLabels(const UnicodeSet &additions, UErrorCode &status) { in addLabels()
139 AlphabeticIndex &AlphabeticIndex::addLabels(const Locale &locale, UErrorCode &status) { in addLabels()
150 int32_t AlphabeticIndex::getBucketCount(UErrorCode &status) { in getBucketCount()
159 int32_t AlphabeticIndex::getRecordCount(UErrorCode &status) { in getRecordCount()
167 void AlphabeticIndex::buildIndex(UErrorCode &status) { in buildIndex()
[all …]
/external/icu4c/i18n/unicode/
Dalphaindex.h163 class U_I18N_API AlphabeticIndex: public UObject {
179 AlphabeticIndex(const Locale &locale, UErrorCode &status);
193 virtual AlphabeticIndex &addLabels(const UnicodeSet &additions, UErrorCode &status);
208 virtual AlphabeticIndex &addLabels(const Locale &locale, UErrorCode &status);
214 virtual ~AlphabeticIndex();
253 virtual AlphabeticIndex &setInflowLabel(const UnicodeString &inflowLabel, UErrorCode &status);
276 … virtual AlphabeticIndex &setOverflowLabel(const UnicodeString &overflowLabel, UErrorCode &status);
296 …virtual AlphabeticIndex &setUnderflowLabel(const UnicodeString &underflowLabel, UErrorCode &status…
320 virtual AlphabeticIndex &setMaxLabelCount(int32_t maxLabelCount, UErrorCode &status);
355 …virtual AlphabeticIndex &addRecord(const UnicodeString &name, const void *data, UErrorCode &status…
[all …]
/external/icu4c/test/intltest/
Dalphaindextst.cpp66 AlphabeticIndex *index = new AlphabeticIndex(Locale::getEnglish(), status); in APITest()
77 index = new AlphabeticIndex(Locale::getEnglish(), status); in APITest()
98 index = new AlphabeticIndex(Locale::getEnglish(), status); in APITest()
100 AlphabeticIndex &aip = index->addLabels(Locale::getJapanese(), status); in APITest()
111 index = new AlphabeticIndex(Locale::getGerman(), status); in APITest()
152 index = new AlphabeticIndex(Locale::getEnglish(), status); in APITest()
180 index = new AlphabeticIndex(Locale::getEnglish(), status); in APITest()
228 index = new AlphabeticIndex(Locale::getEnglish(), status); in APITest()
257 index = new AlphabeticIndex(Locale::getEnglish(), status); in APITest()
278 index = new AlphabeticIndex(Locale::createFromName("ru"), status); in APITest()
[all …]
Duobjtest.cpp483 TESTCLASSID_NONE_CTOR(AlphabeticIndex, (Locale::getEnglish(), status)); in testIDs()
/external/icu4c/common/unicode/
Durename.h1767 #define AlphabeticIndex U_ICU_ENTRY_POINT_RENAME(AlphabeticIndex) macro