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

  /external/icu4c/i18n/
alphaindex.cpp 204 initialLabels_(NULL), firstCharsInScripts_(NULL),
215 initialLabels_(NULL), firstCharsInScripts_(NULL),
226 delete firstCharsInScripts_;
295 const UnicodeString &firstScriptBoundary = *getString(*firstCharsInScripts_, 0);
297 *getString(*firstCharsInScripts_, firstCharsInScripts_->size() - 1);
478 scriptUpperBoundary = getString(*firstCharsInScripts_, ++scriptIndex);
814 *firstCharsInScripts_, UnicodeString((UChar)0x4E00), *collatorPrimaryOnly_);
821 firstCharsInScripts_->setElementAt(fh, hanIndex);
    [all...]
  /external/icu4c/i18n/unicode/
alphaindex.h 741 UVector *firstCharsInScripts_; // The first character from each script,

Completed in 249 milliseconds