Searched refs:indexCharacters (Results 1 – 2 of 2) sorted by relevance
295 void AlphabeticIndex::initLabels(UVector &indexCharacters, UErrorCode &errorCode) const { in initLabels() argument338 int32_t insertionPoint = binarySearch(indexCharacters, *item, *collatorPrimaryOnly_); in initLabels()340 indexCharacters.insertElementAt( in initLabels()343 const UnicodeString &itemAlreadyIn = *getString(indexCharacters, insertionPoint); in initLabels()345 indexCharacters.setElementAt( in initLabels()355 int32_t size = indexCharacters.size() - 1; in initLabels()359 for (int32_t i = 0; i < indexCharacters.size();) { in initLabels()363 indexCharacters.removeElementAt(i); in initLabels()421 UVector indexCharacters(errorCode); in createBucketList() local422 indexCharacters.setDeleter(uprv_deleteUObject); in createBucketList()[all …]
693 void initLabels(UVector &indexCharacters, UErrorCode &errorCode) const;