OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dataCount
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/common/
ucol_swp.cpp
313
int
dataCount
= ds->readUInt16(*((uint16_t*)(inBytes+header.scriptToLeadByte + 2))); // each entry = uint16
315
4 + (4 * indexCount) + (2 *
dataCount
),
322
int
dataCount
= ds->readUInt16(*((uint16_t*)(inBytes+header.leadByteToScript + 2))); // each entry = uint16
324
4 + (2 * indexCount) + (2 *
dataCount
),
/packages/apps/Contacts/tests/src/com/android/contacts/tests/calllog/
FillCallLogTestActivity.java
158
int
dataCount
= Math.min(data.getCount(), mCount);
160
if (
dataCount
== 0) {
166
ContentValues[] values = new ContentValues[
dataCount
];
167
for (int index = 0; index <
dataCount
; ++index) {
/external/dbus/dbus/
dbus-sha.c
316
unsigned int
dataCount
;
325
dataCount
= (int) (tmp >> 3) & 0x3F;
328
if (
dataCount
)
330
unsigned char *p = (unsigned char *) context->data +
dataCount
;
332
dataCount
= SHA_DATASIZE -
dataCount
;
333
if (count <
dataCount
)
338
memmove (p, buffer,
dataCount
);
341
buffer +=
dataCount
;
342
count -=
dataCount
;
[
all
...]
Completed in 110 milliseconds