Lines Matching refs:parseError
260 UParseError* parseError, in idnaref_toASCII() argument
309 b1Len = prep->process(src,srcLength,b1, b1Capacity,allowUnassigned,parseError,*status); in idnaref_toASCII()
322 b1Len = prep->process(src,srcLength,b1, b1Len,allowUnassigned, parseError, *status); in idnaref_toASCII()
429 UParseError* parseError, in idnaref_toUnicode() argument
499 b1Len = prep->process(src,srcLength,b1,b1Capacity,allowUnassigned, parseError, *status); in idnaref_toUnicode()
511 b1Len = prep->process(src,srcLength,b1, b1Len,allowUnassigned, parseError, *status); in idnaref_toUnicode()
561 b3Len = idnaref_toASCII(b2,b2Len,b3,b3Capacity,options,parseError, status); in idnaref_toUnicode()
574 b3Len = idnaref_toASCII(b2,b2Len,b3,b3Len, options, parseError, status); in idnaref_toUnicode()
603 uprv_syntaxError(src,failPos, srcLength,parseError); in idnaref_toUnicode()
606 uprv_syntaxError(src,0,srcLength,parseError); in idnaref_toUnicode()
609 … uprv_syntaxError(src, (srcLength>0) ? srcLength-1 : srcLength, srcLength,parseError); in idnaref_toUnicode()
694 UParseError* parseError, in idnaref_IDNToASCII() argument
741 options, parseError, status); in idnaref_IDNToASCII()
755 options, parseError, status); in idnaref_IDNToASCII()
791 options,parseError, status); in idnaref_IDNToASCII()
805 options, parseError, status); in idnaref_IDNToASCII()
849 UParseError* parseError, in idnaref_IDNToUnicode() argument
896 options, parseError, status); in idnaref_IDNToUnicode()
910 options, parseError, status); in idnaref_IDNToUnicode()
948 options, parseError, status); in idnaref_IDNToUnicode()
962 options, parseError, status); in idnaref_IDNToUnicode()
1016 UParseError parseError; in idnaref_compare() local
1018 b1Len = idnaref_IDNToASCII(s1, length1, b1, b1Capacity, options, &parseError, status); in idnaref_compare()
1030 b1Len = idnaref_IDNToASCII(s1,length1,b1,b1Len, options, &parseError, status); in idnaref_compare()
1034 b2Len = idnaref_IDNToASCII(s2,length2,b2,b2Capacity,options, &parseError, status); in idnaref_compare()
1046 b2Len = idnaref_IDNToASCII(s2,length2,b2,b2Len,options, &parseError, status); in idnaref_compare()