KDECore
Go to the documentation of this file.
30 #define UDF 0 // undefined
32 #define ASC 2 // ascii capital letter
33 #define ASS 3 // ascii small letter
34 #define ACV 4 // accent capital vowel
35 #define ACO 5 // accent capital other
36 #define ASV 6 // accent small vowel
37 #define ASO 7 // accent small other
38 #define CLASS_NUM 8 // total classes
40 namespace kencodingprober {
86 0, 0, 0, 0, 0, 0, 0, 0,
87 0, 3, 3, 3, 3, 3, 3, 3,
88 0, 3, 3, 3, 3, 3, 3, 3,
89 0, 3, 3, 3, 1, 1, 3, 3,
90 0, 3, 3, 3, 1, 2, 1, 2,
91 0, 3, 3, 3, 3, 3, 3, 3,
92 0, 3, 1, 3, 1, 1, 1, 3,
93 0, 3, 1, 3, 1, 1, 3, 3,
108 unsigned int newLen1 = 0;
111 newBuf1 = (
char*)aBuf;
115 unsigned char charClass;
117 for (
unsigned int i = 0; i < newLen1; i++)
141 unsigned int total = 0;
153 if (confidence < 0.0f)
164 void nsLatin1Prober::DumpStatus()
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 16 2013 17:47:35 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.