OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:partLength
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageMime.java
335
int
partLength
, lineLength = 0;
339
partLength
= address.toString().getBytes().length+1;
341
if(lineLength +
partLength
>= 998) // max line length in RFC2822
347
lineLength +=
partLength
;
/external/icu/icu4c/source/test/intltest/
collationtest.cpp
[
all
...]
Completed in 72 milliseconds