Home | History | Annotate | Download | only in cintltst

Lines Matching refs:nsrc

3506     UChar nsrc[10] = {0};
3509 nsrc[0]=0x0061;
3513 nsrc[2]=0x5555;
3514 TestConv(nsrc,3,cp,"",NULL,0);
3546 nsrc[1]=usource[0];
3547 nsrc[2]=usource[1];
3548 nsrc[len+1]=0x5555;
3549 TestConv(nsrc,len+2,cp,"",NULL,0);