Home
last modified time | relevance | path

Searched refs:rbc_ (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollationElementIterator.java113 private RuleBasedCollator rbc_; // aliased field in CollationElementIterator
201 rbc_ = collator; in CollationElementIterator()
471 if (!rbc_.isUnsafe(c) || in setOffset()
472 … (Character.isHighSurrogate(c) && !rbc_.isUnsafe(string_.codePointAt(offset)))) { in setOffset()
512 boolean numeric = rbc_.settings.readOnly().isNumeric(); in setText()
513 if (rbc_.settings.readOnly().dontCheckFCD()) { in setText()
514 newIter = new UTF16CollationIterator(rbc_.data, numeric, string_, 0); in setText()
516 newIter = new FCDUTF16CollationIterator(rbc_.data, numeric, string_, 0); in setText()
550 boolean numeric = rbc_.settings.readOnly().isNumeric(); in setText()
551 if (rbc_.settings.readOnly().dontCheckFCD()) { in setText()
[all …]
/external/icu/icu4c/source/i18n/
Dcoleitr.cpp54 : UObject(other), iter_(NULL), rbc_(NULL), otherHalf_(0), dir_(0), offsets_(NULL) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
151 (rbc_ == that.rbc_ || *rbc_ == *that.rbc_) && in operator ==()
235 if (!rbc_->isUnsafe(c) || in setOffset()
236 (U16_IS_LEAD(c) && !rbc_->isUnsafe(string_.char32At(offset)))) { in setOffset()
280 UBool numeric = rbc_->settings->isNumeric(); in setText()
281 if (rbc_->settings->dontCheckFCD()) { in setText()
282 newIter = new UTF16CollationIterator(rbc_->data, numeric, s, s, s + string_.length()); in setText()
284 newIter = new FCDUTF16CollationIterator(rbc_->data, numeric, s, s, s + string_.length()); in setText()
309 UColAttributeValue s = (UColAttributeValue)rbc_->settings->getStrength(); in strengthOrder()
331 : iter_(NULL), rbc_(coll), otherHalf_(0), dir_(0), offsets_(NULL) { in CollationElementIterator()
[all …]
Ducoleitr.cpp187 init(*iter->rbc_); in init()
/external/icu/icu4c/source/i18n/unicode/
Dcoleitr.h361 const RuleBasedCollator *rbc_; // aliased variable