Home | History | Annotate | Download | only in intltest

Lines Matching defs:parseError

247               UParseError* parseError,
295 b1Len = prep->process(src,srcLength,b1, b1Capacity,allowUnassigned,parseError,*status);
308 b1Len = prep->process(src,srcLength,b1, b1Len,allowUnassigned, parseError, *status);
414 UParseError* parseError,
436 // UParseError parseError;
484 b1Len = prep->process(src,srcLength,b1,b1Capacity,allowUnassigned, parseError, *status);
496 b1Len = prep->process(src,srcLength,b1, b1Len,allowUnassigned, parseError, *status);
546 b3Len = idnaref_toASCII(b2,b2Len,b3,b3Capacity,options,parseError, status);
559 b3Len = idnaref_toASCII(b2,b2Len,b3,b3Len, options, parseError, status);
585 /* populate the parseError struct */
588 uprv_syntaxError(src,failPos, srcLength,parseError);
591 uprv_syntaxError(src,0,srcLength,parseError);
594 uprv_syntaxError(src, (srcLength>0) ? srcLength-1 : srcLength, srcLength,parseError);
679 UParseError* parseError,
691 // UParseError parseError;
726 options, parseError, status);
740 options, parseError, status);
776 options,parseError, status);
790 options, parseError, status);
834 UParseError* parseError,
881 options, parseError, status);
895 options, parseError, status);
933 options, parseError, status);
947 options, parseError, status);
1001 UParseError parseError;
1003 b1Len = idnaref_IDNToASCII(s1, length1, b1, b1Capacity, options, &parseError, status);
1015 b1Len = idnaref_IDNToASCII(s1,length1,b1,b1Len, options, &parseError, status);
1019 b2Len = idnaref_IDNToASCII(s2,length2,b2,b2Capacity,options, &parseError, status);
1031 b2Len = idnaref_IDNToASCII(s2,length2,b2,b2Len,options, &parseError, status);