OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DICT_OFFSET_INVALID
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
dynamic_pt_reading_utils.cpp
31
// Currently,
DICT_OFFSET_INVALID
is 0 in Java side but offset can be 0 during GC. So, the maximum
33
const int DynamicPtReadingUtils::
DICT_OFFSET_INVALID
= 0;
49
if (parentOffset ==
DICT_OFFSET_INVALID
) {
62
if (offset ==
DICT_OFFSET_INVALID
) {
dynamic_pt_reading_utils.h
30
static const int
DICT_OFFSET_INVALID
;
Completed in 2970 milliseconds