Searched refs:vectorLen (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dutrace.c279 int32_t vectorLen; local
297 vectorLen =(int32_t)va_arg(args, int32_t);
301 for (i=0; i<vectorLen || vectorLen==-1; i++) {
353 if (vectorLen == -1 && longArg == 0) {
359 outputHexBytes(vectorLen, 8, outBuf, &outIx, capacity);
/external/icu/icu4c/source/common/
H A Dutrace.c279 int32_t vectorLen; local
297 vectorLen =(int32_t)va_arg(args, int32_t);
301 for (i=0; i<vectorLen || vectorLen==-1; i++) {
353 if (vectorLen == -1 && longArg == 0) {
359 outputHexBytes(vectorLen, 8, outBuf, &outIx, capacity);

Completed in 95 milliseconds