Searched refs:defaultLocaleIndex (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/ |
D | localematcher.cpp | 334 ownedDefaultLocale(nullptr), defaultLocale(nullptr), defaultLocaleIndex(-1) { in LocaleMatcher() 475 defaultLocaleIndex = idef; in LocaleMatcher() 495 defaultLocaleIndex(src.defaultLocaleIndex) { in LocaleMatcher() 505 src.defaultLocaleIndex = -1; in LocaleMatcher() 535 defaultLocaleIndex = src.defaultLocaleIndex; in operator =() 546 src.defaultLocaleIndex = -1; in operator =() 633 return Result(nullptr, defaultLocale, -1, defaultLocaleIndex, FALSE); in getBestMatchResult() 639 return Result(nullptr, defaultLocale, -1, defaultLocaleIndex, FALSE); in getBestMatchResult() 648 return Result(nullptr, defaultLocale, -1, defaultLocaleIndex, FALSE); in getBestMatchResult() 653 return Result(nullptr, defaultLocale, -1, defaultLocaleIndex, FALSE); in getBestMatchResult()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | LocaleMatcher.java | 324 private final int defaultLocaleIndex; field in LocaleMatcher 653 defaultLocaleIndex = idef; in LocaleMatcher() 809 return new Result(null, defaultULocale, null, defaultLocale, -1, defaultLocaleIndex); in defaultResult()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | LocaleMatcher.java | 335 private final int defaultLocaleIndex; field in LocaleMatcher 678 defaultLocaleIndex = idef; in LocaleMatcher() 839 return new Result(null, defaultULocale, null, defaultLocale, -1, defaultLocaleIndex); in defaultResult()
|
/external/icu/icu4c/source/common/unicode/ |
D | localematcher.h | 598 int32_t defaultLocaleIndex; variable
|