]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/csrutf8.h
ICU-62123.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / csrutf8.h
index 10fe287a43582fe2dafd58593465979679d9b67c..6089eb6f75cb77ab2de60782edbff24e930baaec 100644 (file)
@@ -1,6 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
  **********************************************************************
- *   Copyright (C) 2005-2006, International Business Machines
+ *   Copyright (C) 2005-2012, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  **********************************************************************
  */
@@ -32,7 +34,7 @@ class CharsetRecog_UTF8: public CharsetRecognizer {
     /* (non-Javadoc)
      * @see com.ibm.icu.text.CharsetRecognizer#match(com.ibm.icu.text.CharsetDetector)
      */
-    int32_t match(InputText *det);
+    UBool match(InputText *input, CharsetMatch *results) const;
        
 };