Home
last modified time | relevance | path

Searched refs:firstCharsInScripts_ (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()
231 delete firstCharsInScripts_; in ~AlphabeticIndex()
300 const UnicodeString &firstScriptBoundary = *getString(*firstCharsInScripts_, 0); in initLabels()
302 *getString(*firstCharsInScripts_, firstCharsInScripts_->size() - 1); in initLabels()
475 scriptUpperBoundary = getString(*firstCharsInScripts_, ++scriptIndex); in createBucketList()
916 firstCharsInScripts_ = firstStringsInScript(status); in init()
918 firstCharsInScripts_->sortWithUComparator(collatorComparator, collatorPrimaryOnly_, status); in init()
923 if (firstCharsInScripts_->isEmpty()) { in init()
929 *static_cast<UnicodeString *>(firstCharsInScripts_->elementAt(0)), in init()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dalphaindex.h740 UVector *firstCharsInScripts_; // The first character from each script, variable