OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptrPtr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
utrace.c
284
void **
ptrPtr
;
296
ptrPtr
= (void **)i8Ptr;
298
if (
ptrPtr
== NULL) {
321
outputPtrBytes(*
ptrPtr
, outBuf, &outIx, capacity);
322
longArg = *
ptrPtr
==NULL? 0: 1; /* test for null terminated array. */
323
ptrPtr
++;
333
outputString(*
ptrPtr
, outBuf, &outIx, capacity, indent);
335
longArg = *
ptrPtr
==NULL? 0: 1; /* for test for null term. array. */
336
ptrPtr
++;
341
outputUString((const UChar *)*
ptrPtr
, -1, outBuf, &outIx, capacity, indent)
[
all
...]
/external/icu4c/common/
utrace.c
284
void **
ptrPtr
;
296
ptrPtr
= (void **)i8Ptr;
298
if (
ptrPtr
== NULL) {
321
outputPtrBytes(*
ptrPtr
, outBuf, &outIx, capacity);
322
longArg = *
ptrPtr
==NULL? 0: 1; /* test for null terminated array. */
323
ptrPtr
++;
333
outputString(*
ptrPtr
, outBuf, &outIx, capacity, indent);
335
longArg = *
ptrPtr
==NULL? 0: 1; /* for test for null term. array. */
336
ptrPtr
++;
341
outputUString((const UChar *)*
ptrPtr
, -1, outBuf, &outIx, capacity, indent)
[
all
...]
Completed in 767 milliseconds