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

/external/icu/icu4c/source/common/
H A Dutrace.cpp128 static void outputHexBytes(int64_t val, int32_t charsToOutput, argument
132 for (shiftCount=(charsToOutput-1)*4; shiftCount >= 0; shiftCount-=4) {
290 int32_t charsToOutput = 0; local
309 charsToOutput = 2;
313 charsToOutput = 4;
317 charsToOutput = 8;
321 charsToOutput = 16;
325 charsToOutput = 0;
331 charsToOutput = 0;
337 charsToOutput
[all...]

Completed in 118 milliseconds