HomeSort by relevance Sort by last modified time
    Searched defs:FormatStyle (Results 1 - 19 of 19) sorted by null

  /libcore/ojluni/src/main/java/java/time/format/
FormatStyle.java 75 public enum FormatStyle {
  /libcore/ojluni/src/test/java/time/tck/java/time/format/
TCKFormatStyle.java 65 import java.time.format.FormatStyle;
88 for (FormatStyle style : FormatStyle.values()) {
89 assertEquals(FormatStyle.valueOf(style.name()), style);
93 @DataProvider(name="formatStyle")
97 {ZonedDateTime.of(LocalDateTime.of(2001, 10, 2, 1, 2, 3), ZONEID_PARIS), FormatStyle.FULL, "Tuesday, 2 October 2001 at 01:02:03 Central European Summer Time Europe/Paris"},
98 {ZonedDateTime.of(LocalDateTime.of(2001, 10, 2, 1, 2, 3), ZONEID_PARIS), FormatStyle.LONG, "2 October 2001 at 01:02:03 CEST Europe/Paris"},
99 {ZonedDateTime.of(LocalDateTime.of(2001, 10, 2, 1, 2, 3), ZONEID_PARIS), FormatStyle.MEDIUM, "2 Oct 2001, 01:02:03 Europe/Paris"},
100 {ZonedDateTime.of(LocalDateTime.of(2001, 10, 2, 1, 2, 3), ZONEID_PARIS), FormatStyle.SHORT, "02/10/2001, 01:02 Europe/Paris"},
102 {ZonedDateTime.of(LocalDateTime.of(2001, 10, 2, 1, 2, 3), OFFSET_PTWO), FormatStyle.FULL, "Tuesday, 2 October 2001 at 01:02:03 +02:00 +02:00"}
    [all...]
  /external/clang/tools/clang-format/
ClangFormat.cpp 254 FormatStyle FormatStyle = getStyle(Style, AssumedFileName, FallbackStyle);
256 FormatStyle.SortIncludes = SortIncludes;
258 Replacements Replaces = sortIncludes(FormatStyle, Code->getBuffer(), Ranges,
269 Replacements FormatChanges = reformat(FormatStyle, *ChangedCode, Ranges,
  /external/clang/include/clang/Format/
Format.h 44 /// \brief The ``FormatStyle`` is used to configure the formatting to follow
46 struct FormatStyle {
633 bool operator==(const FormatStyle &R) const {
717 FormatStyle getLLVMStyle();
723 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language);
727 FormatStyle getChromiumStyle(FormatStyle::LanguageKind Language);
731 FormatStyle getMozillaStyle();
735 FormatStyle getWebKitStyle()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Format/
Format.h 44 /// \brief The ``FormatStyle`` is used to configure the formatting to follow
46 struct FormatStyle {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Format/
Format.h 44 /// \brief The ``FormatStyle`` is used to configure the formatting to follow
46 struct FormatStyle {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Format/
Format.h 44 /// \brief The ``FormatStyle`` is used to configure the formatting to follow
46 struct FormatStyle {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Format/
Format.h 44 /// \brief The ``FormatStyle`` is used to configure the formatting to follow
46 struct FormatStyle {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Format/
Format.h 44 /// \brief The ``FormatStyle`` is used to configure the formatting to follow
46 struct FormatStyle {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Format/
Format.h 44 /// \brief The ``FormatStyle`` is used to configure the formatting to follow
46 struct FormatStyle {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Format/
Format.h 44 /// \brief The ``FormatStyle`` is used to configure the formatting to follow
46 struct FormatStyle {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Format/
Format.h 44 /// \brief The ``FormatStyle`` is used to configure the formatting to follow
46 struct FormatStyle {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Format/
Format.h 44 /// \brief The ``FormatStyle`` is used to configure the formatting to follow
46 struct FormatStyle {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Format/
Format.h 44 /// \brief The ``FormatStyle`` is used to configure the formatting to follow
46 struct FormatStyle {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Format/
Format.h 44 /// \brief The ``FormatStyle`` is used to configure the formatting to follow
46 struct FormatStyle {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Format/
Format.h 44 /// \brief The ``FormatStyle`` is used to configure the formatting to follow
46 struct FormatStyle {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Format/
Format.h 44 /// \brief The ``FormatStyle`` is used to configure the formatting to follow
46 struct FormatStyle {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Format/
Format.h 44 /// \brief The ``FormatStyle`` is used to configure the formatting to follow
46 struct FormatStyle {
    [all...]
  /prebuilts/sdk/current/
core.jar 

Completed in 1011 milliseconds