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

  /external/icu4c/i18n/
tblcoll.cpp 85 , ucollator(NULL)
137 ucollator = ucol_openBinary(bin, length, base->ucollator, &status);
144 const UChar *r = ucol_getRules(ucollator, &length);
162 ucollator = ucol_openRules(rules.getBuffer(), rules.length(),
169 if(ucollator == NULL) {
185 ucol_close(ucollator);
187 ucollator = 0;
204 return ucol_equals(this->ucollator, thatAlias.ucollator);
    [all...]
coleitr.cpp 309 m_data_ = ucol_openElements(order->ucollator, string, length, &status);
377 m_data_ = ucol_openElements(order->ucollator, buffer, length, &status);
coll.cpp 230 UCollator*
234 UCollator *result = 0;
241 result = ucol_safeClone(rbc->ucollator, NULL, NULL, status);
243 result = rbc->ucollator;
244 rbc->ucollator = NULL; // to prevent free on delete
519 // UCollator protected constructor destructor ----------------------------
855 // UCollator private data members ----------------------------------------
stsearch.cpp 48 // _should not_ delete the ucollator or rules, and 2) changes made
50 // ucollator. thus the collator is not a copy-on-write alias, and it
57 m_collator_.setUCollator((UCollator *)m_strsrch_->collator);
84 m_text_.length(), coll->ucollator,
92 m_collator_.setUCollator((UCollator *)m_strsrch_->collator);
120 m_collator_.setUCollator((UCollator *)m_strsrch_->collator);
147 m_text_.length(), coll->ucollator,
155 m_collator_.setUCollator((UCollator *)m_strsrch_->collator);
187 m_collator_.setUCollator((UCollator *)m_strsrch_->collator);
226 m_collator_.setUCollator((UCollator *)m_strsrch_->collator)
    [all...]
  /external/icu4c/i18n/unicode/
tblcoll.h 751 UCollator *ucollator; member in class:RuleBasedCollator
    [all...]

Completed in 360 milliseconds