]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/cjaptst.c
ICU-64260.0.1.tar.gz
[apple/icu.git] / icuSources / test / cintltst / cjaptst.c
index 7318e07cb93380647be20bbbb8d7e28a641ef136..c16ae8f06ca106815c586b4fcd11b1313cd291af 100644 (file)
@@ -1,6 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /********************************************************************
  * COPYRIGHT:
- * Copyright (c) 1997-2001, International Business Machines Corporation and
+ * Copyright (c) 1997-2009, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 /********************************************************************************
@@ -119,7 +121,7 @@ static void TestTertiary( )
     UErrorCode status = U_ZERO_ERROR;
     myCollation = ucol_open("ja_JP", &status);
     if(U_FAILURE(status)){
-        log_err("ERROR: in creation of rule based collator: %s\n", myErrorName(status));
+        log_err_status(status, "ERROR: in creation of rule based collator: %s\n", myErrorName(status));
         return;
     }
     log_verbose("Testing Kanna(Japan) Collation with Tertiary strength\n");
@@ -140,7 +142,7 @@ static void TestBase()
     myCollation = ucol_open("ja_JP", &status);
     if (U_FAILURE(status))
     {
-        log_err("ERROR: in creation of rule based collator: %s\n",
+        log_err_status(status, "ERROR: in creation of rule based collator: %s\n",
             myErrorName(status));
         return;
     }
@@ -161,7 +163,7 @@ static void TestPlainDakutenHandakuten(void)
     myCollation = ucol_open("ja_JP", &status);
     if (U_FAILURE(status))
     {
-        log_err("ERROR: in creation of rule based collator: %s\n",
+        log_err_status(status, "ERROR: in creation of rule based collator: %s\n",
             myErrorName(status));
         return;
     }
@@ -185,7 +187,7 @@ static void TestSmallLarge(void)
     myCollation = ucol_open("ja_JP", &status);
     if (U_FAILURE(status))
     {
-        log_err("ERROR: in creation of rule based collator: %s\n",
+        log_err_status(status, "ERROR: in creation of rule based collator: %s\n",
             myErrorName(status));
         return;
     }
@@ -210,7 +212,7 @@ static void TestKatakanaHiragana(void)
     myCollation = ucol_open("ja_JP", &status);
     if (U_FAILURE(status))
     {
-        log_err("ERROR: in creation of rule based collator: %s\n",
+        log_err_status(status, "ERROR: in creation of rule based collator: %s\n",
             myErrorName(status));
         return;
     }
@@ -236,7 +238,7 @@ static void TestChooonKigoo(void)
     myCollation = ucol_open("ja_JP", &status);
     if (U_FAILURE(status))
     {
-        log_err("ERROR: in creation of rule based collator: %s\n",
+        log_err_status(status, "ERROR: in creation of rule based collator: %s\n",
             myErrorName(status));
         return;
     }