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

  /external/icu/icu4c/source/i18n/
alphaindex.cpp 207 initialLabels_(NULL), firstCharsInScripts_(NULL),
218 initialLabels_(NULL), firstCharsInScripts_(NULL),
229 delete firstCharsInScripts_;
298 const UnicodeString &firstScriptBoundary = *getString(*firstCharsInScripts_, 0);
300 *getString(*firstCharsInScripts_, firstCharsInScripts_->size() - 1);
473 scriptUpperBoundary = getString(*firstCharsInScripts_, ++scriptIndex);
919 firstCharsInScripts_ = firstStringsInScript(status);
921 firstCharsInScripts_->sortWithUComparator(collatorComparator, collatorPrimaryOnly_, status);
926 if (firstCharsInScripts_->isEmpty())
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
alphaindex.h 732 UVector *firstCharsInScripts_; // The first character from each script,

Completed in 235 milliseconds