OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encodelen
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java
821
int
encodeLen
;
829
encodeLen
= topbit/7 + 1;
830
if (arr == null) return
encodeLen
;
833
// + topbit + ",
encodeLen
= " +
encodeLen
);
836
for (int i =
encodeLen
- 1; i >= 0; i--) {
838
if (i <
encodeLen
- 1) val = 0x80;
843
return
encodeLen
;
847
int
encodeLen
= 0;
849
if (sintVal >= 0x80) return
encodeLen
;
[
all
...]
Completed in 208 milliseconds