X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..51004dcb01e06fef634b61be77ed73dd61cb6db9:/icuSources/test/intltest/tokiter.h diff --git a/icuSources/test/intltest/tokiter.h b/icuSources/test/intltest/tokiter.h index c9202dda..0ea2dcc0 100644 --- a/icuSources/test/intltest/tokiter.h +++ b/icuSources/test/intltest/tokiter.h @@ -1,6 +1,6 @@ /* ********************************************************************** -* Copyright (c) 2004, International Business Machines +* Copyright (c) 2004-2011, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** * Author: Alan Liu @@ -11,14 +11,14 @@ #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. */