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

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c472 static const char hexToStr[16] = { local
495 *(s++)=hexToStr[bitField];
516 *(s++)=hexToStr[value>>4];
517 *(s++)=hexToStr[value&0xF];
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.c464 static const char hexToStr[16] = { local
487 *(s++)=hexToStr[bitField];
508 *(s++)=hexToStr[value>>4];
509 *(s++)=hexToStr[value&0xF];

Completed in 489 milliseconds