HomeSort by relevance Sort by last modified time
    Searched refs:vectorLen (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/
utrace.c 279 int32_t vectorLen;
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/icu4c/common/
utrace.c 279 int32_t vectorLen;
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 1113 milliseconds