Home | History | Annotate | Download | only in i18n

Lines Matching refs:prefixedName

1124     UnicodeString prefixedName;
1167 UnicodeString prefixedName;
1168 hackName(prefixedName, name, collatorPrimaryOnly_);
1173 Collator::EComparisonResult comp = collatorPrimaryOnly_->compare(prefixedName, bucket->lowerBoundary_);
1178 // Loop runs until we find the bucket following the one that would hold prefixedName.
1179 // If the prefixedName belongs in the last bucket the loop will drop out the bottom rather