Home
last modified time | relevance | path

Searched refs:defLoc (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleAliasTest.java68 ULocale defLoc = ULocale.getDefault(); in TestCalendar() local
103 ULocale.setDefault(defLoc); in TestCalendar()
108 ULocale defLoc = ULocale.getDefault(); in TestDateFormat() local
143 ULocale.setDefault(defLoc); in TestDateFormat()
148 ULocale defLoc = ULocale.getDefault(); in TestULocale() local
167 ULocale.setDefault(defLoc); in TestULocale()
172 ULocale defLoc = ULocale.getDefault(); in TestDisplayName() local
198 ULocale.setDefault(defLoc); in TestDisplayName()
203 ULocale defLoc = ULocale.getDefault(); in TestUResourceBundle() local
227 ULocale.setDefault(defLoc); in TestUResourceBundle()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DLocaleAliasTest.java71 ULocale defLoc = ULocale.getDefault(); in TestCalendar() local
106 ULocale.setDefault(defLoc); in TestCalendar()
111 ULocale defLoc = ULocale.getDefault(); in TestDateFormat() local
146 ULocale.setDefault(defLoc); in TestDateFormat()
151 ULocale defLoc = ULocale.getDefault(); in TestULocale() local
170 ULocale.setDefault(defLoc); in TestULocale()
175 ULocale defLoc = ULocale.getDefault(); in TestDisplayName() local
201 ULocale.setDefault(defLoc); in TestDisplayName()
206 ULocale defLoc = ULocale.getDefault(); in TestUResourceBundle() local
230 ULocale.setDefault(defLoc); in TestUResourceBundle()
DLocaleAliasCollationTest.java61 ULocale defLoc = ULocale.getDefault(); in TestCollation() local
79 ULocale.setDefault(defLoc); in TestCollation()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
DLocaleAliasCollationTest.java58 ULocale defLoc = ULocale.getDefault(); in TestCollation() local
76 ULocale.setDefault(defLoc); in TestCollation()
/external/clang/unittests/Basic/
DSourceManagerTest.cpp226 SourceLocation defLoc = SourceMgr.translateLineCol(mainFileID, 2, 13); in TEST_F() local
231 defLoc = SourceMgr.getMacroArgExpandedLocation(defLoc); in TEST_F()
237 EXPECT_TRUE(defLoc.isFileID()); in TEST_F()
/external/llvm-project/clang/unittests/Basic/
DSourceManagerTest.cpp326 SourceLocation defLoc = SourceMgr.translateLineCol(mainFileID, 2, 13); in TEST_F() local
331 defLoc = SourceMgr.getMacroArgExpandedLocation(defLoc); in TEST_F()
337 EXPECT_TRUE(defLoc.isFileID()); in TEST_F()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundle.java118 ULocale defLoc = null; // locale where default (found) resource is in getFunctionalEquivalent() local
154 defLoc = r.getULocale(); in getFunctionalEquivalent()
158 if (defLoc == null) { in getFunctionalEquivalent()
162 } while ((r != null) && (defLoc == null)); in getFunctionalEquivalent()
178 defLoc = r.getULocale(); in getFunctionalEquivalent()
217 defLoc = r.getULocale(); in getFunctionalEquivalent()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceBundle.java122 ULocale defLoc = null; // locale where default (found) resource is in getFunctionalEquivalent() local
158 defLoc = r.getULocale(); in getFunctionalEquivalent()
162 if (defLoc == null) { in getFunctionalEquivalent()
166 } while ((r != null) && (defLoc == null)); in getFunctionalEquivalent()
182 defLoc = r.getULocale(); in getFunctionalEquivalent()
221 defLoc = r.getULocale(); in getFunctionalEquivalent()
/external/icu/icu4c/source/common/
Duresbund.cpp2612 char defLoc[1024] = ""; /* default value for given locale */ in ures_getFunctionalEquivalent() local
2684 uprv_strcpy(defLoc, parent); in ures_getFunctionalEquivalent()
2744 if(uprv_strlen(defLoc) > uprv_strlen(full)) { in ures_getFunctionalEquivalent()
2759 uprv_strcpy(defLoc, full); in ures_getFunctionalEquivalent()
2764 fprintf(stderr, "No trim0, %s <= %s\n", defLoc, full); in ures_getFunctionalEquivalent()
2820 if(uprv_strlen(defLoc) > uprv_strlen(full)) { in ures_getFunctionalEquivalent()
2835 uprv_strcpy(defLoc, full); in ures_getFunctionalEquivalent()
2840 fprintf(stderr, "No trim1, %s <= %s\n", defLoc, full); in ures_getFunctionalEquivalent()
2862 fprintf(stderr,"Trim? full=%s, defLoc=%s, found=%s\n", full, defLoc, found); in ures_getFunctionalEquivalent()
2864 if(uprv_strlen(defLoc) <= uprv_strlen(full)) { in ures_getFunctionalEquivalent()
/external/llvm-project/mlir/lib/Parser/
DParser.cpp1741 if (auto defLoc = getReferenceLoc(argInfo.name, argInfo.number)) { in parseRegion() local
1744 .attachNote(getEncodedSourceLocation(*defLoc)) in parseRegion()