OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAG_ATTRIBUTE_OFFSET_NEGATIVE
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/src/
unigram_dictionary.h
56
static const int
FLAG_ATTRIBUTE_OFFSET_NEGATIVE
= 0x40;
binary_format.h
217
if (UnigramDictionary::
FLAG_ATTRIBUTE_OFFSET_NEGATIVE
& flags) {
/packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/
BinaryDictInputOutput.java
90
* | addressSign = 1 bit, :
FLAG_ATTRIBUTE_OFFSET_NEGATIVE
105
* | if (
FLAG_ATTRIBUTE_OFFSET_NEGATIVE
) then address = -address
132
private static final int
FLAG_ATTRIBUTE_OFFSET_NEGATIVE
= 0x40;
563
+ (offset < 0 ?
FLAG_ATTRIBUTE_OFFSET_NEGATIVE
: 0);
[
all
...]
Completed in 15 milliseconds