]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/letest/gendata.cpp
ICU-6.2.4.tar.gz
[apple/icu.git] / icuSources / test / letest / gendata.cpp
index 24aa3384899eea596803ac91688cd791322612ad..9b54a8730673762269ef1107a13f740e0c4196ff 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *******************************************************************************
  *
- *   Copyright (C) 1999-2003, International Business Machines
+ *   Copyright (C) 1999-2004, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  *
  *******************************************************************************
@@ -42,7 +42,7 @@ char *header =
     "/*\n"
     " *******************************************************************************\n"
     " *\n"
-    " *   Copyright (C) 1999-2003, International Business Machines\n"
+    " *   Copyright (C) 1999-2004, International Business Machines\n"
     " *   Corporation and others.  All Rights Reserved.\n"
     " *\n"
     " *   WARNING: THIS FILE IS MACHINE GENERATED. DO NOT HAND EDIT IT\n"
@@ -255,10 +255,10 @@ LEUnicode thaiSample[] =
 le_int32 thaiSampleLength = ARRAY_LENGTH(thaiSample);
 
 TestInput testInputs[] = {
-    {"raghu.ttf",             devaText,   devaTextLength,   devaScriptCode, false},
-    {"CODE2000.TTF",             arabText,   arabTextLength,   arabScriptCode, true},
-    {"LucidaSansRegular.ttf", arabText,   arabTextLength,   arabScriptCode, true},
-    {"Thonburi.ttf",          thaiSample, thaiSampleLength, thaiScriptCode, false}
+    {"raghu.ttf",             devaText,   devaTextLength,   devaScriptCode, FALSE},
+    {"CODE2000.TTF",             arabText,   arabTextLength,   arabScriptCode, TRUE},
+    {"LucidaSansRegular.ttf", arabText,   arabTextLength,   arabScriptCode, TRUE},
+    {"Thonburi.ttf",          thaiSample, thaiSampleLength, thaiScriptCode, FALSE}
 };
 
 #define TEST_COUNT ARRAY_LENGTH(testInputs)
@@ -409,7 +409,7 @@ int main(int argc, char *argv[])
     for (test = 0; test < testCount; test += 1) {
         fprintf(outputFile, "    {\"%s\", inputText%d, %d, %sScriptCode, %s},\n",
             testInputs[test].fontName, test, testInputs[test].textLength, getShortName(testInputs[test].scriptCode),
-            testInputs[test].rightToLeft? "true" : "false");
+            testInputs[test].rightToLeft? "TRUE" : "FALSE");
     }
 
     fprintf(outputFile, "};\n\nle_int32 testCount = ARRAY_LENGTH(testInputs);\n\n");