OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dictId
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryGetter.java
123
public boolean isWordListActive(final String
dictId
) {
136
return mDictPreferences.getBoolean(
dictId
, true);
/external/zlib/src/test/
example.c
35
uLong
dictId
; /* Adler32 value of the dictionary */
475
dictId
= c_stream.adler;
520
if (d_stream.adler !=
dictId
) {
/external/zlib/src/contrib/pascal/
example.pas
35
var
dictId
: LongInt; (* Adler32 value of the dictionary *)
464
dictId
:= c_stream.adler;
511
if d_stream.adler <>
dictId
then
Completed in 81 milliseconds