OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMIT_FIRST_1
(Results
1 - 2
of
2
) sorted by null
/external/brotli/java/org/brotli/dec/
WordTransformType.java
28
static final int
OMIT_FIRST_1
= 12;
39
return type >=
OMIT_FIRST_1
? (type -
OMIT_FIRST_1
+ 1) : 0;
Transform.java
10
import static org.brotli.dec.WordTransformType.
OMIT_FIRST_1
;
57
new Transform("",
OMIT_FIRST_1
, ""),
Completed in 194 milliseconds