Home | History | Annotate | Download | only in common

Lines Matching defs:ptrPtr

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);
343 longArg = *ptrPtr==NULL? 0: 1; /* for test for null term. array. */
344 ptrPtr++;