• Home
  • Raw
  • Download

Lines Matching refs:parseError

249               UParseError* parseError,  in idnaref_toASCII()  argument
298 b1Len = prep->process(src,srcLength,b1, b1Capacity,allowUnassigned,parseError,*status); in idnaref_toASCII()
311 b1Len = prep->process(src,srcLength,b1, b1Len,allowUnassigned, parseError, *status); in idnaref_toASCII()
418 UParseError* parseError, in idnaref_toUnicode() argument
488 b1Len = prep->process(src,srcLength,b1,b1Capacity,allowUnassigned, parseError, *status); in idnaref_toUnicode()
500 b1Len = prep->process(src,srcLength,b1, b1Len,allowUnassigned, parseError, *status); in idnaref_toUnicode()
550 b3Len = idnaref_toASCII(b2,b2Len,b3,b3Capacity,options,parseError, status); in idnaref_toUnicode()
563 b3Len = idnaref_toASCII(b2,b2Len,b3,b3Len, options, parseError, status); in idnaref_toUnicode()
592 uprv_syntaxError(src,failPos, srcLength,parseError); in idnaref_toUnicode()
595 uprv_syntaxError(src,0,srcLength,parseError); in idnaref_toUnicode()
598 … uprv_syntaxError(src, (srcLength>0) ? srcLength-1 : srcLength, srcLength,parseError); in idnaref_toUnicode()
683 UParseError* parseError, in idnaref_IDNToASCII() argument
730 options, parseError, status); in idnaref_IDNToASCII()
744 options, parseError, status); in idnaref_IDNToASCII()
780 options,parseError, status); in idnaref_IDNToASCII()
794 options, parseError, status); in idnaref_IDNToASCII()
838 UParseError* parseError, in idnaref_IDNToUnicode() argument
885 options, parseError, status); in idnaref_IDNToUnicode()
899 options, parseError, status); in idnaref_IDNToUnicode()
937 options, parseError, status); in idnaref_IDNToUnicode()
951 options, parseError, status); in idnaref_IDNToUnicode()
1005 UParseError parseError; in idnaref_compare() local
1007 b1Len = idnaref_IDNToASCII(s1, length1, b1, b1Capacity, options, &parseError, status); in idnaref_compare()
1019 b1Len = idnaref_IDNToASCII(s1,length1,b1,b1Len, options, &parseError, status); in idnaref_compare()
1023 b2Len = idnaref_IDNToASCII(s2,length2,b2,b2Capacity,options, &parseError, status); in idnaref_compare()
1035 b2Len = idnaref_IDNToASCII(s2,length2,b2,b2Len,options, &parseError, status); in idnaref_compare()