/*
*******************************************************************************
*
- * Copyright (C) 1999-2003, International Business Machines
+ * Copyright (C) 1999-2004, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
"/*\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"
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)
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");