OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ngram
(Results
1 - 10
of
10
) sorted by null
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
NGramList.java
27
public static final class
NGram
implements Comparable
32
public
NGram
(String theValue, int theRefCount)
38
public
NGram
(String theValue)
43
public
NGram
(
NGram
other)
66
NGram
ng = (
NGram
) o;
96
public
NGram
get(Object mappedKey)
98
return (
NGram
) ngrams.get(mappedKey);
101
public
NGram
get(String key
111
NGram
ngram
= get(mappedKey);
local
[
all
...]
Checker.java
57
NGramList.
NGram
ngram
= ngrams.get(key);
local
61
if (
ngram
!= null) {
63
//
ngram
.incrementRefCount();
StatisticsTool.java
169
NGramList.
NGram
ngram
= (NGramList.
NGram
) it.next();
local
170
String value =
ngram
.getValue();
171
int refCount =
ngram
.getRefCount();
218
Integer
ngram
= (Integer) it.next();
local
224
output.print("0x" + Utility.hex(
ngram
.intValue(), 6) + ", ");
/external/icu/icu4c/source/i18n/
csrsbcs.h
22
int32_t
ngram
;
member in class:NGramParser
/external/icu/android_icu4j/src/main/java/android/icu/text/
CharsetRecog_sbcs.java
29
private int
ngram
= 0;
field in class:CharsetRecog_sbcs.NGramParser
44
ngram
= 0;
103
ngram
= ((
ngram
<< 8) + (b & 0xFF)) & N_GRAM_MASK;
104
lookup(
ngram
);
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CharsetRecog_sbcs.java
28
private int
ngram
= 0;
field in class:CharsetRecog_sbcs.NGramParser
43
ngram
= 0;
102
ngram
= ((
ngram
<< 8) + (b & 0xFF)) & N_GRAM_MASK;
103
lookup(
ngram
);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.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 165 milliseconds