Lines Matching refs:parseError
416 UParseError parseError; in debug() local
419 NamePrepTransform* trans = NamePrepTransform::createInstance(parseError,transStatus); in debug()
426 …transOutLength = trans->process(src,srcLength,transOut, 0, prepOptions>0, &parseError, transStatu… in debug()
430 … = trans->process(src,srcLength,transOut, transOutLength, prepOptions>0, &parseError, transStatus); in debug()
433 …usprep_prepare(prep.getAlias(), src, srcLength, prepOut, 0, prepOptions, &parseError, &prepStatus); in debug()
438 …re(prep.getAlias(), src, srcLength, prepOut, prepOutLength, prepOptions, &parseError, &prepStatus); in debug()
460 UParseError parseError; in testAPI() local
471 destLen = func(src,-1,NULL,0,options, &parseError , &status); in testAPI()
476 destLen = func(src,-1,dest,destLen+1,options, &parseError, &status); in testAPI()
501 destLen = func(src,-1,NULL,0,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status); in testAPI()
506 … destLen = func(src,-1,dest,destLen+1,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status); in testAPI()
536 destLen = func(tSrc, tSrcLen, NULL,0,options, &parseError, &status); in testAPI()
541 destLen = func(src,u_strlen(src),dest,destLen+1,options, &parseError, &status); in testAPI()
562 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status); in testAPI()
568 …en = func(src,u_strlen(src),dest,destLen+1,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status); in testAPI()
590 destLen = func(src,-1,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status); in testAPI()
595 … destLen = func(src,-1,dest,destLen+1,options | UIDNA_USE_STD3_RULES, &parseError, &status); in testAPI()
618 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status); in testAPI()
624 …tLen = func(src,u_strlen(src),dest,destLen+1,options | UIDNA_USE_STD3_RULES, &parseError, &status); in testAPI()
722 UParseError parseError; in testIDNToUnicode() local
726 func(buf,bufLen,expected,MAX_DEST_SIZE, UIDNA_ALLOW_UNASSIGNED, &parseError,&status); in testIDNToUnicode()
748 UParseError parseError; in testIDNToASCII() local
752 func(buf,bufLen,expected,MAX_DEST_SIZE, UIDNA_ALLOW_UNASSIGNED, &parseError,&status); in testIDNToASCII()
1002 UParseError parseError; in testChaining() local
1005 expectedLen = func(src,-1,expected,MAX_DEST_SIZE, options, &parseError, &status); in testChaining()
1013 evenLen = func(odd,-1,even,MAX_DEST_SIZE,options, &parseError, &status); in testChaining()
1019 oddLen = func(even,-1,odd,MAX_DEST_SIZE,options, &parseError, &status); in testChaining()
1042 …expectedLen = func(src,-1,expected,MAX_DEST_SIZE,options|UIDNA_ALLOW_UNASSIGNED, &parseError, &sta… in testChaining()
1050 … evenLen = func(odd,-1,even,MAX_DEST_SIZE,options|UIDNA_ALLOW_UNASSIGNED, &parseError, &status); in testChaining()
1056 … oddLen = func(even,-1,odd,MAX_DEST_SIZE,options|UIDNA_ALLOW_UNASSIGNED, &parseError, &status); in testChaining()
1080 expectedLen = func(src,srcLen,expected,MAX_DEST_SIZE,options, &parseError, &status); in testChaining()
1088 evenLen = func(odd,oddLen,even,MAX_DEST_SIZE,options, &parseError, &status); in testChaining()
1094 oddLen = func(even,evenLen,odd,MAX_DEST_SIZE,options, &parseError, &status); in testChaining()
1115 …Len = func(src,srcLen,expected,MAX_DEST_SIZE,options|UIDNA_ALLOW_UNASSIGNED, &parseError, &status); in testChaining()
1123 …evenLen = func(odd,oddLen,even,MAX_DEST_SIZE,options|UIDNA_ALLOW_UNASSIGNED, &parseError, &status); in testChaining()
1129 …oddLen = func(even,evenLen,odd,MAX_DEST_SIZE,options|UIDNA_ALLOW_UNASSIGNED, &parseError, &status); in testChaining()
1372 UParseError parseError; in testCompareReferenceImpl() local
1379 options, &parseError, &expStatus); in testCompareReferenceImpl()
1386 options, &parseError, &gotStatus); in testCompareReferenceImpl()
1589 UParseError parseError; in getInstance() local
1590 TestIDNA::gPrep = NamePrepTransform::createInstance(parseError, status); in getInstance()