Lines Matching full:srclength
415 void TestIDNA::debug(const UChar* src, int32_t srcLength, int32_t options){
426 transOutLength = trans->process(src,srcLength,transOut, 0, prepOptions>0, &parseError, transStatus);
430 transOutLength = trans->process(src,srcLength,transOut, transOutLength, prepOptions>0, &parseError, transStatus);
433 prepOutLength = usprep_prepare(prep.getAlias(), src, srcLength, prepOut, 0, prepOptions, &parseError, &prepStatus);
438 prepOutLength = usprep_prepare(prep.getAlias(), src, srcLength, prepOut, prepOutLength, prepOptions, &parseError, &prepStatus);
833 getNextSeperator(UChar *src,int32_t srcLength,
835 if(srcLength == -1){
848 if(i==srcLength){
849 *limit = src+srcLength;
854 for(i=0;i<srcLength;i++){
861 if(i==srcLength){
862 *limit = src+srcLength;