Android patch: CLDR data: Turkish DMY date format.

This change was introduced in Android by the ICU51.1 upgrade:

https://android.googlesource.com/platform/external/icu/+/8393335

Change-Id: I60026237b016daad2bc9e55f86af0e399992c911
diff --git a/icu4c/source/data/locales/tr.txt b/icu4c/source/data/locales/tr.txt
index ddf5a0f..40b293d 100644
--- a/icu4c/source/data/locales/tr.txt
+++ b/icu4c/source/data/locales/tr.txt
@@ -378,7 +378,7 @@
                 "d MMMM y EEEE",
                 "d MMMM y",
                 "d MMM y",
-                "d.MM.y",
+                "d MM y",
                 "{1} {0}",
                 "{1} {0}",
                 "{1} {0}",
diff --git a/icu4c/source/test/intltest/tmsgfmt.cpp b/icu4c/source/test/intltest/tmsgfmt.cpp
index 939de8c..fb77f49 100644
--- a/icu4c/source/test/intltest/tmsgfmt.cpp
+++ b/icu4c/source/test/intltest/tmsgfmt.cpp
@@ -445,7 +445,7 @@
     }
 
     const UnicodeString expected(
-            "At 12:20:00 on 8.08.1997, there was a disturbance in the Force on planet 7.", "");
+            "At 12:20:00 on 8 08 1997, there was a disturbance in the Force on planet 7.", "");  // Google patch
     if (result != expected) {
         errln("TestTurkishCasing failed on test");
         errln( UnicodeString("     Result: ") + result );