Searched refs:defLSR (Results 1 – 5 of 5) sorted by relevance
682 LSR defLSR = null; in LocaleMatcher() local685 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()
607 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()
372 const LSR *defLSR = nullptr; in LocaleMatcher() local382 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()