OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fulllen
(Results
1 - 4
of
4
) sorted by null
/dalvik/vm/
LinearAlloc.cpp
608
u4 rawLen,
fullLen
;
612
fullLen
= ((HEADER_EXTRA*2 + (rawLen & LENGTHFLAG_MASK))
621
off +=
fullLen
;
670
u4 rawLen,
fullLen
;
674
fullLen
= ((HEADER_EXTRA*2 + (rawLen & LENGTHFLAG_MASK))
682
off +=
fullLen
;
/packages/inputmethods/PinyinIME/jni/include/
userdict.h
318
uint16
fulllen
, const UserDictSearchable *searchable);
355
uint16
fulllen
, const UserDictSearchable *searchable);
/packages/inputmethods/PinyinIME/jni/share/
userdict.cpp
408
const uint16 * fullids, uint16
fulllen
,
410
if (
fulllen
< searchable->splids_len)
426
const uint16 * fullids, uint16
fulllen
,
428
if (
fulllen
!= searchable->splids_len)
432
for (; i <
fulllen
; i++) {
[
all
...]
/frameworks/base/core/java/android/content/res/
Resources.java
[
all
...]
Completed in 69 milliseconds