]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/testidna.h
ICU-62123.0.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / testidna.h
index e20d8087d082d4f3b13fc6ab5fa0551fee1feff9..250a3f8ec53c8a8d65c7ae7b7aad2b2b34112f54 100644 (file)
@@ -1,12 +1,14 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
  *******************************************************************************
  *
- *   Copyright (C) 2003-2004, International Business Machines
+ *   Copyright (C) 2003-2006, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  *
  *******************************************************************************
  *   file name:  testidna.h
- *   encoding:   US-ASCII
+ *   encoding:   UTF-8
  *   tab size:   8 (not used)
  *   indentation:4
  *
@@ -90,7 +92,7 @@ private:
     void testErrorCases(const char* IDNToASCIIName, TestFunc IDNToASCII,
                     const char* IDNToUnicodeName, TestFunc IDNToUnicode);
 
-    void testChaining(UChar* src,int32_t numIterations,const char* testName,
+    void testChaining(const UChar* src,int32_t numIterations,const char* testName,
                   UBool useSTD3ASCIIRules, UBool caseInsensitive, TestFunc func);
 
     void testRootLabelSeparator(const char* testName, CompareFunc func,