OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CharsetMatch
(Results
1 - 9
of
9
) sorted by null
/external/icu/icu4c/source/i18n/
csmatch.h
21
*
CharsetMatch
represents the results produced by one Charset Recognizer for one input text
26
*
CharsetMatch
objects, each representing a possible matching charset.
31
class
CharsetMatch
: public UMemory
40
CharsetMatch
();
43
* fully set the state of this
CharsetMatch
.
csmatch.cpp
21
CharsetMatch
::
CharsetMatch
()
27
void
CharsetMatch
::set(InputText *input, const CharsetRecognizer *cr, int32_t conf,
44
const char*
CharsetMatch
::getName()const
49
const char*
CharsetMatch
::getLanguage()const
54
int32_t
CharsetMatch
::getConfidence()const
59
int32_t
CharsetMatch
::getUChars(UChar *buf, int32_t cap, UErrorCode *status) const
/external/icu/android_icu4j/src/main/java/android/icu/text/
CharsetMatch.java
30
public class
CharsetMatch
implements Comparable<
CharsetMatch
> {
155
* Compare to other
CharsetMatch
objects.
159
* @param other the
CharsetMatch
object to compare against.
161
* confidence level of this
CharsetMatch
164
* @throws ClassCastException if the argument is not a
CharsetMatch
.
166
public int compareTo (
CharsetMatch
other) {
179
CharsetMatch
(CharsetDetector det, CharsetRecognizer rec, int conf) {
184
// recognizer before using this
CharsetMatch
.
199
CharsetMatch
(CharsetDetector det, CharsetRecognizer rec, int conf, String csName, String lang)
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CharsetMatch.java
29
public class
CharsetMatch
implements Comparable<
CharsetMatch
> {
166
* Compare to other
CharsetMatch
objects.
170
* @param other the
CharsetMatch
object to compare against.
172
* confidence level of this
CharsetMatch
175
* @throws ClassCastException if the argument is not a
CharsetMatch
.
178
public int compareTo (
CharsetMatch
other) {
191
CharsetMatch
(CharsetDetector det, CharsetRecognizer rec, int conf) {
196
// recognizer before using this
CharsetMatch
.
211
CharsetMatch
(CharsetDetector det, CharsetRecognizer rec, int conf, String csName, String lang)
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 44 milliseconds