Home
last modified time | relevance | path

Searched refs:gHexChars (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Dutrace.c125 static const char gHexChars[] = "0123456789abcdef"; in outputHexBytes() local
128 char c = gHexChars[(val >> shiftCount) & 0xf]; in outputHexBytes()