HomeSort by relevance Sort by last modified time
    Searched refs:getDefault (Results 201 - 225 of 1847) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
BasicDurationFormatterFactory.java 40 this.localeName = Locale.getDefault().toString();
41 this.timeZone = TimeZone.getDefault();
BasicPeriodFormatterFactory.java 68 this.localeName = Locale.getDefault().toString();
76 public static BasicPeriodFormatterFactory getDefault() {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralFormatUnitTest.java 49 plFmts[4] = new PluralFormat(ULocale.getDefault());
51 plFmts[5] = new PluralFormat(ULocale.getDefault(), PluralRules.DEFAULT);
53 plFmts[6] = new PluralFormat(ULocale.getDefault(),
56 plFmts[7] = new PluralFormat(ULocale.getDefault(), "other{#}");
59 plFmts[8] = new PluralFormat(Locale.getDefault());
61 plFmts[9] = new PluralFormat(Locale.getDefault(), PluralRules.DEFAULT);
66 NumberFormat numberFmt = NumberFormat.getInstance(ULocale.getDefault());
113 NumberFormat.getInstance(ULocale.getDefault());
RBNFParseTest.java 150 logln("Default locale:" + Locale.getDefault());
156 logln("Default locale:" + Locale.getDefault());
  /external/llvm/include/llvm/Transforms/
Instrumentation.h 52 static GCOVOptions getDefault();
80 GCOVOptions::getDefault());
  /external/nist-sip/java/gov/nist/core/net/
DefaultNetworkLayer.java 65 .getDefault();
66 sslSocketFactory = (SSLSocketFactory) SSLSocketFactory.getDefault();
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DisconnectTest.java 56 new DelegatingServerSocketFactory(ServerSocketFactory.getDefault()) {
64 client.setSocketFactory(new DelegatingSocketFactory(SocketFactory.getDefault()) {
ThreadInterruptTest.java 58 new DelegatingServerSocketFactory(ServerSocketFactory.getDefault()) {
66 client.setSocketFactory(new DelegatingSocketFactory(SocketFactory.getDefault()) {
  /external/slf4j/slf4j-ext/src/test/java/org/slf4j/dummyExt/
EventLoggerTest.java 66 MDC.put("locale", Locale.getDefault().getDisplayName());
67 MDC.put("timezone", TimeZone.getDefault().getDisplayName());
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/util/
SuperclassChainTest.java 60 ClassPath classPath = new ClassPath(new DexClassProvider(new ImmutableDexFile(Opcodes.getDefault(), classes)));
91 ClassPath classPath = new ClassPath(new DexClassProvider(new ImmutableDexFile(Opcodes.getDefault(), classes)));
  /libcore/luni/src/main/java/libcore/icu/
DateIntervalFormat.java 46 TimeZone tz = (olsonId != null) ? TimeZone.getTimeZone(olsonId) : TimeZone.getDefault();
48 ULocale icuLocale = ULocale.getDefault();
  /libcore/luni/src/test/java/libcore/java/nio/file/
WatchServiceTest.java 107 WatchService watchService = FileSystems.getDefault().newWatchService();
150 WatchService watchService = FileSystems.getDefault().newWatchService();
173 WatchService watchService = FileSystems.getDefault().newWatchService();
202 WatchService watchService = FileSystems.getDefault().newWatchService();
232 WatchService watchService = FileSystems.getDefault().newWatchService();
263 WatchService watchService1 = FileSystems.getDefault().newWatchService();
298 WatchService watchService1 = FileSystems.getDefault().newWatchService();
299 WatchService watchService2 = FileSystems.getDefault().newWatchService();
  /libcore/luni/src/test/java/libcore/java/sql/
TimestampTest.java 29 TimeZone defaultTimeZone = TimeZone.getDefault();
51 TimeZone defaultTimeZone = TimeZone.getDefault();
  /libcore/ojluni/src/main/java/java/text/
Collator.java 214 * The default locale is determined by java.util.Locale.getDefault.
216 * @see java.util.Locale#getDefault
219 return getInstance(Locale.getDefault());
484 icuColl = android.icu.text.RuleBasedCollator.getInstance(Locale.getDefault());
  /libcore/ojluni/src/main/java/javax/net/ssl/
SSLServerSocketFactory.java 81 * <code>SSLContext.getDefault().getServerSocketFactory()</code>. If that
85 * @see SSLContext#getDefault
87 public static synchronized ServerSocketFactory getDefault() {
139 // Android-changed: Allow for {@code null} SSLContext.getDefault.
140 SSLContext context = SSLContext.getDefault();
  /packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
RtlCompatibleViewPagerTest.java 68 assertThat(TextUtils.getLayoutDirectionFromLocale(Locale.getDefault()))
77 assertThat(TextUtils.getLayoutDirectionFromLocale(Locale.getDefault()))
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/
Instrumentation.h 54 static GCOVOptions getDefault();
83 GCOVOptions::getDefault());
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/
Instrumentation.h 54 static GCOVOptions getDefault();
83 GCOVOptions::getDefault());
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/
Instrumentation.h 54 static GCOVOptions getDefault();
83 GCOVOptions::getDefault());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/
Instrumentation.h 54 static GCOVOptions getDefault();
83 GCOVOptions::getDefault());
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/
Instrumentation.h 54 static GCOVOptions getDefault();
83 GCOVOptions::getDefault());
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/
Instrumentation.h 54 static GCOVOptions getDefault();
83 GCOVOptions::getDefault());
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/
Instrumentation.h 54 static GCOVOptions getDefault();
83 GCOVOptions::getDefault());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/
Instrumentation.h 54 static GCOVOptions getDefault();
83 GCOVOptions::getDefault());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlFormatPreferences.java 102 Preferences preferences = XMLCorePlugin.getDefault().getPluginPreferences();
132 IPreferenceStore prefs = EditorsPlugin.getDefault().getPreferenceStore();

Completed in 5227 milliseconds

1 2 3 4 5 6 7 891011>>