Searched refs:UND_LSR (Results 1 – 5 of 5) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | LocaleMatcher.java | 67 private static final LSR UND_LSR = new LSR("und","","", LSR.EXPLICIT_LSR); field in LocaleMatcher 705 return UND_LSR; in getMaximalLsrOrUnd() 713 return UND_LSR; in getMaximalLsrOrUnd()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | LocaleMatcher.java | 66 private static final LSR UND_LSR = new LSR("und","","", LSR.EXPLICIT_LSR); field in LocaleMatcher 797 return UND_LSR; in getMaximalLsrOrUnd() 805 return UND_LSR; in getMaximalLsrOrUnd()
|
/third_party/node/deps/icu-small/source/common/ |
D | localematcher.cpp | 24 #define UND_LSR LSR("und", "", "", LSR::EXPLICIT_LSR) macro 308 return UND_LSR; in getMaximalLsrOrUnd()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | localematcher.cpp | 24 #define UND_LSR LSR("und", "", "", LSR::EXPLICIT_LSR) macro 326 return UND_LSR; in getMaximalLsrOrUnd()
|
/third_party/icu/icu4c/source/common/ |
D | localematcher.cpp | 24 #define UND_LSR LSR("und", "", "", LSR::EXPLICIT_LSR) macro 308 return UND_LSR; in getMaximalLsrOrUnd()
|