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

  /external/icu4c/common/
ucnv_cnv.c 116 t=cnv->UCharErrorBuffer;
167 U16_APPEND_UNSAFE(cnv->UCharErrorBuffer, i, c);
ucnv_bld.h 220 UChar UCharErrorBuffer[UCNV_ERROR_BUFFER_LENGTH]; /* unicode output from Error functions */
ucnv.c     [all...]
ucnv_u16.c 338 cnv->UCharErrorBuffer[0]=trail;
454 cnv->UCharErrorBuffer[0]=trail;
937 cnv->UCharErrorBuffer[0]=trail;
    [all...]
ucnv_u32.c 98 args->converter->UCharErrorBuffer[0] = (UChar) ch;
182 args->converter->UCharErrorBuffer[0] = (UChar) ch;
565 args->converter->UCharErrorBuffer[0] = (UChar) ch;
659 args->converter->UCharErrorBuffer[0] = (UChar) ch;
    [all...]
ucnv2022.c     [all...]
ucnvisci.c     [all...]
ucnvscsu.c 320 cnv->UCharErrorBuffer[0]=(UChar)(0xdc00|(c&0x3ff));
428 cnv->UCharErrorBuffer[0]=(UChar)(0xdc00|(c&0x3ff));
652 cnv->UCharErrorBuffer[0]=(UChar)(0xdc00|(c&0x3ff));
735 cnv->UCharErrorBuffer[0]=(UChar)(0xdc00|(c&0x3ff));
    [all...]
ucnv_u8.c 188 cnv->UCharErrorBuffer[0] = (UChar) ch;
318 cnv->UCharErrorBuffer[0] = (UChar) ch;
    [all...]
ucnvbocu.c     [all...]
ucnvmbcs.c     [all...]

Completed in 240 milliseconds