Home | History | Annotate | Download | only in cintltst

Lines Matching defs:nsrc

3508     UChar nsrc[10] = {0};
3511 nsrc[0]=0x0061;
3515 nsrc[2]=0x5555;
3516 TestConv(nsrc,3,cp,"",NULL,0);
3548 nsrc[1]=usource[0];
3549 nsrc[2]=usource[1];
3550 nsrc[len+1]=0x5555;
3551 TestConv(nsrc,len+2,cp,"",NULL,0);