Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dlocalematcher.cpp342 int32_t idef = -1; in LocaleMatcher() local
379 if (idef < 0 && defLSR != nullptr && lsr == *defLSR) { in LocaleMatcher()
380 idef = i; in LocaleMatcher()
416 if (idef >= 0) { in LocaleMatcher()
417 uhash_puti(supportedLsrToIndex, const_cast<LSR *>(defLSR), idef + 1, &errorCode); in LocaleMatcher()
419 supportedIndexes[0] = idef; in LocaleMatcher()
423 if (i == idef) { continue; } in LocaleMatcher()
430 idef = 0; in LocaleMatcher()
435 } else if (idef >= 0 && lsr == *defLSR) { in LocaleMatcher()
466 if (def != nullptr && (idef < 0 || def != supportedLocales[idef])) { in LocaleMatcher()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/util/
DLocaleMatcher.java561 int idef = -1; in LocaleMatcher()
582 if (idef < 0 && defLSR != null && lsr.equals(defLSR)) { in LocaleMatcher()
583 idef = i; in LocaleMatcher()
604 if (idef >= 0) { in LocaleMatcher()
605 supportedLsrToIndex.put(defLSR, idef); in LocaleMatcher()
609 if (i == idef) { in LocaleMatcher()
619 idef = 0; in LocaleMatcher()
621 } else if (idef >= 0 && lsr.equals(defLSR)) { in LocaleMatcher()
653 defaultLocaleIndex = idef; in LocaleMatcher()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java586 int idef = -1; in LocaleMatcher()
607 if (idef < 0 && defLSR != null && lsr.equals(defLSR)) { in LocaleMatcher()
608 idef = i; in LocaleMatcher()
629 if (idef >= 0) { in LocaleMatcher()
630 supportedLsrToIndex.put(defLSR, idef); in LocaleMatcher()
634 if (i == idef) { in LocaleMatcher()
644 idef = 0; in LocaleMatcher()
646 } else if (idef >= 0 && lsr.equals(defLSR)) { in LocaleMatcher()
678 defaultLocaleIndex = idef; in LocaleMatcher()
/external/pcre/dist2/testdata/
Dtestinput258 /ab\idef/
60 /(?X)ab\idef/
Dtestoutput2122 /ab\idef/
125 /(?X)ab\idef/