Searched defs:rbc_ (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Dcoleitr.h361 const RuleBasedCollator *rbc_; // aliased member in class:U_FINAL
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCollationElementIterator.java109 private RuleBasedCollator rbc_; // aliased field in class:CollationElementIterator
192 rbc_ = collator;
453 if (!rbc_.isUnsafe(c) ||
454 (Character.isHighSurrogate(c) && !rbc_.isUnsafe(string_.codePointAt(offset)))) {
493 boolean numeric = rbc_.settings.readOnly().isNumeric();
494 if (rbc_.settings.readOnly().dontCheckFCD()) {
495 newIter = new UTF16CollationIterator(rbc_.data, numeric, string_, 0);
497 newIter = new FCDUTF16CollationIterator(rbc_.data, numeric, string_, 0);
530 boolean numeric = rbc_.settings.readOnly().isNumeric();
531 if (rbc_
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollationElementIterator.java109 private RuleBasedCollator rbc_; // aliased field in class:CollationElementIterator
197 rbc_ = collator;
467 if (!rbc_.isUnsafe(c) ||
468 (Character.isHighSurrogate(c) && !rbc_.isUnsafe(string_.codePointAt(offset)))) {
508 boolean numeric = rbc_.settings.readOnly().isNumeric();
509 if (rbc_.settings.readOnly().dontCheckFCD()) {
510 newIter = new UTF16CollationIterator(rbc_.data, numeric, string_, 0);
512 newIter = new FCDUTF16CollationIterator(rbc_.data, numeric, string_, 0);
546 boolean numeric = rbc_.settings.readOnly().isNumeric();
547 if (rbc_
[all...]
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...

Completed in 179 milliseconds