Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java682 LSR defLSR = null; in LocaleMatcher() local
685 defLSR = getMaximalLsrOrUnd(udef); in LocaleMatcher()
723 if (defLSR == null && builder.withDefault) { in LocaleMatcher()
728 defLSR = lsr; in LocaleMatcher()
730 } else if (defLSR != null && lsr.isEquivalentTo(defLSR)) { in LocaleMatcher()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DLocaleMatcher.java607 LSR defLSR = null; in LocaleMatcher()
610 defLSR = getMaximalLsrOrUnd(udef); in LocaleMatcher()
648 if (defLSR == null) { in LocaleMatcher()
652 defLSR = lsr; in LocaleMatcher()
654 } else if (lsr.isEquivalentTo(defLSR)) { in LocaleMatcher()
/third_party/skia/third_party/externals/icu/source/common/
Dlocalematcher.cpp372 const LSR *defLSR = nullptr; in LocaleMatcher() local
382 defLSR = &builderDefaultLSR; in LocaleMatcher()
441 if (defLSR == nullptr && builder.withDefault_) { in LocaleMatcher()
445 defLSR = &lsr; in LocaleMatcher()
448 } else if (defLSR != nullptr && lsr.isEquivalentTo(*defLSR)) { in LocaleMatcher()
/third_party/node/deps/icu-small/source/common/
Dlocalematcher.cpp372 const LSR *defLSR = nullptr; in LocaleMatcher() local
382 defLSR = &builderDefaultLSR; in LocaleMatcher()
441 if (defLSR == nullptr && builder.withDefault_) { in LocaleMatcher()
445 defLSR = &lsr; in LocaleMatcher()
448 } else if (defLSR != nullptr && lsr.isEquivalentTo(*defLSR)) { in LocaleMatcher()
/third_party/icu/icu4c/source/common/
Dlocalematcher.cpp372 const LSR *defLSR = nullptr; in LocaleMatcher() local
382 defLSR = &builderDefaultLSR; in LocaleMatcher()
441 if (defLSR == nullptr && builder.withDefault_) { in LocaleMatcher()
445 defLSR = &lsr; in LocaleMatcher()
448 } else if (defLSR != nullptr && lsr.isEquivalentTo(*defLSR)) { in LocaleMatcher()