• Skip to content
  • Skip to link menu
KDE 4.3 API Reference
  • KDE API Reference
  • kdelibs
  • Sitemap
  • Contact Us
 

KDECore

nsBig5Prober.h

Go to the documentation of this file.
00001 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
00002 /*  -*- C++ -*-
00003 *  Copyright (C) 1998 <developer@mozilla.org>
00004 *
00005 *
00006 *  Permission is hereby granted, free of charge, to any person obtaining
00007 *  a copy of this software and associated documentation files (the
00008 *  "Software"), to deal in the Software without restriction, including
00009 *  without limitation the rights to use, copy, modify, merge, publish,
00010 *  distribute, sublicense, and/or sell copies of the Software, and to
00011 *  permit persons to whom the Software is furnished to do so, subject to
00012 *  the following conditions:
00013 *
00014 *  The above copyright notice and this permission notice shall be included 
00015 *  in all copies or substantial portions of the Software.
00016 *
00017 *  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
00018 *  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
00019 *  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
00020 *  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
00021 *  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
00022 *  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
00023 *  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
00024 */
00025 
00026 #ifndef nsBig5Prober_h__
00027 #define nsBig5Prober_h__
00028 
00029 #include "nsCharSetProber.h"
00030 #include "nsCodingStateMachine.h"
00031 #include "CharDistribution.h"
00032 namespace kencodingprober {
00033 class KDE_NO_EXPORT nsBig5Prober: public nsCharSetProber {
00034 public:
00035   nsBig5Prober(void){mCodingSM = new nsCodingStateMachine(&Big5SMModel);
00036                       Reset();};
00037   virtual ~nsBig5Prober(void){delete mCodingSM;};
00038   nsProbingState HandleData(const char* aBuf, unsigned int aLen);
00039   const char* GetCharSetName() {return "Big5";};
00040   nsProbingState GetState(void) {return mState;};
00041   void      Reset(void);
00042   float     GetConfidence(void);
00043   void      SetOpion() {};
00044 
00045 protected:
00046   void      GetDistribution(unsigned int aCharLen, const char* aStr);
00047   
00048   nsCodingStateMachine* mCodingSM;
00049   nsProbingState mState;
00050 
00051   //Big5ContextAnalysis mContextAnalyser;
00052   Big5DistributionAnalysis mDistributionAnalyser;
00053   char mLastChar[2];
00054 
00055 };
00056 }
00057 
00058 #endif /* nsBig5Prober_h__ */
00059 

KDECore

Skip menu "KDECore"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdelibs

Skip menu "kdelibs"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • Kate
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Generated for kdelibs by doxygen 1.6.1
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal