]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/csrsbcs.h
ICU-64232.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / csrsbcs.h
index 935a3e7e289166e4aeb457af50dd73f9360c957a..97687836795fdea2eb95451287c078d23c037360 100644 (file)
@@ -1,3 +1,5 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
  **********************************************************************
  *   Copyright (C) 2005-2015, International Business Machines
@@ -54,14 +56,15 @@ public:
 #if !UCONFIG_ONLY_HTML_CONVERSION
 class NGramParser_IBM420 : public NGramParser
 {
-private:
-       int32_t alef;
-       int32_t isLamAlef(int32_t b);
-       int32_t nextByte(InputText *det);
-       void parseCharacters(InputText *det);
-
 public:
     NGramParser_IBM420(const int32_t *theNgramList, const uint8_t *theCharMap);
+    ~NGramParser_IBM420();
+
+private:
+    int32_t alef;
+    int32_t isLamAlef(int32_t b);
+    int32_t nextByte(InputText *det);
+    void parseCharacters(InputText *det);
 };
 #endif