Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DCollationElementIterator.java111 private RuleBasedCollator rbc_; // aliased field in CollationElementIterator
194 rbc_ = collator; in CollationElementIterator()
455 if (!rbc_.isUnsafe(c) || in setOffset()
456 … (Character.isHighSurrogate(c) && !rbc_.isUnsafe(string_.codePointAt(offset)))) { in setOffset()
495 boolean numeric = rbc_.settings.readOnly().isNumeric(); in setText()
496 if (rbc_.settings.readOnly().dontCheckFCD()) { in setText()
497 newIter = new UTF16CollationIterator(rbc_.data, numeric, string_, 0); in setText()
499 newIter = new FCDUTF16CollationIterator(rbc_.data, numeric, string_, 0); in setText()
532 boolean numeric = rbc_.settings.readOnly().isNumeric(); in setText()
533 if (rbc_.settings.readOnly().dontCheckFCD()) { in setText()
[all …]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollationElementIterator.java111 private RuleBasedCollator rbc_; // aliased field in CollationElementIterator
199 rbc_ = collator; in CollationElementIterator()
469 if (!rbc_.isUnsafe(c) || in setOffset()
470 … (Character.isHighSurrogate(c) && !rbc_.isUnsafe(string_.codePointAt(offset)))) { in setOffset()
510 boolean numeric = rbc_.settings.readOnly().isNumeric(); in setText()
511 if (rbc_.settings.readOnly().dontCheckFCD()) { in setText()
512 newIter = new UTF16CollationIterator(rbc_.data, numeric, string_, 0); in setText()
514 newIter = new FCDUTF16CollationIterator(rbc_.data, numeric, string_, 0); in setText()
548 boolean numeric = rbc_.settings.readOnly().isNumeric(); in setText()
549 if (rbc_.settings.readOnly().dontCheckFCD()) { in setText()
[all …]
/external/icu/icu4c/source/i18n/
Dcoleitr.cpp57 : UObject(other), iter_(NULL), rbc_(NULL), otherHalf_(0), dir_(0), offsets_(NULL) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
154 (rbc_ == that.rbc_ || *rbc_ == *that.rbc_) && in operator ==()
238 if (!rbc_->isUnsafe(c) || in setOffset()
239 (U16_IS_LEAD(c) && !rbc_->isUnsafe(string_.char32At(offset)))) { in setOffset()
283 UBool numeric = rbc_->settings->isNumeric(); in setText()
284 if (rbc_->settings->dontCheckFCD()) { in setText()
285 newIter = new UTF16CollationIterator(rbc_->data, numeric, s, s, s + string_.length()); in setText()
287 newIter = new FCDUTF16CollationIterator(rbc_->data, numeric, s, s, s + string_.length()); in setText()
312 UColAttributeValue s = (UColAttributeValue)rbc_->settings->getStrength(); in strengthOrder()
334 : iter_(NULL), rbc_(coll), otherHalf_(0), dir_(0), offsets_(NULL) { in CollationElementIterator()
[all …]
Ducoleitr.cpp199 init(*iter->rbc_); in init()
/external/icu/icu4c/source/i18n/unicode/
Dcoleitr.h364 const RuleBasedCollator *rbc_; // aliased variable