Lines Matching refs:firstCharsInScripts_
209 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()
921 firstCharsInScripts_ = firstStringsInScript(status); in init()
923 firstCharsInScripts_->sortWithUComparator(collatorComparator, collatorPrimaryOnly_, status); in init()
928 if (firstCharsInScripts_->isEmpty()) { in init()
934 *static_cast<UnicodeString *>(firstCharsInScripts_->elementAt(0)), in init()
936 firstCharsInScripts_->removeElementAt(0); in init()