HomeSort by relevance Sort by last modified time
    Searched refs:AlphabeticIndex (Results 1 - 5 of 5) sorted by null

  /external/icu4c/i18n/unicode/
alphaindex.h 81 * class AlphabeticIndex supports the creation of a UI index appropriate for a given language, such as:
107 * The AlphabeticIndex class is not intended for public subclassing.
119 * AlphabeticIndex index = new AlphabeticIndex(desiredLocale, status);
163 class U_I18N_API AlphabeticIndex: public UObject {
168 * Construct an AlphabeticIndex object for the specified locale. If the locale's
176 * of the AlphabeticIndex object fails.
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)
    [all...]
  /external/icu4c/i18n/
alphaindex.cpp 10 * \brief C API: AlphabeticIndex class
41 UOBJECT_DEFINE_NO_RTTI_IMPLEMENTATION(AlphabeticIndex)
65 delete static_cast<AlphabeticIndex::Bucket *>(obj);
71 delete static_cast<AlphabeticIndex::Record *>(obj);
92 AlphabeticIndex::AlphabeticIndex(const Locale &locale, UErrorCode &status) {
116 AlphabeticIndex::~AlphabeticIndex() {
130 AlphabeticIndex &AlphabeticIndex::addLabels(const UnicodeSet &additions, UErrorCode &status)
    [all...]
  /external/icu4c/test/intltest/
alphaindextst.cpp 29 if (exec) logln("TestSuite AlphabeticIndex: ");
66 AlphabeticIndex *index = new AlphabeticIndex(Locale::getEnglish(), status);
77 index = new AlphabeticIndex(Locale::getEnglish(), status);
98 index = new AlphabeticIndex(Locale::getEnglish(), status);
100 AlphabeticIndex &aip = index->addLabels(Locale::getJapanese(), status);
111 index = new AlphabeticIndex(Locale::getGerman(), status);
152 index = new AlphabeticIndex(Locale::getEnglish(), status);
180 index = new AlphabeticIndex(Locale::getEnglish(), status);
228 index = new AlphabeticIndex(Locale::getEnglish(), status)
    [all...]
uobjtest.cpp 483 TESTCLASSID_NONE_CTOR(AlphabeticIndex, (Locale::getEnglish(), status));
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 294 milliseconds