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

  /external/chromium_org/third_party/icu/source/common/
utrace.c 123 static void outputHexBytes(int64_t val, int32_t charsToOutput,
127 for (shiftCount=(charsToOutput-1)*4; shiftCount >= 0; shiftCount-=4) {
285 int32_t charsToOutput = 0;
304 charsToOutput = 2;
308 charsToOutput = 4;
312 charsToOutput = 8;
316 charsToOutput = 16;
320 charsToOutput = 0;
326 charsToOutput = 0;
332 charsToOutput = 0
    [all...]
  /external/icu4c/common/
utrace.c 123 static void outputHexBytes(int64_t val, int32_t charsToOutput,
127 for (shiftCount=(charsToOutput-1)*4; shiftCount >= 0; shiftCount-=4) {
285 int32_t charsToOutput = 0;
304 charsToOutput = 2;
308 charsToOutput = 4;
312 charsToOutput = 8;
316 charsToOutput = 16;
320 charsToOutput = 0;
326 charsToOutput = 0;
332 charsToOutput = 0
    [all...]

Completed in 32 milliseconds