Lines Matching refs:parseError
247 UParseError* parseError, in idnaref_toASCII() argument
295 b1Len = prep->process(src,srcLength,b1, b1Capacity,allowUnassigned,parseError,*status); in idnaref_toASCII()
308 b1Len = prep->process(src,srcLength,b1, b1Len,allowUnassigned, parseError, *status); in idnaref_toASCII()
414 UParseError* parseError, in idnaref_toUnicode() argument
484 b1Len = prep->process(src,srcLength,b1,b1Capacity,allowUnassigned, parseError, *status); in idnaref_toUnicode()
496 b1Len = prep->process(src,srcLength,b1, b1Len,allowUnassigned, parseError, *status); in idnaref_toUnicode()
546 b3Len = idnaref_toASCII(b2,b2Len,b3,b3Capacity,options,parseError, status); in idnaref_toUnicode()
559 b3Len = idnaref_toASCII(b2,b2Len,b3,b3Len, options, parseError, status); in idnaref_toUnicode()
588 uprv_syntaxError(src,failPos, srcLength,parseError); in idnaref_toUnicode()
591 uprv_syntaxError(src,0,srcLength,parseError); in idnaref_toUnicode()
594 … uprv_syntaxError(src, (srcLength>0) ? srcLength-1 : srcLength, srcLength,parseError); in idnaref_toUnicode()
679 UParseError* parseError, in idnaref_IDNToASCII() argument
726 options, parseError, status); in idnaref_IDNToASCII()
740 options, parseError, status); in idnaref_IDNToASCII()
776 options,parseError, status); in idnaref_IDNToASCII()
790 options, parseError, status); in idnaref_IDNToASCII()
834 UParseError* parseError, in idnaref_IDNToUnicode() argument
881 options, parseError, status); in idnaref_IDNToUnicode()
895 options, parseError, status); in idnaref_IDNToUnicode()
933 options, parseError, status); in idnaref_IDNToUnicode()
947 options, parseError, status); in idnaref_IDNToUnicode()
1001 UParseError parseError; in idnaref_compare() local
1003 b1Len = idnaref_IDNToASCII(s1, length1, b1, b1Capacity, options, &parseError, status); in idnaref_compare()
1015 b1Len = idnaref_IDNToASCII(s1,length1,b1,b1Len, options, &parseError, status); in idnaref_compare()
1019 b2Len = idnaref_IDNToASCII(s2,length2,b2,b2Capacity,options, &parseError, status); in idnaref_compare()
1031 b2Len = idnaref_IDNToASCII(s2,length2,b2,b2Len,options, &parseError, status); in idnaref_compare()