Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollationElementIterator.java109 private RuleBasedCollator rbc_; // aliased field in CollationElementIterator
197 rbc_ = collator; in CollationElementIterator()
467 if (!rbc_.isUnsafe(c) || in setOffset()
468 … (Character.isHighSurrogate(c) && !rbc_.isUnsafe(string_.codePointAt(offset)))) { in setOffset()
508 boolean numeric = rbc_.settings.readOnly().isNumeric(); in setText()
509 if (rbc_.settings.readOnly().dontCheckFCD()) { in setText()
510 newIter = new UTF16CollationIterator(rbc_.data, numeric, string_, 0); in setText()
512 newIter = new FCDUTF16CollationIterator(rbc_.data, numeric, string_, 0); in setText()
546 boolean numeric = rbc_.settings.readOnly().isNumeric(); in setText()
547 if (rbc_.settings.readOnly().dontCheckFCD()) { in setText()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCollationElementIterator.java109 private RuleBasedCollator rbc_; // aliased field in CollationElementIterator
192 rbc_ = collator; in CollationElementIterator()
453 if (!rbc_.isUnsafe(c) || in setOffset()
454 … (Character.isHighSurrogate(c) && !rbc_.isUnsafe(string_.codePointAt(offset)))) { in setOffset()
493 boolean numeric = rbc_.settings.readOnly().isNumeric(); in setText()
494 if (rbc_.settings.readOnly().dontCheckFCD()) { in setText()
495 newIter = new UTF16CollationIterator(rbc_.data, numeric, string_, 0); in setText()
497 newIter = new FCDUTF16CollationIterator(rbc_.data, numeric, string_, 0); in setText()
530 boolean numeric = rbc_.settings.readOnly().isNumeric(); in setText()
531 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.cpp197 init(*iter->rbc_); in init()
/external/icu/icu4c/source/i18n/unicode/
Dcoleitr.h361 const RuleBasedCollator *rbc_; // aliased variable