Home | History | Annotate | Download | only in intltest

Lines Matching refs:parseError

247               UParseError* parseError,
296 b1Len = prep->process(src,srcLength,b1, b1Capacity,allowUnassigned,parseError,*status);
309 b1Len = prep->process(src,srcLength,b1, b1Len,allowUnassigned, parseError, *status);
416 UParseError* parseError,
438 // UParseError parseError;
486 b1Len = prep->process(src,srcLength,b1,b1Capacity,allowUnassigned, parseError, *status);
498 b1Len = prep->process(src,srcLength,b1, b1Len,allowUnassigned, parseError, *status);
548 b3Len = idnaref_toASCII(b2,b2Len,b3,b3Capacity,options,parseError, status);
561 b3Len = idnaref_toASCII(b2,b2Len,b3,b3Len, options, parseError, status);
587 /* populate the parseError struct */
590 uprv_syntaxError(src,failPos, srcLength,parseError);
593 uprv_syntaxError(src,0,srcLength,parseError);
596 uprv_syntaxError(src, (srcLength>0) ? srcLength-1 : srcLength, srcLength,parseError);
681 UParseError* parseError,
693 // UParseError parseError;
728 options, parseError, status);
742 options, parseError, status);
778 options,parseError, status);
792 options, parseError, status);
836 UParseError* parseError,
883 options, parseError, status);
897 options, parseError, status);
935 options, parseError, status);
949 options, parseError, status);
1003 UParseError parseError;
1005 b1Len = idnaref_IDNToASCII(s1, length1, b1, b1Capacity, options, &parseError, status);
1017 b1Len = idnaref_IDNToASCII(s1,length1,b1,b1Len, options, &parseError, status);
1021 b2Len = idnaref_IDNToASCII(s2,length2,b2,b2Capacity,options, &parseError, status);
1033 b2Len = idnaref_IDNToASCII(s2,length2,b2,b2Len,options, &parseError, status);