Searched refs:invalidCharBuffer (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducnv_bld.h216 char invalidCharBuffer[UCNV_MAX_CHAR_LEN]; /* bytes from last error/callback situation */ member in struct:UConverter
H A Ducnv.c1534 /* copy toUBytes[] to invalidCharBuffer[] */
1537 uprv_memcpy(cnv->invalidCharBuffer, cnv->toUBytes, errorInputLength);
1548 cnv->invalidCharBuffer, errorInputLength,
2730 uprv_memcpy (errBytes, converter->invalidCharBuffer, *len);
H A Ducnv2022.cpp1305 uprv_memcpy(saveThis->invalidCharBuffer, myData->currentConverter->invalidCharBuffer, length);
/external/icu/icu4c/source/common/
H A Ducnv_bld.h216 char invalidCharBuffer[UCNV_MAX_CHAR_LEN]; /* bytes from last error/callback situation */ member in struct:UConverter
H A Ducnv.c1534 /* copy toUBytes[] to invalidCharBuffer[] */
1537 uprv_memcpy(cnv->invalidCharBuffer, cnv->toUBytes, errorInputLength);
1548 cnv->invalidCharBuffer, errorInputLength,
2730 uprv_memcpy (errBytes, converter->invalidCharBuffer, *len);
H A Ducnv2022.cpp1310 uprv_memcpy(saveThis->invalidCharBuffer, myData->currentConverter->invalidCharBuffer, length);

Completed in 572 milliseconds