Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(513)

Side by Side Diff: source/test/intltest/dtifmtts.cpp

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/test/intltest/dtfmttst.cpp ('k') | source/test/intltest/dtptngts.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 /******************************************************************** 2 /********************************************************************
3 * COPYRIGHT: 3 * COPYRIGHT:
4 * Copyright (c) 1997-2013, International Business Machines Corporation and 4 * Copyright (c) 1997-2014, International Business Machines Corporation and
5 * others. All Rights Reserved. 5 * others. All Rights Reserved.
6 ********************************************************************/ 6 ********************************************************************/
7 7
8 #include "unicode/utypes.h" 8 #include "unicode/utypes.h"
9 9
10 #if !UCONFIG_NO_FORMATTING 10 #if !UCONFIG_NO_FORMATTING
11 11
12 12
13 //TODO: define it in compiler flag 13 //TODO: define it in compiler flag
14 //#define DTIFMTTS_DEBUG 1 14 //#define DTIFMTTS_DEBUG 1
(...skipping 816 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 "zh", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "MMMMy", "2007\\u5E7 411\\u6708", // (fixed expected result per ticket:6626:) 831 "zh", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "MMMMy", "2007\\u5E7 411\\u6708", // (fixed expected result per ticket:6626:)
832 832
833 "zh", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "EEEEdMMMM", "11\\u6 70810\\u65e5\\u661f\\u671f\\u516d\\u81f320\\u65e5\\u661f\\u671f\\u4e8c", 833 "zh", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "EEEEdMMMM", "11\\u6 70810\\u65e5\\u661f\\u671f\\u516d\\u81f320\\u65e5\\u661f\\u671f\\u4e8c",
834 834
835 835
836 "zh", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "EdMy", "2007/11/10\ \u5468\\u516d\\u81f32007/11/20\\u5468\\u4e8c", 836 "zh", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "EdMy", "2007/11/10\ \u5468\\u516d\\u81f32007/11/20\\u5468\\u4e8c",
837 837
838 838
839 "zh", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "dM", "11/10 \\u2013 11/20", 839 "zh", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "dM", "11/10 \\u2013 11/20",
840 840
841 "zh", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "My", "2007/11", 841 "zh", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "My", "2007\\u5E7411 \\u6708",
842 842
843 "zh", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "EdM", "11/10\\u5468 \\u516d\\u81f311/20\\u5468\\u4e8c", 843 "zh", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "EdM", "11/10\\u5468 \\u516d\\u81f311/20\\u5468\\u4e8c",
844 844
845 845
846 "zh", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "y", "2007\\u5E74", // (fixed expected result per ticket:6626:) 846 "zh", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "y", "2007\\u5E74", // (fixed expected result per ticket:6626:)
847 847
848 "zh", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "M", "11\\u6708", 848 "zh", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "M", "11\\u6708",
849 849
850 "zh", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "MMM", "11\\u6708", // (fixed expected result per ticket:6626: and others) 850 "zh", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "MMM", "11\\u6708", // (fixed expected result per ticket:6626: and others)
851 851
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
891 "de", "2007 10 10 10:10:10", "2008 10 10 10:10:10", "My", "10.2007 - 10. 2008", 891 "de", "2007 10 10 10:10:10", "2008 10 10 10:10:10", "My", "10.2007 - 10. 2008",
892 892
893 "de", "2007 10 10 10:10:10", "2008 10 10 10:10:10", "EdM", "Mi., 10.10.2 007 - Fr., 10.10.2008", 893 "de", "2007 10 10 10:10:10", "2008 10 10 10:10:10", "EdM", "Mi., 10.10.2 007 - Fr., 10.10.2008",
894 894
895 895
896 "de", "2007 10 10 10:10:10", "2008 10 10 10:10:10", "y", "2007-2008", 896 "de", "2007 10 10 10:10:10", "2008 10 10 10:10:10", "y", "2007-2008",
897 897
898 "de", "2007 10 10 10:10:10", "2008 10 10 10:10:10", "M", "10.2007 - 10.2 008", 898 "de", "2007 10 10 10:10:10", "2008 10 10 10:10:10", "M", "10.2007 - 10.2 008",
899 899
900 900
901 "de", "2007 10 10 10:10:10", "2008 10 10 10:10:10", "hm", "10.10.2007 10 :10 vorm. - 10.10.2008 10:10 vorm.", 901 "de", "2007 10 10 10:10:10", "2008 10 10 10:10:10", "hm", "10.10.2007, 1 0:10 vorm. - 10.10.2008, 10:10 vorm.",
902 "de", "2007 10 10 10:10:10", "2008 10 10 10:10:10", "Hm", "10.10.2007 10 :10 - 10.10.2008 10:10", 902 "de", "2007 10 10 10:10:10", "2008 10 10 10:10:10", "Hm", "10.10.2007, 1 0:10 - 10.10.2008, 10:10",
903 903
904 "de", "2007 10 10 10:10:10", "2007 11 10 10:10:10", "EEEEdMMMy", "Mittwo ch, 10. Okt. - Samstag, 10. Nov. 2007", 904 "de", "2007 10 10 10:10:10", "2007 11 10 10:10:10", "EEEEdMMMy", "Mittwo ch, 10. Okt. - Samstag, 10. Nov. 2007",
905 905
906 906
907 "de", "2007 10 10 10:10:10", "2007 11 10 10:10:10", "dMMM", "10. Okt. - 10. Nov.", 907 "de", "2007 10 10 10:10:10", "2007 11 10 10:10:10", "dMMM", "10. Okt. - 10. Nov.",
908 908
909 "de", "2007 10 10 10:10:10", "2007 11 10 10:10:10", "MMMy", "Okt.-Nov. 2 007", 909 "de", "2007 10 10 10:10:10", "2007 11 10 10:10:10", "MMMy", "Okt.-Nov. 2 007",
910 910
911 "de", "2007 10 10 10:10:10", "2007 11 10 10:10:10", "EEEEdMMM", "Mittwoc h, 10. Okt. - Samstag, 10. Nov.", 911 "de", "2007 10 10 10:10:10", "2007 11 10 10:10:10", "EEEEdMMM", "Mittwoc h, 10. Okt. - Samstag, 10. Nov.",
912 912
913 913
914 "de", "2007 10 10 10:10:10", "2007 11 10 10:10:10", "dM", "10.10. - 10.1 1.", 914 "de", "2007 10 10 10:10:10", "2007 11 10 10:10:10", "dM", "10.10. - 10.1 1.",
915 915
916 "de", "2007 10 10 10:10:10", "2007 11 10 10:10:10", "My", "10.2007 - 11. 2007", 916 "de", "2007 10 10 10:10:10", "2007 11 10 10:10:10", "My", "10.2007 - 11. 2007",
917 917
918 918
919 "de", "2007 10 10 10:10:10", "2007 11 10 10:10:10", "d", "10.10. - 10.11 .", 919 "de", "2007 10 10 10:10:10", "2007 11 10 10:10:10", "d", "10.10. - 10.11 .",
920 920
921 "de", "2007 10 10 10:10:10", "2007 11 10 10:10:10", "y", "2007", 921 "de", "2007 10 10 10:10:10", "2007 11 10 10:10:10", "y", "2007",
922 922
923 923
924 "de", "2007 10 10 10:10:10", "2007 11 10 10:10:10", "MMM", "Okt.-Nov.", 924 "de", "2007 10 10 10:10:10", "2007 11 10 10:10:10", "MMM", "Okt.-Nov.",
925 925
926 926
927 "de", "2007 10 10 10:10:10", "2007 11 10 10:10:10", "hms", "10.10.2007 1 0:10:10 vorm. - 10.11.2007 10:10:10 vorm.", 927 "de", "2007 10 10 10:10:10", "2007 11 10 10:10:10", "hms", "10.10.2007, 10:10:10 vorm. - 10.11.2007, 10:10:10 vorm.",
928 "de", "2007 10 10 10:10:10", "2007 11 10 10:10:10", "Hms", "10.10.2007 1 0:10:10 - 10.11.2007 10:10:10", 928 "de", "2007 10 10 10:10:10", "2007 11 10 10:10:10", "Hms", "10.10.2007, 10:10:10 - 10.11.2007, 10:10:10",
929 929
930 "de", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "EEEEdMMMy", "Samsta g, 10. - Dienstag, 20. Nov. 2007", 930 "de", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "EEEEdMMMy", "Samsta g, 10. - Dienstag, 20. Nov. 2007",
931 931
932 "de", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "dMMMy", "10.-20. No v. 2007", 932 "de", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "dMMMy", "10.-20. No v. 2007",
933 933
934 934
935 "de", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "MMMy", "Nov. 2007", 935 "de", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "MMMy", "Nov. 2007",
936 936
937 "de", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "EEEEdMMM", "Samstag , 10. - Dienstag, 20. Nov.", 937 "de", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "EEEEdMMM", "Samstag , 10. - Dienstag, 20. Nov.",
938 938
939 "de", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "EdMy", "Sa., 10.11. 2007 - Di., 20.11.2007", 939 "de", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "EdMy", "Sa., 10.11. 2007 - Di., 20.11.2007",
940 940
941 941
942 "de", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "dM", "10.11. - 20.1 1.", 942 "de", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "dM", "10.11. - 20.1 1.",
943 943
944 "de", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "My", "11.2007", 944 "de", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "My", "11.2007",
945 945
946 946
947 "de", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "d", "10.-20.", 947 "de", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "d", "10.-20.",
948 948
949 "de", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "y", "2007", 949 "de", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "y", "2007",
950 950
951 951
952 "de", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "hmv", "10.11.2007 1 0:10 vorm. Los Angeles Zeit - 20.11.2007 10:10 vorm. Los Angeles Zeit", 952 "de", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "hmv", "10.11.2007, 10:10 vorm. Los Angeles Zeit - 20.11.2007, 10:10 vorm. Los Angeles Zeit",
953 953
954 "de", "2007 01 10 10:00:10", "2007 01 10 14:10:10", "EEEEdMMMy", "Mittwo ch, 10. Jan. 2007", 954 "de", "2007 01 10 10:00:10", "2007 01 10 14:10:10", "EEEEdMMMy", "Mittwo ch, 10. Jan. 2007",
955 955
956 956
957 "de", "2007 01 10 10:00:10", "2007 01 10 14:10:10", "dMMM", "10. Jan.", 957 "de", "2007 01 10 10:00:10", "2007 01 10 14:10:10", "dMMM", "10. Jan.",
958 958
959 "de", "2007 01 10 10:00:10", "2007 01 10 14:10:10", "MMMy", "Jan. 2007", 959 "de", "2007 01 10 10:00:10", "2007 01 10 14:10:10", "MMMy", "Jan. 2007",
960 960
961 "de", "2007 01 10 10:00:10", "2007 01 10 14:10:10", "EEEEdMMM", "Mittwoc h, 10. Jan.", 961 "de", "2007 01 10 10:00:10", "2007 01 10 14:10:10", "EEEEdMMM", "Mittwoc h, 10. Jan.",
962 962
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
1503 // for "th", the default calendar is Budhist, 1503 // for "th", the default calendar is Budhist,
1504 // not Gregorian. 1504 // not Gregorian.
1505 assertTrue("Default calendar for \"th\" is Budhist", ec == U_ILLEGAL _ARGUMENT_ERROR); 1505 assertTrue("Default calendar for \"th\" is Budhist", ec == U_ILLEGAL _ARGUMENT_ERROR);
1506 ec = U_ZERO_ERROR; 1506 ec = U_ZERO_ERROR;
1507 } 1507 }
1508 delete dtitvfmt; 1508 delete dtitvfmt;
1509 } 1509 }
1510 } 1510 }
1511 1511
1512 #endif /* #if !UCONFIG_NO_FORMATTING */ 1512 #endif /* #if !UCONFIG_NO_FORMATTING */
OLDNEW
« no previous file with comments | « source/test/intltest/dtfmttst.cpp ('k') | source/test/intltest/dtptngts.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698