Lines Matching refs:firstCharsInScripts_
207 initialLabels_(NULL), firstCharsInScripts_(NULL), in AlphabeticIndex()
218 initialLabels_(NULL), firstCharsInScripts_(NULL), in AlphabeticIndex()
229 delete firstCharsInScripts_; in ~AlphabeticIndex()
298 const UnicodeString &firstScriptBoundary = *getString(*firstCharsInScripts_, 0); in initLabels()
300 *getString(*firstCharsInScripts_, firstCharsInScripts_->size() - 1); in initLabels()
473 scriptUpperBoundary = getString(*firstCharsInScripts_, ++scriptIndex); in createBucketList()
919 firstCharsInScripts_ = firstStringsInScript(status); in init()
921 firstCharsInScripts_->sortWithUComparator(collatorComparator, collatorPrimaryOnly_, status); in init()
926 if (firstCharsInScripts_->isEmpty()) { in init()
932 *static_cast<UnicodeString *>(firstCharsInScripts_->elementAt(0)), in init()
934 firstCharsInScripts_->removeElementAt(0); in init()