OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCharSize
(Results
1 - 5
of
5
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
Ver3DictDecoder.java
130
addressPointer += CharEncoding.
getCharSize
(character);
137
addressPointer += CharEncoding.
getCharSize
(character);
142
addressPointer += CharEncoding.
getCharSize
(character);
BinaryDictDecoderUtils.java
156
static int
getCharSize
(final int character) {
168
for (int character : chars) size +=
getCharSize
(character);
182
if (1 ==
getCharSize
(codePoint)) {
209
if (1 ==
getCharSize
(codePoint)) {
233
if (1 ==
getCharSize
(codePoint)) {
Ver4DictDecoder.java
206
addressPointer += CharEncoding.
getCharSize
(character);
211
addressPointer += CharEncoding.
getCharSize
(character);
216
addressPointer += CharEncoding.
getCharSize
(character);
BinaryDictIOUtils.java
317
if (CharEncoding.
getCharSize
(codePoint) == 1) {
351
if (CharEncoding.
getCharSize
(info.mCharacters[i]) == 1) {
BinaryDictEncoderUtils.java
99
size += CharEncoding.
getCharSize
(codePoint);
[
all
...]
Completed in 34 milliseconds