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

  /external/chromium_org/third_party/icu/source/common/
ucnv_ext.cpp 689 uint8_t *p=buffer+1; /* reserve buffer[0] for shiftByte below */
709 uint8_t shiftByte;
713 shiftByte=(uint8_t)UCNV_SI;
717 shiftByte=(uint8_t)UCNV_SO;
720 shiftByte=0;
723 if(shiftByte!=0) {
725 buffer[0]=shiftByte;
    [all...]
  /external/icu/icu4c/source/common/
ucnv_ext.cpp 689 uint8_t *p=buffer+1; /* reserve buffer[0] for shiftByte below */
709 uint8_t shiftByte;
713 shiftByte=(uint8_t)UCNV_SI;
717 shiftByte=(uint8_t)UCNV_SO;
720 shiftByte=0;
723 if(shiftByte!=0) {
725 buffer[0]=shiftByte;
    [all...]

Completed in 467 milliseconds