HomeSort by relevance Sort by last modified time
    Searched defs:charErrorBuffer (Results 1 - 3 of 3) sorted by null

  /external/icu4c/common/
ucnv_bld.h 208 int8_t charErrorBufferLength; /* number of valid bytes in charErrorBuffer */
211 int8_t UCharErrorBufferLength; /* number of valid UChars in charErrorBuffer */
216 uint8_t charErrorBuffer[UCNV_ERROR_BUFFER_LENGTH]; /* codepage output from Error functions */
ucnvbocu.c 565 uint8_t *charErrorBuffer;
575 charErrorBuffer=(uint8_t *)cnv->charErrorBuffer;
579 *charErrorBuffer++=(uint8_t)(diff>>16);
581 *charErrorBuffer++=(uint8_t)(diff>>8);
583 *charErrorBuffer=(uint8_t)diff;
789 uint8_t *charErrorBuffer;
799 charErrorBuffer=(uint8_t *)cnv->charErrorBuffer;
803 *charErrorBuffer++=(uint8_t)(diff>>16)
    [all...]
ucnvmbcs.c     [all...]

Completed in 144 milliseconds