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

  /external/icu4c/common/
ucnv_bld.h 165 * If the pointer is !=subUChars then it is allocated with
167 * The subUChars field is declared as UChar[] not uint8_t[] to
217 UChar subUChars[UCNV_MAX_SUBCHAR_LEN/U_SIZEOF_UCHAR]; /* see subChars documentation */
ucnv.c 260 if (cnv->subChars == (uint8_t *)cnv->subUChars) {
261 localConverter->subChars = (uint8_t *)localConverter->subUChars;
279 if (allocatedConverter != NULL && allocatedConverter->subChars != (uint8_t *)allocatedConverter->subUChars) {
374 if (converter->subChars != (uint8_t *)converter->subUChars) {
530 if (cnv->subChars == (uint8_t *)cnv->subUChars) {
534 cnv->subChars = (uint8_t *)cnv->subUChars;
    [all...]
ucnv_bld.c     [all...]
ucnvscsu.c 212 cnv->subUChars[0]=0xfffd;
    [all...]

Completed in 35 milliseconds