#include <JpCntx.h>
|
| virtual int | GetOrder (const char *str)=0 |
| virtual int | GetOrder (const char *str, unsigned int *charLen)=0 |
Definition at line 39 of file JpCntx.h.
◆ JapaneseContextAnalysis()
| kencodingprober::JapaneseContextAnalysis::JapaneseContextAnalysis |
( |
| ) |
|
|
inline |
◆ ~JapaneseContextAnalysis()
| virtual kencodingprober::JapaneseContextAnalysis::~JapaneseContextAnalysis |
( |
| ) |
|
|
inlinevirtual |
◆ GetConfidence()
| float kencodingprober::JapaneseContextAnalysis::GetConfidence |
( |
| ) |
|
◆ GetOrder() [1/2]
| virtual int kencodingprober::JapaneseContextAnalysis::GetOrder |
( |
const char * | str | ) |
|
|
protectedpure virtual |
◆ GetOrder() [2/2]
| virtual int kencodingprober::JapaneseContextAnalysis::GetOrder |
( |
const char * | str, |
|
|
unsigned int * | charLen ) |
|
protectedpure virtual |
◆ GotEnoughData()
| bool kencodingprober::JapaneseContextAnalysis::GotEnoughData |
( |
| ) |
|
|
inline |
◆ HandleData()
| void kencodingprober::JapaneseContextAnalysis::HandleData |
( |
const char * | aBuf, |
|
|
unsigned int | aLen ) |
◆ HandleOneChar()
| void kencodingprober::JapaneseContextAnalysis::HandleOneChar |
( |
const char * | aStr, |
|
|
unsigned int | aCharLen ) |
|
inline |
◆ Reset()
| void kencodingprober::JapaneseContextAnalysis::Reset |
( |
void | | ) |
|
◆ SetOpion()
| void kencodingprober::JapaneseContextAnalysis::SetOpion |
( |
| ) |
|
|
inline |
◆ mDone
| bool kencodingprober::JapaneseContextAnalysis::mDone |
|
protected |
◆ mLastCharOrder
| int kencodingprober::JapaneseContextAnalysis::mLastCharOrder |
|
protected |
◆ mNeedToSkipCharNum
| unsigned int kencodingprober::JapaneseContextAnalysis::mNeedToSkipCharNum |
|
protected |
◆ mRelSample
| unsigned int kencodingprober::JapaneseContextAnalysis::mRelSample[NUM_OF_CATEGORY] |
|
protected |
◆ mTotalRel
| unsigned int kencodingprober::JapaneseContextAnalysis::mTotalRel |
|
protected |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on
by
doxygen 1.15.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.