]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/csrutf8.h
ICU-511.35.tar.gz
[apple/icu.git] / icuSources / i18n / csrutf8.h
index 10fe287a43582fe2dafd58593465979679d9b67c..82e8f9d7faf8d3d42f5b178ca5f0a85b25e85f54 100644 (file)
@@ -1,6 +1,6 @@
 /*
  **********************************************************************
- *   Copyright (C) 2005-2006, International Business Machines
+ *   Copyright (C) 2005-2012, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  **********************************************************************
  */
@@ -32,7 +32,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;
        
 };