Searched refs:invalidUCharBuffer (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducnv_bld.h220 UChar invalidUCharBuffer[U16_MAX_LENGTH]; /* UChars from last error/callback situation */ member in struct:UConverter
H A Ducnv_cb.c209 else if(converter->subChar1!=0 && (uint16_t)converter->invalidUCharBuffer[0]<=(uint16_t)0xffu) {
H A Ducnv.c1094 U16_APPEND_UNSAFE(cnv->invalidUCharBuffer, errorInputLength, codePoint);
1102 cnv->invalidUCharBuffer, errorInputLength, codePoint,
2756 uprv_memcpy (errChars, converter->invalidUCharBuffer, sizeof(UChar) * (*len));
H A Ducnvmbcs.c5515 (cnv->invalidUCharBuffer[0]<=0xff))
/external/icu/icu4c/source/common/
H A Ducnv_bld.h220 UChar invalidUCharBuffer[U16_MAX_LENGTH]; /* UChars from last error/callback situation */ member in struct:UConverter
H A Ducnv_cb.c209 else if(converter->subChar1!=0 && (uint16_t)converter->invalidUCharBuffer[0]<=(uint16_t)0xffu) {
H A Ducnv.c1094 U16_APPEND_UNSAFE(cnv->invalidUCharBuffer, errorInputLength, codePoint);
1102 cnv->invalidUCharBuffer, errorInputLength, codePoint,
2756 uprv_memcpy (errChars, converter->invalidUCharBuffer, sizeof(UChar) * (*len));
H A Ducnvmbcs.c5515 (cnv->invalidUCharBuffer[0]<=0xff))

Completed in 131 milliseconds