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

  /external/chromium_org/third_party/icu/source/tools/toolutil/
pkg_genc.c 472 static const char hexToStr[16] = {
495 *(s++)=hexToStr[bitField];
516 *(s++)=hexToStr[value>>4];
517 *(s++)=hexToStr[value&0xF];
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
pkg_genc.c 464 static const char hexToStr[16] = {
487 *(s++)=hexToStr[bitField];
508 *(s++)=hexToStr[value>>4];
509 *(s++)=hexToStr[value&0xF];
    [all...]

Completed in 86 milliseconds