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

  /external/icu/icu4c/source/common/
ucnv_bld.h 173 * If the pointer is !=subUChars then it is allocated with
175 * The subUChars field is declared as UChar[] not uint8_t[] to
225 UChar subUChars[UCNV_MAX_SUBCHAR_LEN/U_SIZEOF_UCHAR]; /* see subChars documentation */
ucnv.cpp 272 if (cnv->subChars == (uint8_t *)cnv->subUChars) {
273 localConverter->subChars = (uint8_t *)localConverter->subUChars;
291 if (allocatedConverter != NULL && allocatedConverter->subChars != (uint8_t *)allocatedConverter->subUChars) {
381 if (converter->subChars != (uint8_t *)converter->subUChars) {
532 if (cnv->subChars == (uint8_t *)cnv->subUChars) {
536 cnv->subChars = (uint8_t *)cnv->subUChars;
    [all...]
ucnv_bld.cpp 1006 myUConverter->subChars = (uint8_t *)myUConverter->subUChars;
    [all...]
ucnvscsu.cpp 215 cnv->subUChars[0]=0xfffd;
    [all...]

Completed in 277 milliseconds