Searched refs:subUChars (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/
H A Ducnv_bld.h171 * If the pointer is !=subUChars then it is allocated with
173 * The subUChars field is declared as UChar[] not uint8_t[] to
223 UChar subUChars[UCNV_MAX_SUBCHAR_LEN/U_SIZEOF_UCHAR]; /* see subChars documentation */ member in struct:UConverter
H A Ducnv.c270 if (cnv->subChars == (uint8_t *)cnv->subUChars) {
271 localConverter->subChars = (uint8_t *)localConverter->subUChars;
289 if (allocatedConverter != NULL && allocatedConverter->subChars != (uint8_t *)allocatedConverter->subUChars) {
379 if (converter->subChars != (uint8_t *)converter->subUChars) {
530 if (cnv->subChars == (uint8_t *)cnv->subUChars) {
534 cnv->subChars = (uint8_t *)cnv->subUChars;
H A Ducnv_bld.cpp1004 myUConverter->subChars = (uint8_t *)myUConverter->subUChars;
H A Ducnvscsu.c213 cnv->subUChars[0]=0xfffd;

Completed in 92 milliseconds