/*
**********************************************************************
-* Copyright (c) 2004, International Business Machines
+* Copyright (c) 2004-2011, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
* Author: Alan Liu
#ifndef __ICU_INTLTEST_TEXTFILE__
#define __ICU_INTLTEST_TEXTFILE__
-#include "unicode/utypes.h"
-#include "unicode/unistr.h"
+#include "intltest.h"
#include "filestrm.h"
/**
/**
* Read a line, ignoring blank lines and lines that start with
* '#'. Trim leading white space.
- * @param trim if TRUE then remove leading rule white space
+ * @param trim if TRUE then remove leading Pattern_White_Space
* @return TRUE if a line was read, or FALSE if the EOF
* was reached or an error occurred
*/