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

  /external/icu4c/common/
ucnv_cnv.c 116 t=cnv->UCharErrorBuffer;
167 U16_APPEND_UNSAFE(cnv->UCharErrorBuffer, i, c);
ucnv_bld.h 221 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 99 args->converter->UCharErrorBuffer[0] = (UChar) ch;
183 args->converter->UCharErrorBuffer[0] = (UChar) ch;
566 args->converter->UCharErrorBuffer[0] = (UChar) ch;
660 args->converter->UCharErrorBuffer[0] = (UChar) ch;
    [all...]
ucnv_ct.c 558 uprv_memcpy(args->converter->UCharErrorBuffer, subArgs.converter->UCharErrorBuffer,
ucnv2022.cpp     [all...]
ucnvisci.c     [all...]
ucnvscsu.c 321 cnv->UCharErrorBuffer[0]=(UChar)(0xdc00|(c&0x3ff));
429 cnv->UCharErrorBuffer[0]=(UChar)(0xdc00|(c&0x3ff));
653 cnv->UCharErrorBuffer[0]=(UChar)(0xdc00|(c&0x3ff));
736 cnv->UCharErrorBuffer[0]=(UChar)(0xdc00|(c&0x3ff));
    [all...]
ucnv_u8.c 191 cnv->UCharErrorBuffer[0] = (UChar) ch;
321 cnv->UCharErrorBuffer[0] = (UChar) ch;
    [all...]
ucnvbocu.cpp     [all...]
ucnvmbcs.c     [all...]

Completed in 153 milliseconds