Home | History | Annotate | Download | only in i18n

Lines Matching refs:collator

46     // wrapper around the internal collator and rules, which (here) are
49 // to the exposed collator (setStrength etc) _should_ modify the
50 // ucollator. thus the collator is not a copy-on-write alias, and it
56 // Alias the collator
57 m_collator_.setUCollator((UCollator *)m_strsrch_->collator);
91 // Alias the collator
92 m_collator_.setUCollator((UCollator *)m_strsrch_->collator);
119 // Alias the collator
120 m_collator_.setUCollator((UCollator *)m_strsrch_->collator);
154 // Alias the collator
155 m_collator_.setUCollator((UCollator *)m_strsrch_->collator);
182 that.m_strsrch_->collator,
186 // Alias the collator
187 m_collator_.setUCollator((UCollator *)m_strsrch_->collator);
221 that.m_strsrch_->collator,
225 // Alias the collator
226 m_collator_.setUCollator((UCollator *)m_strsrch_->collator);
241 this->m_strsrch_->collator == thatsrch.m_strsrch_->collator);
284 // Alias the collator
285 m_collator_.setUCollator((UCollator *)m_strsrch_->collator);