OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pValueLength
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.h
98
OUT uint32_t*
pValueLength
);
lib_manifest2.c
136
OUT uint32_t*
pValueLength
)
234
*
pValueLength
= 0;
506
*
pValueLength
= pLastNonWhitespaceChar - *ppValue + 1;
515
*
pValueLength
= 0;
524
OUT uint32_t*
pValueLength
)
534
pValueLength
);
554
pValueLength
);
635
*
pValueLength
= 0;
/external/icu4c/common/
ucnv_ct.c
343
int32_t
pValueLength
= 0;
408
pValueLength
= ucnv_MBCSFromUChar32(myConverterData->myConverterArray[i], sourceChar, &pValue, useFallback);
409
if (
pValueLength
> 0) {
417
for (n = (
pValueLength
- 1); n >= 0; n--) {
426
pValueLength
= ucnv_MBCSFromUChar32(myConverterData->myConverterArray[currentState], sourceChar, &pValue, useFallback);
427
if (
pValueLength
> 0) {
428
for (n = (
pValueLength
- 1); n >= 0; n--) {
Completed in 89 milliseconds