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

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCollationElementIterator.java111 private RuleBasedCollator rbc_; // aliased field in class:CollationElementIterator
194 rbc_ = collator;
455 if (!rbc_.isUnsafe(c) ||
456 (Character.isHighSurrogate(c) && !rbc_.isUnsafe(string_.codePointAt(offset)))) {
495 boolean numeric = rbc_.settings.readOnly().isNumeric();
496 if (rbc_.settings.readOnly().dontCheckFCD()) {
497 newIter = new UTF16CollationIterator(rbc_.data, numeric, string_, 0);
499 newIter = new FCDUTF16CollationIterator(rbc_.data, numeric, string_, 0);
532 boolean numeric = rbc_.settings.readOnly().isNumeric();
533 if (rbc_
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollationElementIterator.java111 private RuleBasedCollator rbc_; // aliased field in class:CollationElementIterator
199 rbc_ = collator;
469 if (!rbc_.isUnsafe(c) ||
470 (Character.isHighSurrogate(c) && !rbc_.isUnsafe(string_.codePointAt(offset)))) {
510 boolean numeric = rbc_.settings.readOnly().isNumeric();
511 if (rbc_.settings.readOnly().dontCheckFCD()) {
512 newIter = new UTF16CollationIterator(rbc_.data, numeric, string_, 0);
514 newIter = new FCDUTF16CollationIterator(rbc_.data, numeric, string_, 0);
548 boolean numeric = rbc_.settings.readOnly().isNumeric();
549 if (rbc_
[all...]
/external/icu/icu4c/source/i18n/
H A Dcoleitr.cpp56 : UObject(other), iter_(NULL), rbc_(NULL), otherHalf_(0), dir_(0), offsets_(NULL) {
153 (rbc_ == that.rbc_ || *rbc_ == *that.rbc_) &&
237 if (!rbc_->isUnsafe(c) ||
238 (U16_IS_LEAD(c) && !rbc_->isUnsafe(string_.char32At(offset)))) {
282 UBool numeric = rbc_->settings->isNumeric();
283 if (rbc_->settings->dontCheckFCD()) {
284 newIter = new UTF16CollationIterator(rbc_
[all...]
H A Ducoleitr.cpp199 init(*iter->rbc_);
/external/icu/icu4c/source/i18n/unicode/
H A Dcoleitr.h363 const RuleBasedCollator *rbc_; // aliased member in class:U_FINAL

Completed in 606 milliseconds