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

  /external/chromium_org/third_party/icu/source/io/
ufmt_cmn.c 117 uint16_t secondNibble = (uint16_t)(byteVal&0xF);
120 buffer[length++]=TO_LC_DIGIT(secondNibble);
124 buffer[length++]=TO_UC_DIGIT(secondNibble);
  /external/icu4c/io/
ufmt_cmn.c 117 uint16_t secondNibble = (uint16_t)(byteVal&0xF);
120 buffer[length++]=TO_LC_DIGIT(secondNibble);
124 buffer[length++]=TO_UC_DIGIT(secondNibble);

Completed in 239 milliseconds