/*
**********************************************************************
-* 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_TOKITER__
#define __ICU_INTLTEST_TOKITER__
-#include "unicode/utypes.h"
-#include "unicode/unistr.h"
+#include "intltest.h"
+
class TextFile;
/**
* An iterator class that returns successive string tokens from some
- * source. String tokens are, in general, separated by rule white
- * space in the source test. Furthermore, they may be delimited by
+ * source. String tokens are, in general, separated by Pattern_White_Space
+ * in the source test. Furthermore, they may be delimited by
* either single or double quotes (opening and closing quotes must
* match). Escapes are processed using standard ICU unescaping.
*/