OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCharCodeAndForwardPointer
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/src/
binary_format.h
38
static int32_t
getCharCodeAndForwardPointer
(const uint8_t* const dict, int* pos);
71
inline int32_t BinaryFormat::
getCharCodeAndForwardPointer
(const uint8_t* const dict, int* pos) {
243
int32_t character = BinaryFormat::
getCharCodeAndForwardPointer
(root, &pos);
250
character = BinaryFormat::
getCharCodeAndForwardPointer
(root, &pos);
259
character = BinaryFormat::
getCharCodeAndForwardPointer
(root, &pos);
331
const int32_t character =
getCharCodeAndForwardPointer
(root, &pos);
337
int32_t nextChar =
getCharCodeAndForwardPointer
(root, &pos);
343
nextChar =
getCharCodeAndForwardPointer
(root, &pos);
396
getCharCodeAndForwardPointer
(root, &lastCandidateGroupPos);
401
getCharCodeAndForwardPointer
(root, &lastCandidateGroupPos)
[
all
...]
bigram_dictionary.cpp
121
BinaryFormat::
getCharCodeAndForwardPointer
(root, &pos);
unigram_dictionary.cpp
472
int32_t character = BinaryFormat::
getCharCodeAndForwardPointer
(root, &pos);
484
character = BinaryFormat::
getCharCodeAndForwardPointer
(root, &pos);
493
character = BinaryFormat::
getCharCodeAndForwardPointer
(root, &pos);
625
int32_t c = BinaryFormat::
getCharCodeAndForwardPointer
(DICT_ROOT, &pos);
640
? BinaryFormat::
getCharCodeAndForwardPointer
(DICT_ROOT, &pos) : NOT_A_CHARACTER;
[
all
...]
Completed in 53 milliseconds