Home | History | Annotate | Download | only in cintltst

Lines Matching refs:sourceLim

2683     const char *sourceLim = sourceData+sizeof(sourceData);
2696 ucnv_toUnicode(cnv, &target, targetLim, &source, sourceLim, NULL, TRUE, &status);
2709 c1=ucnv_getNextUChar(cnv, &source, sourceLim, &status);
2712 c2=ucnv_getNextUChar(cnv, &source, sourceLim, &status);
2715 c3=ucnv_getNextUChar(cnv, &source, sourceLim, &status);