Home
last modified time | relevance | path

Searched refs:initialLabels_ (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dalphaindex.cpp209 initialLabels_(NULL), firstCharsInScripts_(NULL), in AlphabeticIndex()
220 initialLabels_(NULL), firstCharsInScripts_(NULL), in AlphabeticIndex()
234 delete initialLabels_; in ~AlphabeticIndex()
242 initialLabels_->addAll(additions); in addLabels()
308 UnicodeSetIterator iter(*initialLabels_); in initLabels()
715 initialLabels_->addAll(exemplars); in addIndexExemplars()
761 initialLabels_->add(upperC); in addIndexExemplars()
769 initialLabels_->addAll(contractions); in addChineseIndexCharacters()
777 initialLabels_->add(0x41, 0x5A); // A-Z in addChineseIndexCharacters()
888 initialLabels_ = new UnicodeSet(); in init()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dalphaindex.h729 UnicodeSet *initialLabels_; // Initial (unprocessed) set of Labels. Union variable