Lines Matching refs:parseError
420 UParseError parseError; in debug() local
423 NamePrepTransform* trans = NamePrepTransform::createInstance(parseError,transStatus); in debug()
430 …transOutLength = trans->process(src,srcLength,transOut, 0, prepOptions>0, &parseError, transStatu… in debug()
434 … = trans->process(src,srcLength,transOut, transOutLength, prepOptions>0, &parseError, transStatus); in debug()
437 …usprep_prepare(prep.getAlias(), src, srcLength, prepOut, 0, prepOptions, &parseError, &prepStatus); in debug()
442 …re(prep.getAlias(), src, srcLength, prepOut, prepOutLength, prepOptions, &parseError, &prepStatus); in debug()
464 UParseError parseError; in testAPI() local
475 destLen = func(src,-1,NULL,0,options, &parseError , &status); in testAPI()
480 destLen = func(src,-1,dest,destLen+1,options, &parseError, &status); in testAPI()
505 destLen = func(src,-1,NULL,0,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status); in testAPI()
510 … destLen = func(src,-1,dest,destLen+1,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status); in testAPI()
540 destLen = func(tSrc, tSrcLen, NULL,0,options, &parseError, &status); in testAPI()
545 destLen = func(src,u_strlen(src),dest,destLen+1,options, &parseError, &status); in testAPI()
566 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status); in testAPI()
572 …en = func(src,u_strlen(src),dest,destLen+1,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status); in testAPI()
594 destLen = func(src,-1,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status); in testAPI()
599 … destLen = func(src,-1,dest,destLen+1,options | UIDNA_USE_STD3_RULES, &parseError, &status); in testAPI()
622 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status); in testAPI()
628 …tLen = func(src,u_strlen(src),dest,destLen+1,options | UIDNA_USE_STD3_RULES, &parseError, &status); in testAPI()
726 UParseError parseError; in testIDNToUnicode() local
730 func(buf,bufLen,expected,MAX_DEST_SIZE, UIDNA_ALLOW_UNASSIGNED, &parseError,&status); in testIDNToUnicode()
752 UParseError parseError; in testIDNToASCII() local
756 func(buf,bufLen,expected,MAX_DEST_SIZE, UIDNA_ALLOW_UNASSIGNED, &parseError,&status); in testIDNToASCII()
1006 UParseError parseError; in testChaining() local
1009 expectedLen = func(src,-1,expected,MAX_DEST_SIZE, options, &parseError, &status); in testChaining()
1017 evenLen = func(odd,-1,even,MAX_DEST_SIZE,options, &parseError, &status); in testChaining()
1023 oddLen = func(even,-1,odd,MAX_DEST_SIZE,options, &parseError, &status); in testChaining()
1046 …expectedLen = func(src,-1,expected,MAX_DEST_SIZE,options|UIDNA_ALLOW_UNASSIGNED, &parseError, &sta… in testChaining()
1054 … evenLen = func(odd,-1,even,MAX_DEST_SIZE,options|UIDNA_ALLOW_UNASSIGNED, &parseError, &status); in testChaining()
1060 … oddLen = func(even,-1,odd,MAX_DEST_SIZE,options|UIDNA_ALLOW_UNASSIGNED, &parseError, &status); in testChaining()
1084 expectedLen = func(src,srcLen,expected,MAX_DEST_SIZE,options, &parseError, &status); in testChaining()
1092 evenLen = func(odd,oddLen,even,MAX_DEST_SIZE,options, &parseError, &status); in testChaining()
1098 oddLen = func(even,evenLen,odd,MAX_DEST_SIZE,options, &parseError, &status); in testChaining()
1119 …Len = func(src,srcLen,expected,MAX_DEST_SIZE,options|UIDNA_ALLOW_UNASSIGNED, &parseError, &status); in testChaining()
1127 …evenLen = func(odd,oddLen,even,MAX_DEST_SIZE,options|UIDNA_ALLOW_UNASSIGNED, &parseError, &status); in testChaining()
1133 …oddLen = func(even,evenLen,odd,MAX_DEST_SIZE,options|UIDNA_ALLOW_UNASSIGNED, &parseError, &status); in testChaining()
1376 UParseError parseError; in testCompareReferenceImpl() local
1383 options, &parseError, &expStatus); in testCompareReferenceImpl()
1390 options, &parseError, &gotStatus); in testCompareReferenceImpl()
1603 UParseError parseError; in getInstance() local
1604 TestIDNA::gPrep = NamePrepTransform::createInstance(parseError, status); in getInstance()