Home | History | Annotate | Download | only in common

Lines Matching full:subchar1

5509     /* first, select between subChar and subChar1 */
5510 if( cnv->subChar1!=0 &&
5515 /* select subChar1 if it is set (not 0) and the unmappable Unicode code point is up to U+00ff (IBM MBCS behavior) */
5516 subchar=(char *)&cnv->subChar1;